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 PersongetAuthor()EntityKindgetEntityKind()java.lang.StringgetMaterial()PropertyTypegetPropertyType()java.util.DategetValidFromDate()java.util.DategetValidUntilDate()java.lang.StringgetValue()java.lang.StringgetVocabularyTerm()voidsetAuthor(Person author)voidsetEntityKind(EntityKind entityKind)voidsetMaterial(java.lang.String material)voidsetPropertyType(PropertyType propertyType)voidsetRelatedEntity(IEntityInformationHolderWithIdentifier relatedEntity)voidsetRelatedEntityPermId(java.lang.String relatedEntityPermId)voidsetRelatedProject(Project relatedProject)voidsetRelatedSpace(Space relatedSpace)voidsetRelationType(java.lang.String relationType)voidsetValidFromDate(java.util.Date validFromDate)voidsetValidUntilDate(java.util.Date validUntilDate)voidsetValue(java.lang.String value)voidsetVocabularyTerm(java.lang.String vocabularyTerm)IEntityInformationHolderWithIdentifiertryGetRelatedEntity()java.lang.StringtryGetRelatedEntityPermId()ProjecttryGetRelatedProject()SpacetryGetRelatedSpace()java.lang.StringtryGetRelationType()
-
-
-
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()
-
-