com.hyper9.simdk.stubs.mao
Class ContainerView

java.lang.Object
  extended by com.hyper9.simdk.stubs.mao.ManagedObjectReference
      extended by com.hyper9.simdk.stubs.mao.ManagedObject
          extended by com.hyper9.simdk.stubs.mao.View
              extended by com.hyper9.simdk.stubs.mao.ManagedObjectView
                  extended by com.hyper9.simdk.stubs.mao.ContainerView
All Implemented Interfaces:
Serializable

public class ContainerView
extends ManagedObjectView

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ContainerView()
           
 
Method Summary
 ManagedEntity getContainer()
           
 List<String> getManagedObjectType()
           
 Boolean getRecursive()
           
 void setContainer(ManagedEntity toSet)
           
 void setManagedObjectType(List<String> toSet)
           
 void setRecursive(Boolean toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.mao.ManagedObjectView
getView, setView
 
Methods inherited from class com.hyper9.simdk.stubs.mao.ManagedObjectReference
equals, get_Value, getJpaId, getServerGuid, getSessionKey, getType, set_Value, setJpaId, setServerGuid, setSessionKey, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerView

public ContainerView()
Method Detail

getManagedObjectType

public List<String> getManagedObjectType()

setManagedObjectType

public void setManagedObjectType(List<String> toSet)

getContainer

public ManagedEntity getContainer()

setContainer

public void setContainer(ManagedEntity toSet)

getRecursive

public Boolean getRecursive()

setRecursive

public void setRecursive(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.