com.hyper9.simdk.stubs.dao
Class VirtualMachineBackupEventInfo

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

public class VirtualMachineBackupEventInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineBackupEventInfo()
           
 
Method Summary
 Long getCode()
           
 String getEventType()
           
 String getMessage()
           
 void setCode(Long toSet)
           
 void setEventType(String toSet)
           
 void setMessage(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

VirtualMachineBackupEventInfo

public VirtualMachineBackupEventInfo()
Method Detail

getEventType

public String getEventType()

setEventType

public void setEventType(String toSet)

getCode

public Long getCode()

setCode

public void setCode(Long toSet)

getMessage

public String getMessage()

setMessage

public void setMessage(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.