org.hyperic.hq.control.server.session
Class ControlSchedule
java.lang.Object
org.hyperic.hibernate.PersistedObject
org.hyperic.hq.control.server.session.ControlSchedule
- All Implemented Interfaces:
- java.io.Serializable
public class ControlSchedule
- extends PersistedObject
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ControlSchedule
public ControlSchedule()
- default constructor
getEntityType
public java.lang.Integer getEntityType()
setEntityType
protected void setEntityType(java.lang.Integer entityType)
getEntityId
public java.lang.Integer getEntityId()
setEntityId
protected void setEntityId(java.lang.Integer entityId)
getSubject
public java.lang.String getSubject()
setSubject
protected void setSubject(java.lang.String subject)
getScheduleValueBytes
public byte[] getScheduleValueBytes()
setScheduleValueBytes
protected void setScheduleValueBytes(byte[] scheduleValueBytes)
getNextFireTime
public long getNextFireTime()
setNextFireTime
protected void setNextFireTime(long nextFireTime)
getTriggerName
public java.lang.String getTriggerName()
setTriggerName
protected void setTriggerName(java.lang.String triggerName)
getJobName
public java.lang.String getJobName()
setJobName
protected void setJobName(java.lang.String jobName)
getJobOrderData
public java.lang.String getJobOrderData()
setJobOrderData
protected void setJobOrderData(java.lang.String jobOrderData)
getAction
public java.lang.String getAction()
setAction
protected void setAction(java.lang.String action)
setScheduleValue
protected void setScheduleValue(ScheduleValue schedule)
throws java.io.IOException
- Throws:
java.io.IOException
getScheduleValue
public ScheduleValue getScheduleValue()
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class PersistedObject
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.