Package step.core.accessors
Class AbstractTrackedObject
- java.lang.Object
-
- step.core.accessors.AbstractIdentifiableObject
-
- step.core.accessors.AbstractOrganizableObject
-
- step.core.accessors.AbstractTrackedObject
-
public class AbstractTrackedObject extends AbstractOrganizableObject
This class extendsAbstractOrganizableObjectand is used as parent class for all the objects for which modifications should be tracked
-
-
Field Summary
Fields Modifier and Type Field Description DatelastModificationDateStringlastModificationUser-
Fields inherited from class step.core.accessors.AbstractOrganizableObject
attributes, NAME, VERSION
-
Fields inherited from class step.core.accessors.AbstractIdentifiableObject
customFields, ID
-
-
Constructor Summary
Constructors Constructor Description AbstractTrackedObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetLastModificationDate()StringgetLastModificationUser()voidsetLastModificationDate(Date lastModificationDate)voidsetLastModificationUser(String lastModificationUser)-
Methods inherited from class step.core.accessors.AbstractOrganizableObject
addAttribute, getAttribute, getAttributes, hasAttribute, setAttributes
-
Methods inherited from class step.core.accessors.AbstractIdentifiableObject
addCustomField, computeCustomFieldIfAbsent, equals, getCustomField, getCustomField, getCustomFields, getId, hashCode, setCustomFields, setId
-
-
-
-
Method Detail
-
getLastModificationDate
public Date getLastModificationDate()
-
setLastModificationDate
public void setLastModificationDate(Date lastModificationDate)
-
getLastModificationUser
public String getLastModificationUser()
-
setLastModificationUser
public void setLastModificationUser(String lastModificationUser)
-
-