com.hyper9.simdk.stubs.dao
Class EventArgDesc

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

public class EventArgDesc
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
EventArgDesc()
           
 
Method Summary
 ElementDescription getDescription()
           
 String getName()
           
 String getType()
           
 void setDescription(ElementDescription toSet)
           
 void setName(String toSet)
           
 void setType(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

EventArgDesc

public EventArgDesc()
Method Detail

getName

public String getName()

setName

public void setName(String toSet)

getType

public String getType()

setType

public void setType(String toSet)

getDescription

public ElementDescription getDescription()

setDescription

public void setDescription(ElementDescription toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.