@Entity public class PrimaryDataEntityVersionImplementation extends PrimaryDataEntityVersion implements java.io.Serializable
PrimaryDataEntityVersion.| Constructor and Description |
|---|
PrimaryDataEntityVersionImplementation()
Default constructor for
PrimaryDataEntityVersionImplementation is
necessary for PojoInstantiator of HIBERNATE. |
| Modifier and Type | Method and Description |
|---|---|
void |
addPublicReference(PublicReferenceImplementation publicReference) |
java.util.Calendar |
getCreationDate()
Getter for the field
creationDate. |
boolean |
getDeleted()
Getter for
isDeleted flag. |
PrimaryDataEntity |
getEntity()
Getter for the field
entity. |
int |
getId()
Getter for the field
id. |
java.util.List<PublicReferenceImplementation> |
getInternReferences()
Getter for the field
internReferences. |
MetaDataImplementation |
getMetaData()
Getter for the
MetaData of this PrimaryDataEntityVersion. |
PrincipalImplementation |
getOwner() |
java.lang.String |
getPrimaryEntityId()
Getter for the field
primaryEntityId. |
java.util.List<PublicReference> |
getPublicReferences() |
long |
getRevision()
Getter for the field
revision. |
java.util.Calendar |
getRevisionDate()
Getter for the field
revisionDate. |
void |
setAllReferencesPublic(javax.mail.internet.InternetAddress emailNotificationAddress,
java.util.Calendar releaseDate)
Set all
PublicReferences of this PrimaryDataEntityVersion
of this PrimaryDataEntity will be requested to set public. |
protected void |
setCreationDate(java.util.Calendar creationDate)
Setter for the field
creationDate. |
protected void |
setDeleted(boolean isDeleted)
Setter for the
isDeleted flag. |
protected void |
setId(int id)
Setter for the field
id. |
protected void |
setInternReferences(java.util.List<PublicReferenceImplementation> internReferences)
Setter for the field
internReferences. |
protected void |
setMetaData(MetaDataImplementation metaData)
Setter for the field
metaData. |
protected void |
setOwner(PrincipalImplementation owner) |
protected void |
setPrimaryEntityId(java.lang.String primaryEntityId)
Setter for the field
primaryEntityId. |
protected void |
setRevision(long revision)
Setter for the field
revision. |
protected void |
setRevisionDate(java.util.Calendar revisionDate)
Setter for the field
revisionDate. |
addPublicReference, compareTo, getName, getPublicReference, getURL, isDeleted, setAllReferencesPublic, setEntity, setMetaData, setOwner, setPublicReferences, toStringpublic PrimaryDataEntityVersionImplementation()
PrimaryDataEntityVersionImplementation is
necessary for PojoInstantiator of HIBERNATE.public void addPublicReference(PublicReferenceImplementation publicReference)
public java.util.Calendar getCreationDate()
creationDate.getCreationDate in class PrimaryDataEntityVersionpublic boolean getDeleted()
isDeleted flag.public PrimaryDataEntity getEntity()
entity.getEntity in class PrimaryDataEntityVersionpublic int getId()
id.public java.util.List<PublicReferenceImplementation> getInternReferences()
internReferences.List of PublicReferenceImplementation objects.public MetaDataImplementation getMetaData()
MetaData of this PrimaryDataEntityVersion.getMetaData in class PrimaryDataEntityVersionMetaData of this PrimaryDataEntityVersion.public java.lang.String getPrimaryEntityId()
primaryEntityId.String object.public java.util.List<PublicReference> getPublicReferences()
getPublicReferences in class PrimaryDataEntityVersionList of PublicReferencepublic long getRevision()
revision.getRevision in class PrimaryDataEntityVersionpublic java.util.Calendar getRevisionDate()
revisionDate.getRevisionDate in class PrimaryDataEntityVersionpublic void setAllReferencesPublic(javax.mail.internet.InternetAddress emailNotificationAddress,
java.util.Calendar releaseDate)
throws PublicReferenceException
PublicReferences of this PrimaryDataEntityVersion
of this PrimaryDataEntity will be requested to set public.setAllReferencesPublic in class PrimaryDataEntityVersionemailNotificationAddress - the eMail address of the requesting user.releaseDate - the release date for the PublicReferences.PublicReferenceException - if unable to request the PublicReference to set
public.protected void setCreationDate(java.util.Calendar creationDate)
creationDate.setCreationDate in class PrimaryDataEntityVersioncreationDate - the creationDate to set.protected void setDeleted(boolean isDeleted)
isDeleted flag.setDeleted in class PrimaryDataEntityVersionisDeleted - the isDeleted to set.protected void setId(int id)
id.id - a int.protected void setInternReferences(java.util.List<PublicReferenceImplementation> internReferences)
internReferences.internReferences - a List of PublicReferenceImplementation
objects.protected void setMetaData(MetaDataImplementation metaData)
metaData.metaData - a MetaDataImplementation object.protected void setPrimaryEntityId(java.lang.String primaryEntityId)
primaryEntityId.primaryEntityId - a String object.protected void setRevision(long revision)
revision.setRevision in class PrimaryDataEntityVersionrevision - the revision to setprotected void setRevisionDate(java.util.Calendar revisionDate)
revisionDate.setRevisionDate in class PrimaryDataEntityVersionrevisionDate - the revisionDate to set.public PrincipalImplementation getOwner()
getOwner in class PrimaryDataEntityVersionprotected void setOwner(PrincipalImplementation owner)
owner - the owner to set