|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjp.go.nict.langrid.service_1_3.foundation.federation.JoinResult
public class JoinResult
連邦参加時の結果を格納する。
| コンストラクタの概要 | |
|---|---|
JoinResult()
コンストラクタ。 |
|
JoinResult(String gridId,
UserProfile operatorProfile)
コンストラクタ。 |
|
| メソッドの概要 | |
|---|---|
String |
getGridId()
グリッドIDを取得する。 |
UserProfile |
getOperatorProfile()
運営組織のプロファイルを取得する。 |
void |
setGridId(String gridId)
グリッドIDを設定する。 |
void |
setOperatorProfile(UserProfile operatorProfile)
運営組織のプロファイルを設定する。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public JoinResult()
public JoinResult(String gridId,
UserProfile operatorProfile)
gridId - グリッドのIDoperatorProfile - 運営組織のプロファイル情報| メソッドの詳細 |
|---|
public String getGridId()
public void setGridId(String gridId)
gridId - グリッドIDpublic UserProfile getOperatorProfile()
public void setOperatorProfile(UserProfile operatorProfile)
operatorProfile - 運営組織のプロファイル
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||