org.weda.domain
Class ObjectModificationType

java.lang.Object
  extended by org.weda.domain.ObjectModificationType

public class ObjectModificationType
extends java.lang.Object

Author:
Mikhail Titov

Constructor Summary
ObjectModificationType()
           
ObjectModificationType(ObjectModification objectModification, AuditOperation type)
           
 
Method Summary
 java.lang.Long getId()
           
 ObjectModification getObjectModification()
           
 java.sql.Timestamp getTimestamp()
           
 AuditOperation getType()
           
 void setId(java.lang.Long id)
           
 void setObjectModification(ObjectModification objectModification)
           
 void setTimestamp(java.sql.Timestamp timestamp)
           
 void setType(AuditOperation type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectModificationType

public ObjectModificationType()

ObjectModificationType

public ObjectModificationType(ObjectModification objectModification,
                              AuditOperation type)
Method Detail

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.