jp.go.nict.langrid.service_1_3.foundation.federation
クラス JoinResult

java.lang.Object
  上位を拡張 jp.go.nict.langrid.service_1_3.foundation.federation.JoinResult
すべての実装されたインタフェース:
Serializable

public class JoinResult
extends Object
implements Serializable

連邦参加時の結果を格納する。

バージョン:
$Revision: 10415 $
作成者:
Takao Nakaguchi, $Author: Takao Nakaguchi $
関連項目:
直列化された形式

コンストラクタの概要
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
 

コンストラクタの詳細

JoinResult

public JoinResult()
コンストラクタ。


JoinResult

public JoinResult(String gridId,
                  UserProfile operatorProfile)
コンストラクタ。

パラメータ:
gridId - グリッドのID
operatorProfile - 運営組織のプロファイル情報
メソッドの詳細

getGridId

public String getGridId()
グリッドIDを取得する。

戻り値:
グリッドID

setGridId

public void setGridId(String gridId)
グリッドIDを設定する。

パラメータ:
gridId - グリッドID

getOperatorProfile

public UserProfile getOperatorProfile()
運営組織のプロファイルを取得する。

戻り値:
グリッドID

setOperatorProfile

public void setOperatorProfile(UserProfile operatorProfile)
運営組織のプロファイルを設定する。

パラメータ:
operatorProfile - 運営組織のプロファイル