jp.go.nict.langrid.dao.entity
クラス SubscriberPK

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

public class SubscriberPK
extends Object
implements Serializable

サブスクリプション情報を格納するエンティティクラス。

作成者:
Takao Nakaguchi
関連項目:
直列化された形式

コンストラクタの概要
SubscriberPK()
           
SubscriberPK(String sourceServiceGridId, String sourceServiceId, String userGridId, String userId, String targetServiceGridId, String targetServiceId)
           
 
メソッドの概要
 boolean equals(Object value)
           
 String getSourceServiceGridId()
           
 String getSourceServiceId()
           
 String getTargetServiceGridId()
           
 String getTargetServiceId()
           
 String getUserGridId()
           
 String getUserId()
           
 int hashCode()
           
 void setSourceServiceGridId(String sourceServiceGridId)
           
 void setSourceServiceId(String sourceServiceId)
           
 void setTargetServiceGridId(String targetServiceGridId)
           
 void setTargetServiceId(String targetServiceId)
           
 void setUserGridId(String userGridId)
           
 void setUserId(String userId)
           
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

SubscriberPK

public SubscriberPK()

SubscriberPK

public SubscriberPK(String sourceServiceGridId,
                    String sourceServiceId,
                    String userGridId,
                    String userId,
                    String targetServiceGridId,
                    String targetServiceId)
メソッドの詳細

equals

public boolean equals(Object value)
オーバーライド:
クラス Object 内の equals

hashCode

public int hashCode()
オーバーライド:
クラス Object 内の hashCode

toString

public String toString()
オーバーライド:
クラス Object 内の toString

getSourceServiceGridId

public String getSourceServiceGridId()

setSourceServiceGridId

public void setSourceServiceGridId(String sourceServiceGridId)

getSourceServiceId

public String getSourceServiceId()

setSourceServiceId

public void setSourceServiceId(String sourceServiceId)

getUserGridId

public String getUserGridId()

setUserGridId

public void setUserGridId(String userGridId)

getUserId

public String getUserId()

setUserId

public void setUserId(String userId)

getTargetServiceGridId

public String getTargetServiceGridId()

setTargetServiceGridId

public void setTargetServiceGridId(String targetServiceGridId)

getTargetServiceId

public String getTargetServiceId()

setTargetServiceId

public void setTargetServiceId(String targetServiceId)