com.hyper9.simdk.stubs.dao
Class VAppEntityConfigInfo

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

public class VAppEntityConfigInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VAppEntityConfigInfo()
           
 
Method Summary
 ManagedEntity getKey()
           
 String getStartAction()
           
 Integer getStartDelay()
           
 Integer getStartOrder()
           
 String getStopAction()
           
 Integer getStopDelay()
           
 String getTag()
           
 Boolean getWaitingForGuest()
           
 void setKey(ManagedEntity toSet)
           
 void setStartAction(String toSet)
           
 void setStartDelay(Integer toSet)
           
 void setStartOrder(Integer toSet)
           
 void setStopAction(String toSet)
           
 void setStopDelay(Integer toSet)
           
 void setTag(String toSet)
           
 void setWaitingForGuest(Boolean 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

VAppEntityConfigInfo

public VAppEntityConfigInfo()
Method Detail

getKey

public ManagedEntity getKey()

setKey

public void setKey(ManagedEntity toSet)

getTag

public String getTag()

setTag

public void setTag(String toSet)

getStartOrder

public Integer getStartOrder()

setStartOrder

public void setStartOrder(Integer toSet)

getStartDelay

public Integer getStartDelay()

setStartDelay

public void setStartDelay(Integer toSet)

getWaitingForGuest

public Boolean getWaitingForGuest()

setWaitingForGuest

public void setWaitingForGuest(Boolean toSet)

getStartAction

public String getStartAction()

setStartAction

public void setStartAction(String toSet)

getStopDelay

public Integer getStopDelay()

setStopDelay

public void setStopDelay(Integer toSet)

getStopAction

public String getStopAction()

setStopAction

public void setStopAction(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.