com.hyper9.simdk.stubs.dao
Class EventDescription

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

public class EventDescription
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
EventDescription()
           
 
Method Summary
 List<ElementDescription> getCategory()
           
 List<EnumDescription> getEnumeratedTypes()
           
 List<EventDescriptionEventDetail> getEventInfo()
           
 void setCategory(List<ElementDescription> toSet)
           
 void setEnumeratedTypes(List<EnumDescription> toSet)
           
 void setEventInfo(List<EventDescriptionEventDetail> 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

EventDescription

public EventDescription()
Method Detail

getCategory

public List<ElementDescription> getCategory()

setCategory

public void setCategory(List<ElementDescription> toSet)

getEventInfo

public List<EventDescriptionEventDetail> getEventInfo()

setEventInfo

public void setEventInfo(List<EventDescriptionEventDetail> toSet)

getEnumeratedTypes

public List<EnumDescription> getEnumeratedTypes()

setEnumeratedTypes

public void setEnumeratedTypes(List<EnumDescription> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.