org.weda.domain
Class ObjectModificationType
java.lang.Object
org.weda.domain.ObjectModificationType
public class ObjectModificationType
- extends java.lang.Object
- Author:
- Mikhail Titov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectModificationType
public ObjectModificationType()
ObjectModificationType
public ObjectModificationType(ObjectModification objectModification,
AuditOperation type)
getId
public java.lang.Long getId()
setId
public void setId(java.lang.Long id)
getObjectModification
public ObjectModification getObjectModification()
setObjectModification
public void setObjectModification(ObjectModification objectModification)
getTimestamp
public java.sql.Timestamp getTimestamp()
setTimestamp
public void setTimestamp(java.sql.Timestamp timestamp)
getType
public AuditOperation getType()
setType
public void setType(AuditOperation type)
Copyright © 2005-2006 . All Rights Reserved.