com.ptc.epm.commands.transaction
Class ObjectUpdateTable.PersistableHolder

java.lang.Object
  extended bycom.ptc.epm.commands.transaction.ObjectUpdateTable.PersistableHolder
Enclosing class:
ObjectUpdateTable

public class ObjectUpdateTable.PersistableHolder
extends Object


Field Summary
(package private)  boolean changed
           
(package private)  Persistable object
           
 
Constructor Summary
ObjectUpdateTable.PersistableHolder(Persistable _object)
           
 
Method Summary
 Persistable getPersistable()
           
 boolean isChanged()
           
 void reset(Persistable _object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

changed

boolean changed

object

Persistable object
Constructor Detail

ObjectUpdateTable.PersistableHolder

public ObjectUpdateTable.PersistableHolder(Persistable _object)
Method Detail

isChanged

public boolean isChanged()

reset

public void reset(Persistable _object)

getPersistable

public Persistable getPersistable()