|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean
com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
com.softwareag.centrasite.appl.framework.beans.standard.impl.AuditableEventImpl
public class AuditableEventImpl
Field Summary |
---|
Fields inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.AuditableEvent |
---|
EVENT_TYPE_CREATED, EVENT_TYPE_DELETED, EVENT_TYPE_DEPRECATED, EVENT_TYPE_UNDEPRECATED, EVENT_TYPE_UPDATED, EVENT_TYPE_VERSIONED |
Constructor Summary | |
---|---|
AuditableEventImpl()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
|
int |
getEventType()
Gets the type of this event. |
RegistryBean |
getRegistryBean()
Gets the RegistryObject associated with this AuditableEvent. |
java.sql.Timestamp |
getTimestamp()
Gets the Timestamp for when this event occurred. |
User |
getUser()
Gets the User associated with this object. |
int |
hashCode()
|
void |
setEventType(int eventType)
Sets the EventType for this AuditableEvent |
void |
setRegistryBean(RegistryBean registryBean)
Sets the RegistryObject for this AuditableEvent |
void |
setTimestamp(java.sql.Timestamp timestamp)
Sets the timeStamp |
void |
setUser(User user)
Sets the User for this AuditableEvent |
Methods inherited from class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl |
---|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSlots, getSubmittingOrganization, setAssociatedObjects, setAssociations, setAuditTrail, setClassifications, setExternalIdentifiers, setExternalLinks, setObjectType, setRegistryPackages, setSlots, setSubmittingOrganization |
Methods inherited from class com.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean |
---|
getCheckpointName, getDescription, getIdentity, getKey, getName, isRevision, setCheckpointName, setDescription, setIdentity, setKey, setName, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject |
---|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSubmittingOrganization, setAssociations, setClassifications, setExternalIdentifiers, setExternalLinks, setSubmittingOrganization |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.RegistryBean |
---|
getDescription, getKey, getName, setDescription, setName |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.ExtensibleObject |
---|
getSlots, setSlots |
Constructor Detail |
---|
public AuditableEventImpl()
Method Detail |
---|
public void setEventType(int eventType)
eventType
- public void setRegistryBean(RegistryBean registryBean)
setRegistryBean
in interface AuditableEvent
registryBean
- public void setTimestamp(java.sql.Timestamp timestamp)
setTimestamp
in interface AuditableEvent
timestamp
- public void setUser(User user)
setUser
in interface AuditableEvent
user
- public int getEventType()
getEventType
in interface AuditableEvent
public RegistryBean getRegistryBean()
getRegistryBean
in interface AuditableEvent
public java.sql.Timestamp getTimestamp()
getTimestamp
in interface AuditableEvent
public User getUser()
getUser
in interface AuditableEvent
public boolean equals(java.lang.Object other)
equals
in class RegistryObjectImpl
public int hashCode()
hashCode
in class RegistryObjectImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |