com.hyper9.simdk.stubs.dao
Class VirtualMachineMessage

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

public class VirtualMachineMessage
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineMessage()
           
 
Method Summary
 List<Object> getArgument()
           
 SerializableObjectWrapper getArgumentWrapper()
           
 String getId()
           
 String getText()
           
 void setArgument(List<Object> toSet)
           
 void setargumentWrapper(SerializableObjectWrapper toSet)
           
 void setId(String 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

VirtualMachineMessage

public VirtualMachineMessage()
Method Detail

getId

public String getId()

setId

public void setId(String toSet)

getArgument

public List<Object> getArgument()

setArgument

public void setArgument(List<Object> toSet)

getArgumentWrapper

public SerializableObjectWrapper getArgumentWrapper()

setargumentWrapper

public void setargumentWrapper(SerializableObjectWrapper toSet)

getText

public String getText()

setText

public void setText(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.