public class ScheduleModel extends ServiceGridModel
| Constructor and Description |
|---|
ScheduleModel() |
| Modifier and Type | Method and Description |
|---|---|
ScheduleActionType |
getActionType() |
Calendar |
getBookingDateTime() |
int |
getId() |
String |
getNodeId() |
String |
getTargetId() |
ScheduleTargetType |
getTargetType() |
boolean |
isRelated() |
void |
setActionType(ScheduleActionType actionType) |
void |
setBookingDateTime(Calendar bookingDateTime) |
void |
setId(int id) |
void |
setNodeId(String nodeId) |
void |
setRelated(boolean isRelated) |
void |
setTargetId(String targetId) |
void |
setTargetType(ScheduleTargetType targetType) |
getGridId, setGridIdequals, getCreatedDateTime, getUpdatedDateTime, hashCode, setCreatedDateTime, setUpdatedDateTime, toStringpublic ScheduleActionType getActionType()
public Calendar getBookingDateTime()
public int getId()
public String getNodeId()
public String getTargetId()
public ScheduleTargetType getTargetType()
public boolean isRelated()
public void setActionType(ScheduleActionType actionType)
public void setBookingDateTime(Calendar bookingDateTime)
public void setId(int id)
public void setNodeId(String nodeId)
public void setRelated(boolean isRelated)
public void setTargetId(String targetId)
public void setTargetType(ScheduleTargetType targetType)