com.hyper9.simdk.stubs.dao
Class ScheduledTaskSpec

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.ScheduledTaskSpec
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ScheduledTaskInfo

public class ScheduledTaskSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ScheduledTaskSpec()
           
 
Method Summary
 Action getAction()
           
 String getDescription()
           
 Boolean getEnabled()
           
 String getName()
           
 String getNotification()
           
 TaskScheduler getScheduler()
           
 void setAction(Action toSet)
           
 void setDescription(String toSet)
           
 void setEnabled(Boolean toSet)
           
 void setName(String toSet)
           
 void setNotification(String toSet)
           
 void setScheduler(TaskScheduler 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

ScheduledTaskSpec

public ScheduledTaskSpec()
Method Detail

getName

public String getName()

setName

public void setName(String toSet)

getDescription

public String getDescription()

setDescription

public void setDescription(String toSet)

getEnabled

public Boolean getEnabled()

setEnabled

public void setEnabled(Boolean toSet)

getScheduler

public TaskScheduler getScheduler()

setScheduler

public void setScheduler(TaskScheduler toSet)

getAction

public Action getAction()

setAction

public void setAction(Action toSet)

getNotification

public String getNotification()

setNotification

public void setNotification(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.