com.hyper9.simdk.stubs.dao
Class EventDescriptionEventDetail

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

public class EventDescriptionEventDetail
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
EventDescriptionEventDetail()
           
 
Method Summary
 String getCategory()
           
 String getDescription()
           
 String getFormatOnComputeResource()
           
 String getFormatOnDatacenter()
           
 String getFormatOnHost()
           
 String getFormatOnVm()
           
 String getFullFormat()
           
 String getKey()
           
 void setCategory(String toSet)
           
 void setDescription(String toSet)
           
 void setFormatOnComputeResource(String toSet)
           
 void setFormatOnDatacenter(String toSet)
           
 void setFormatOnHost(String toSet)
           
 void setFormatOnVm(String toSet)
           
 void setFullFormat(String toSet)
           
 void setKey(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

EventDescriptionEventDetail

public EventDescriptionEventDetail()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String toSet)

getDescription

public String getDescription()

setDescription

public void setDescription(String toSet)

getCategory

public String getCategory()

setCategory

public void setCategory(String toSet)

getFormatOnDatacenter

public String getFormatOnDatacenter()

setFormatOnDatacenter

public void setFormatOnDatacenter(String toSet)

getFormatOnComputeResource

public String getFormatOnComputeResource()

setFormatOnComputeResource

public void setFormatOnComputeResource(String toSet)

getFormatOnHost

public String getFormatOnHost()

setFormatOnHost

public void setFormatOnHost(String toSet)

getFormatOnVm

public String getFormatOnVm()

setFormatOnVm

public void setFormatOnVm(String toSet)

getFullFormat

public String getFullFormat()

setFullFormat

public void setFullFormat(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.