org.infrastructurebuilder.data.model.Dependency Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ibdata-api Show documentation
Show all versions of ibdata-api Show documentation
APIs for dealing with data streams
The newest version!
// =================== DO NOT EDIT THIS FILE ====================
// Generated by Modello 1.11,
// any modifications will be overwritten.
// ==============================================================
package org.infrastructurebuilder.data.model;
/**
* Class Dependency.
*
* @version $Revision$ $Date$
*/
public class Dependency
implements java.io.Serializable, java.lang.Cloneable, org.infrastructurebuilder.data.model.DataSetInputLocationTracker
{
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
* Group ID.
*/
private String groupId;
/**
* ArtifactId ID.
*/
private String artifactId;
/**
* version.
*/
private String version;
/**
* extension (not type-mapped).
*/
private String extension;
/**
* Addl classifier.
*/
private String classifier;
/**
* Field locations.
*/
private java.util.Map