com.hyper9.simdk.stubs.dao
Class TaskDescription

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

public class TaskDescription
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
TaskDescription()
           
 
Method Summary
 List<ElementDescription> getMethodInfo()
           
 List<TypeDescription> getReason()
           
 List<ElementDescription> getState()
           
 void setMethodInfo(List<ElementDescription> toSet)
           
 void setReason(List<TypeDescription> toSet)
           
 void setState(List<ElementDescription> 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

TaskDescription

public TaskDescription()
Method Detail

getMethodInfo

public List<ElementDescription> getMethodInfo()

setMethodInfo

public void setMethodInfo(List<ElementDescription> toSet)

getState

public List<ElementDescription> getState()

setState

public void setState(List<ElementDescription> toSet)

getReason

public List<TypeDescription> getReason()

setReason

public void setReason(List<TypeDescription> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.