com.hyper9.simdk.stubs.dao
Class ObjectUpdate

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.ObjectUpdate
All Implemented Interfaces:
Serializable

public class ObjectUpdate
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ObjectUpdate()
           
 
Method Summary
 List<PropertyChange> getChangeSet()
           
 ObjectUpdateKind getKind()
           
 List<MissingProperty> getMissingSet()
           
 ManagedObjectReference getObj()
           
 void setChangeSet(List<PropertyChange> toSet)
           
 void setKind(ObjectUpdateKind toSet)
           
 void setMissingSet(List<MissingProperty> toSet)
           
 void setObj(ManagedObjectReference toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectUpdate

public ObjectUpdate()
Method Detail

getKind

public ObjectUpdateKind getKind()

setKind

public void setKind(ObjectUpdateKind toSet)

getObj

public ManagedObjectReference getObj()

setObj

public void setObj(ManagedObjectReference toSet)

getChangeSet

public List<PropertyChange> getChangeSet()

setChangeSet

public void setChangeSet(List<PropertyChange> toSet)

getMissingSet

public List<MissingProperty> getMissingSet()

setMissingSet

public void setMissingSet(List<MissingProperty> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.