Class EntityPropertyLogVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.system.entitylogs.EntityPropertyLogVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class EntityPropertyLogVO extends EntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<EntityLogVO,EntityPropertyLogVO>ENTITY_LOGstatic BasicProperty<String,EntityPropertyLogVO>NAMEstatic BasicProperty<String,EntityPropertyLogVO>NEW_VALUEstatic BasicProperty<String,EntityPropertyLogVO>OLD_VALUE-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description EntityPropertyLogVO()EntityPropertyLogVO(Long id)EntityPropertyLogVO(Property<T,? super EntityPropertyLogVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()EntityLogVOgetEntityLog()StringgetName()StringgetNewValue()StringgetOldValue()voidsetEntityLog(EntityLogVO entityLog)voidsetName(String name)voidsetNewValue(String newValue)voidsetOldValue(String oldValue)-
Methods inherited from class org.cyclos.model.EntityModel
getId, hashCode, 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
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ENTITY_LOG
public static final BasicProperty<EntityLogVO,EntityPropertyLogVO> ENTITY_LOG
-
NAME
public static final BasicProperty<String,EntityPropertyLogVO> NAME
-
NEW_VALUE
public static final BasicProperty<String,EntityPropertyLogVO> NEW_VALUE
-
OLD_VALUE
public static final BasicProperty<String,EntityPropertyLogVO> OLD_VALUE
-
-
Constructor Detail
-
EntityPropertyLogVO
public EntityPropertyLogVO()
-
EntityPropertyLogVO
public EntityPropertyLogVO(Long id)
-
EntityPropertyLogVO
public EntityPropertyLogVO(Property<T,? super EntityPropertyLogVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityModel
-
getEntityLog
public EntityLogVO getEntityLog()
-
setEntityLog
public void setEntityLog(EntityLogVO entityLog)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getNewValue
public String getNewValue()
-
setNewValue
public void setNewValue(String newValue)
-
getOldValue
public String getOldValue()
-
setOldValue
public void setOldValue(String oldValue)
-
-