public class ServiceActionSchedule extends UpdateManagedEntity implements Serializable
Constructor and Description |
---|
ServiceActionSchedule() |
ServiceActionSchedule(String gridId,
Calendar bookingDateTime,
String targetId,
ScheduleTargetType targetType,
ScheduleActionType operationType,
String nodeId) |
Modifier and Type | Method and Description |
---|---|
Calendar |
getBookingDateTime() |
String |
getGridId() |
int |
getId() |
String |
getNodeId() |
int |
getNodeLocalId() |
ScheduleActionType |
getOperationType() |
String |
getTargetId() |
ScheduleTargetType |
getTargetType() |
boolean |
isRelated() |
void |
setBookingDateTime(Calendar bookingDateTime) |
void |
setGridId(String gridId) |
void |
setId(int id) |
void |
setNodeId(String nodeId) |
void |
setNodeLocalId(int nodeLocalId) |
void |
setOperationType(ScheduleActionType operationType) |
void |
setRelated(boolean isRelated) |
void |
setTargetId(String targetId) |
void |
setTargetType(ScheduleTargetType targetType) |
appendSpecialEquals, appendSpecialHashCode, equals, equalsIgnoreDates, getCreatedDateTime, getUpdatedDateTime, hashCode, setCreatedDateTime, setUpdatedDateTime, toString, touchUpdatedDateTime
public ServiceActionSchedule()
public ServiceActionSchedule(String gridId, Calendar bookingDateTime, String targetId, ScheduleTargetType targetType, ScheduleActionType operationType, String nodeId)
public String getGridId()
public void setGridId(String gridId)
public int getId()
public void setId(int id)
public Calendar getBookingDateTime()
public void setBookingDateTime(Calendar bookingDateTime)
public String getTargetId()
public void setTargetId(String targetId)
public ScheduleTargetType getTargetType()
public void setTargetType(ScheduleTargetType targetType)
public ScheduleActionType getOperationType()
public void setOperationType(ScheduleActionType operationType)
public void setRelated(boolean isRelated)
public boolean isRelated()
public String getNodeId()
public void setNodeId(String nodeId)
public int getNodeLocalId()
public void setNodeLocalId(int nodeLocalId)