|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.go.nict.langrid.dao.entity.UpdateManagedEntity jp.go.nict.langrid.dao.entity.Service jp.go.nict.langrid.dao.entity.BPELService
public class BPELService
BPELサービスに必要な情報を格納する。
コンストラクタの概要 | |
---|---|
BPELService()
コンストラクタ。 |
|
BPELService(String gridId,
String serviceId)
コンストラクタ。 |
メソッドの概要 | |
---|---|
protected org.apache.commons.lang.builder.EqualsBuilder |
appendSpecialEquals(org.apache.commons.lang.builder.EqualsBuilder builder,
Object value,
Collection<String> appendedFields,
boolean ignoreDates)
実体固有の比較を行い、比較したフィールドをコレクションに追加する。 |
BPELService |
clone()
|
String |
getDeployedId()
配備後のIDを取得する。 |
List<String> |
getPartnerServiceNamespaceURIs()
このBPELが呼び出す外部サービスの名前空間リストを取得する。 |
boolean |
isDeployed()
配備されていればtrueを返す。 |
void |
setDeployed(boolean deployed)
配備されているかどうかを設定する。 |
void |
setDeployedId(String deployedId)
配備後のIDを設定する。 |
void |
setPartnerServiceNamespaceURIs(List<String> partnerServiceNamespaceURIs)
このBPELが呼び出す外部サービスの名前空間リストを設定する。 |
クラス 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 BPELService()
public BPELService(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 List<String> getPartnerServiceNamespaceURIs()
public void setPartnerServiceNamespaceURIs(List<String> partnerServiceNamespaceURIs)
uris
- 名前空間リストpublic BPELService clone()
Service
内の clone
protected org.apache.commons.lang.builder.EqualsBuilder appendSpecialEquals(org.apache.commons.lang.builder.EqualsBuilder builder, Object value, Collection<String> appendedFields, boolean ignoreDates)
UpdateManagedEntity
の記述:
Service
内の appendSpecialEquals
builder
- ビルダvalue
- 比較する値ignoreDates
- 日付を無視するかどうか
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |