Class EntityHistory
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.EntityHistory
-
- All Implemented Interfaces:
java.io.Serializable
public class EntityHistory extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityHistory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Person
getAuthor()
EntityKind
getEntityKind()
java.lang.String
getMaterial()
PropertyType
getPropertyType()
java.util.Date
getValidFromDate()
java.util.Date
getValidUntilDate()
java.lang.String
getValue()
java.lang.String
getVocabularyTerm()
void
setAuthor(Person author)
void
setEntityKind(EntityKind entityKind)
void
setMaterial(java.lang.String material)
void
setPropertyType(PropertyType propertyType)
void
setRelatedEntity(IEntityInformationHolderWithIdentifier relatedEntity)
void
setRelatedEntityPermId(java.lang.String relatedEntityPermId)
void
setRelatedProject(Project relatedProject)
void
setRelatedSpace(Space relatedSpace)
void
setRelationType(java.lang.String relationType)
void
setValidFromDate(java.util.Date validFromDate)
void
setValidUntilDate(java.util.Date validUntilDate)
void
setValue(java.lang.String value)
void
setVocabularyTerm(java.lang.String vocabularyTerm)
IEntityInformationHolderWithIdentifier
tryGetRelatedEntity()
java.lang.String
tryGetRelatedEntityPermId()
Project
tryGetRelatedProject()
Space
tryGetRelatedSpace()
java.lang.String
tryGetRelationType()
-
-
-
Method Detail
-
getPropertyType
public PropertyType getPropertyType()
-
setPropertyType
public void setPropertyType(PropertyType propertyType)
-
getEntityKind
public EntityKind getEntityKind()
-
setEntityKind
public void setEntityKind(EntityKind entityKind)
-
getValue
public java.lang.String getValue()
-
setValue
public void setValue(java.lang.String value)
-
getVocabularyTerm
public java.lang.String getVocabularyTerm()
-
setVocabularyTerm
public void setVocabularyTerm(java.lang.String vocabularyTerm)
-
getMaterial
public java.lang.String getMaterial()
-
setMaterial
public void setMaterial(java.lang.String material)
-
getValidFromDate
public java.util.Date getValidFromDate()
-
setValidFromDate
public void setValidFromDate(java.util.Date validFromDate)
-
getValidUntilDate
public java.util.Date getValidUntilDate()
-
setValidUntilDate
public void setValidUntilDate(java.util.Date validUntilDate)
-
getAuthor
public Person getAuthor()
-
setAuthor
public void setAuthor(Person author)
-
tryGetRelatedEntity
public IEntityInformationHolderWithIdentifier tryGetRelatedEntity()
-
setRelatedEntity
public void setRelatedEntity(IEntityInformationHolderWithIdentifier relatedEntity)
-
tryGetRelationType
public java.lang.String tryGetRelationType()
-
setRelationType
public void setRelationType(java.lang.String relationType)
-
tryGetRelatedEntityPermId
public java.lang.String tryGetRelatedEntityPermId()
-
setRelatedEntityPermId
public void setRelatedEntityPermId(java.lang.String relatedEntityPermId)
-
setRelatedSpace
public void setRelatedSpace(Space relatedSpace)
-
tryGetRelatedSpace
public Space tryGetRelatedSpace()
-
setRelatedProject
public void setRelatedProject(Project relatedProject)
-
tryGetRelatedProject
public Project tryGetRelatedProject()
-
-