com.hyper9.simdk.stubs.dao
Class VirtualMachineQuestionInfo

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

public class VirtualMachineQuestionInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineQuestionInfo()
           
 
Method Summary
 ChoiceOption getChoice()
           
 String getId()
           
 List<VirtualMachineMessage> getMessage()
           
 String getText()
           
 void setChoice(ChoiceOption toSet)
           
 void setId(String toSet)
           
 void setMessage(List<VirtualMachineMessage> toSet)
           
 void setText(String 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

VirtualMachineQuestionInfo

public VirtualMachineQuestionInfo()
Method Detail

getId

public String getId()

setId

public void setId(String toSet)

getText

public String getText()

setText

public void setText(String toSet)

getChoice

public ChoiceOption getChoice()

setChoice

public void setChoice(ChoiceOption toSet)

getMessage

public List<VirtualMachineMessage> getMessage()

setMessage

public void setMessage(List<VirtualMachineMessage> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.