Package org.cyclos.entities.system
Class EntityPropertyLog
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.system.EntityPropertyLog
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,IEntity
@Entity public class EntityPropertyLog extends NetworkedEntity
Change log for an entity's property.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description EntityPropertyLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCustomFieldId()EntityLoggetEntityLog()StringgetName()NetworkgetNetwork()Returns the network this entity belongs toStringgetNewValue()StringgetOldValue()IntegergetOrder()StringgetPropertyName()voidsetCustomFieldId(Long customFieldId)voidsetEntityLog(EntityLog entityLog)voidsetName(String name)voidsetNewValue(String newValue)voidsetOldValue(String oldValue)voidsetOrder(Integer order)voidsetPropertyName(String propertyName)voidsetValues(String oldValue, String newValue)Shortcut to set the old and new values.-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getCustomFieldId
public Long getCustomFieldId()
-
getEntityLog
public EntityLog getEntityLog()
-
getName
public String getName()
-
getNetwork
public Network getNetwork()
Description copied from interface:HasNetworkReturns the network this entity belongs to
-
getNewValue
public String getNewValue()
-
getOldValue
public String getOldValue()
-
getOrder
public Integer getOrder()
-
getPropertyName
public String getPropertyName()
-
setCustomFieldId
public void setCustomFieldId(Long customFieldId)
-
setEntityLog
public void setEntityLog(EntityLog entityLog)
-
setName
public void setName(String name)
-
setNewValue
public void setNewValue(String newValue)
-
setOldValue
public void setOldValue(String oldValue)
-
setOrder
public void setOrder(Integer order)
-
setPropertyName
public void setPropertyName(String propertyName)
-
-