jp.go.nict.langrid.dao
クラス FederationForList

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

public class FederationForList
extends Object
implements Serializable

関連項目:
直列化された形式

コンストラクタの概要
FederationForList(String sourceGridId, String sourceGridName, String targetGridId, String targetGridName, String targetGridAccessToken, URL targetGridUserHomepage, String targetGridUserId, String targetGridUserOrganization, boolean requesting, User user)
           
 
メソッドの概要
 String getSourceGridId()
           
 String getSourceGridName()
           
 String getTargetGridAccessToken()
           
 String getTargetGridId()
           
 String getTargetGridName()
           
 URL getTargetGridUserHomepage()
           
 String getTargetGridUserId()
           
 String getTargetGridUserOrganization()
           
 User getUser()
           
 boolean isRequesting()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FederationForList

public FederationForList(String sourceGridId,
                         String sourceGridName,
                         String targetGridId,
                         String targetGridName,
                         String targetGridAccessToken,
                         URL targetGridUserHomepage,
                         String targetGridUserId,
                         String targetGridUserOrganization,
                         boolean requesting,
                         User user)
メソッドの詳細

isRequesting

public boolean isRequesting()
戻り値:
the requesting

getSourceGridId

public String getSourceGridId()
戻り値:
the sourceGridId

getSourceGridName

public String getSourceGridName()
戻り値:
the sourceGridName

getTargetGridAccessToken

public String getTargetGridAccessToken()
戻り値:
the targetGridAccessToken

getTargetGridId

public String getTargetGridId()
戻り値:
the targetGridId

getTargetGridName

public String getTargetGridName()
戻り値:
the targetGridName

getTargetGridUserHomepage

public URL getTargetGridUserHomepage()
戻り値:
the targetGridUserHomepage

getTargetGridUserId

public String getTargetGridUserId()
戻り値:
the targetGridUserId

getTargetGridUserOrganization

public String getTargetGridUserOrganization()
戻り値:
the targetGridUserOrganization

getUser

public User getUser()
戻り値:
the user