|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.go.nict.langrid.dao.entity.UpdateManagedEntity jp.go.nict.langrid.dao.entity.ServiceActionSchedule
public class ServiceActionSchedule
操作予約の情報を格納する。
コンストラクタの概要 | |
---|---|
ServiceActionSchedule()
コンストラクタ。 |
|
ServiceActionSchedule(String gridId,
Calendar bookingDateTime,
String targetId,
ScheduleTargetType targetType,
ScheduleActionType operationType,
String nodeId)
コンストラクタ |
メソッドの概要 | |
---|---|
Calendar |
getBookingDateTime()
予約日時を取得する |
String |
getGridId()
グリッドIDを取得する |
int |
getId()
IDを取得する |
String |
getNodeId()
ノードIDを取得する。 |
int |
getNodeLocalId()
ノードローカルIDを取得する。 |
ScheduleActionType |
getOperationType()
予約操作の種類を取得する |
String |
getTargetId()
予約対象のIDを取得する |
ScheduleTargetType |
getTargetType()
予約対象の種類を取得する |
boolean |
isRelated()
関連する予約かどうかを取得する |
void |
setBookingDateTime(Calendar bookingDateTime)
予約日時を設定する |
void |
setGridId(String gridId)
グリッドIdを設定する |
void |
setId(int id)
IDを設定する |
void |
setNodeId(String nodeId)
ノードIDを設定する。 |
void |
setNodeLocalId(int nodeLocalId)
ノードローカルIDを設定する。 |
void |
setOperationType(ScheduleActionType operationType)
予約操作の種類を設定する |
void |
setRelated(boolean isRelated)
関連する予約かどうかを設定する |
void |
setTargetId(String targetId)
予約対象のIDを設定する |
void |
setTargetType(ScheduleTargetType targetType)
予約対象の種類を設定する |
クラス jp.go.nict.langrid.dao.entity.UpdateManagedEntity から継承されたメソッド |
---|
appendSpecialEquals, appendSpecialHashCode, equals, equalsIgnoreDates, getCreatedDateTime, getUpdatedDateTime, hashCode, setCreatedDateTime, setUpdatedDateTime, toString, touchUpdatedDateTime |
クラス java.lang.Object から継承されたメソッド |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public ServiceActionSchedule()
public ServiceActionSchedule(String gridId, Calendar bookingDateTime, String targetId, ScheduleTargetType targetType, ScheduleActionType operationType, String nodeId)
gridId
- グリッドIDbookingDateTime
- 予約日時targetId
- 予約対象のIDtargetType
- 予約対象のタイプoperationType
- 予約タイプメソッドの詳細 |
---|
public String getGridId()
public void setGridId(String gridId)
gridId
- グリッドIDpublic int getId()
public void setId(int id)
id
- IDpublic Calendar getBookingDateTime()
public void setBookingDateTime(Calendar bookingDateTime)
bookingDateTime
- 予約日時public String getTargetId()
public void setTargetId(String targetId)
targetId
- 対象のIDpublic ScheduleTargetType getTargetType()
public void setTargetType(ScheduleTargetType targetType)
targetType
- 対象の種類public ScheduleActionType getOperationType()
public void setOperationType(ScheduleActionType operationType)
operationType
- 操作の種類public void setRelated(boolean isRelated)
isRelated
- 関連するかどうかpublic boolean isRelated()
public String getNodeId()
public void setNodeId(String nodeId)
nodeId
- ノードIDpublic int getNodeLocalId()
public void setNodeLocalId(int nodeLocalId)
nodeId
- ノードローカルID
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |