@Entity public class Package extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
ACCOUNTING |
static String |
ARTIFACTID |
static String |
GROUPID |
static String |
ID_FIELD |
static String |
RELEASE |
static String |
RELEASE_ID_REF |
Constructor and Description |
---|
Package()
Instantiates a new package.
|
Package(String groupID,
String artifactID,
String version,
String iD,
String uRL,
String javadoc,
String status,
String operation,
String timestamp,
String wikidoc,
String svnpath,
String eticsRef,
String releaseIdRef)
Instantiates a new package.
|
Modifier and Type | Method and Description |
---|---|
AccountingPackage |
getAccouting()
Gets the accouting.
|
String |
getArtifactID()
Gets the artifact id.
|
String |
getEticsRef()
Gets the etics ref.
|
String |
getGroupID()
Gets the group id.
|
String |
getID()
Gets the id.
|
int |
getInternalId()
Gets the internal id.
|
String |
getJavadoc()
Gets the javadoc.
|
String |
getOperation()
Gets the operation.
|
Release |
getRelease()
Gets the release.
|
String |
getReleaseIdRef()
Gets the release id ref.
|
String |
getStatus()
Gets the status.
|
String |
getSvnpath()
Gets the svnpath.
|
String |
getTimestamp()
Gets the timestamp.
|
String |
getURL()
Gets the url.
|
String |
getVersion()
Gets the version.
|
String |
getWikidoc()
Gets the wikidoc.
|
void |
setAccouting(AccountingPackage accouting)
Sets the accouting.
|
void |
setArtifactID(String artifactID)
Sets the artifact id.
|
void |
setEticsRef(String eticsRef)
Sets the etics ref.
|
void |
setGroupID(String groupID)
Sets the group id.
|
void |
setID(String iD)
Sets the id.
|
void |
setJavadoc(String javadoc)
Sets the javadoc.
|
void |
setOperation(String operation)
Sets the operation.
|
void |
setRelease(Release release)
Sets the release.
|
void |
setReleaseIdRef(String releaseIdRef)
Sets the release id ref.
|
void |
setStatus(String status)
Sets the status.
|
void |
setSvnpath(String svnpath)
Sets the svnpath.
|
void |
setTimestamp(String timestamp)
Sets the timestamp.
|
void |
setURL(String uRL)
Sets the url.
|
void |
setVersion(String version)
Sets the version.
|
void |
setWikidoc(String wikidoc)
Sets the wikidoc.
|
String |
toString() |
public static final String ID_FIELD
public static final String RELEASE_ID_REF
public static final String RELEASE
public static final String ACCOUNTING
public static final String GROUPID
public static final String ARTIFACTID
public Package()
public Package(String groupID, String artifactID, String version, String iD, String uRL, String javadoc, String status, String operation, String timestamp, String wikidoc, String svnpath, String eticsRef, String releaseIdRef)
groupID
- the group idartifactID
- the artifact idversion
- the versioniD
- the i duRL
- the u rljavadoc
- the javadocstatus
- the statusoperation
- the operationtimestamp
- the timestampwikidoc
- the wikidocsvnpath
- the svnpatheticsRef
- the etics refreleaseIdRef
- the release id refpublic int getInternalId()
public String getGroupID()
public String getArtifactID()
public String getVersion()
public String getID()
public String getURL()
public String getJavadoc()
public String getStatus()
public String getOperation()
public String getTimestamp()
public String getWikidoc()
public String getSvnpath()
public String getEticsRef()
public String getReleaseIdRef()
public AccountingPackage getAccouting()
public void setGroupID(String groupID)
groupID
- the new group idpublic void setArtifactID(String artifactID)
artifactID
- the new artifact idpublic void setVersion(String version)
version
- the new versionpublic void setID(String iD)
iD
- the new idpublic void setURL(String uRL)
uRL
- the new urlpublic void setJavadoc(String javadoc)
javadoc
- the new javadocpublic void setStatus(String status)
status
- the new statuspublic void setOperation(String operation)
operation
- the new operationpublic void setTimestamp(String timestamp)
timestamp
- the new timestamppublic void setWikidoc(String wikidoc)
wikidoc
- the new wikidocpublic void setSvnpath(String svnpath)
svnpath
- the new svnpathpublic void setEticsRef(String eticsRef)
eticsRef
- the new etics refpublic void setReleaseIdRef(String releaseIdRef)
releaseIdRef
- the new release id refpublic void setAccouting(AccountingPackage accouting)
accouting
- the new accoutingpublic Release getRelease()
public void setRelease(Release release)
release
- the new releaseCopyright © 2016. All Rights Reserved.