Package org.cyclos.model
Class TranslatableVersionedVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.VersionedVO
-
- org.cyclos.model.TranslatableVersionedVO
-
- All Implemented Interfaces:
Serializable,IEntity
- Direct Known Subclasses:
TranslatableUIElementResultVO
public class TranslatableVersionedVO extends VersionedVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,TranslatableVersionedVO>CONTENT_HASHstatic BasicProperty<Long,TranslatableVersionedVO>DATA_TRANSLATION_IDstatic BasicProperty<Integer,TranslatableVersionedVO>DATA_TRANSLATION_VERSION-
Fields inherited from class org.cyclos.model.VersionedVO
FORCE, VERSION
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description TranslatableVersionedVO()TranslatableVersionedVO(Long id)TranslatableVersionedVO(Property<T,? super TranslatableVersionedVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetContentHash()LonggetDataTranslationId()IntegergetDataTranslationVersion()voidsetContentHash(String contentHash)voidsetDataTranslationId(Long dataTranslationId)voidsetDataTranslationVersion(Integer dataTranslationVersion)-
Methods inherited from class org.cyclos.model.VersionedVO
getForce, getVersion, setForce, setVersion
-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId, toString
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
CONTENT_HASH
public static final BasicProperty<String,TranslatableVersionedVO> CONTENT_HASH
-
DATA_TRANSLATION_ID
public static final BasicProperty<Long,TranslatableVersionedVO> DATA_TRANSLATION_ID
-
DATA_TRANSLATION_VERSION
public static final BasicProperty<Integer,TranslatableVersionedVO> DATA_TRANSLATION_VERSION
-
-
Constructor Detail
-
TranslatableVersionedVO
public TranslatableVersionedVO()
-
TranslatableVersionedVO
public TranslatableVersionedVO(Long id)
-
TranslatableVersionedVO
public TranslatableVersionedVO(Property<T,? super TranslatableVersionedVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classVersionedVO
-
getContentHash
public String getContentHash()
-
setContentHash
public void setContentHash(String contentHash)
-
getDataTranslationId
public Long getDataTranslationId()
-
setDataTranslationId
public void setDataTranslationId(Long dataTranslationId)
-
getDataTranslationVersion
public Integer getDataTranslationVersion()
-
setDataTranslationVersion
public void setDataTranslationVersion(Integer dataTranslationVersion)
-
className
public String className()
- Overrides:
classNamein classVersionedVO
-
-