com.hyper9.simdk.stubs.dao
Class ObjectContent

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

public class ObjectContent
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ObjectContent()
           
 
Method Summary
 List<MissingProperty> getMissingSet()
           
 ManagedObjectReference getObj()
           
 List<DynamicProperty> getPropSet()
           
 void setMissingSet(List<MissingProperty> toSet)
           
 void setObj(ManagedObjectReference toSet)
           
 void setPropSet(List<DynamicProperty> 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

ObjectContent

public ObjectContent()
Method Detail

getObj

public ManagedObjectReference getObj()

setObj

public void setObj(ManagedObjectReference toSet)

getPropSet

public List<DynamicProperty> getPropSet()

setPropSet

public void setPropSet(List<DynamicProperty> toSet)

getMissingSet

public List<MissingProperty> getMissingSet()

setMissingSet

public void setMissingSet(List<MissingProperty> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.