|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.go.nict.langrid.dao.entity.UpdateManagedEntity jp.go.nict.langrid.dao.entity.Service jp.go.nict.langrid.dao.entity.RuleBaseService
public class RuleBaseService
RuleBaseサービスに必要な情報を格納する。
コンストラクタの概要 | |
---|---|
RuleBaseService()
コンストラクタ。 |
|
RuleBaseService(String gridId,
String serviceId)
コンストラクタ。 |
メソッドの概要 | |
---|---|
RuleBaseService |
clone()
|
String |
getDeployedId()
配備後のIDを取得する。 |
boolean |
isDeployed()
配備されていればtrueを返す。 |
void |
setDeployed(boolean deployed)
配備されているかどうかを設定する。 |
void |
setDeployedId(String deployedId)
配備後のIDを設定する。 |
クラス jp.go.nict.langrid.dao.entity.UpdateManagedEntity から継承されたメソッド |
---|
equals, equalsIgnoreDates, getCreatedDateTime, getUpdatedDateTime, hashCode, setCreatedDateTime, setUpdatedDateTime, touchUpdatedDateTime |
クラス java.lang.Object から継承されたメソッド |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public RuleBaseService()
public RuleBaseService(String gridId, String serviceId)
gridId
- グリッドIDserviceId
- サービスIDメソッドの詳細 |
---|
public boolean isDeployed()
public void setDeployed(boolean deployed)
deployed
- 配備されているかどうかpublic String getDeployedId()
public void setDeployedId(String deployedId)
deployedId
- 配備後のIDpublic RuleBaseService clone()
Service
内の clone
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |