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

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

public class Registration
extends Object
implements Serializable

通知サービスへの登録情報を格納するエンティティクラス。

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

コンストラクタの概要
Registration()
           
Registration(String serviceGridId, String serviceId, String protocolId, String url, String authUserName, String authPassword, String token, Calendar createdDateTime)
           
 
メソッドの概要
 boolean equals(Object value)
           
 String getAuthPassword()
           
 String getAuthUserName()
           
 Calendar getCreatedDateTime()
           
 String getProtocolId()
           
 String getServiceGridId()
           
 String getServiceId()
           
 String getToken()
           
 String getUrl()
           
 int hashCode()
           
 void setAuthPassword(String authPassword)
           
 void setAuthUserName(String authUserName)
           
 void setCreatedDateTime(Calendar createdDateTime)
           
 void setProtocolId(String protocolId)
           
 void setServiceGridId(String serviceGridId)
           
 void setServiceId(String serviceId)
           
 void setToken(String token)
           
 void setUrl(String url)
           
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

Registration

public Registration()

Registration

public Registration(String serviceGridId,
                    String serviceId,
                    String protocolId,
                    String url,
                    String authUserName,
                    String authPassword,
                    String token,
                    Calendar createdDateTime)
メソッドの詳細

equals

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

hashCode

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

toString

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

getServiceGridId

public String getServiceGridId()

setServiceGridId

public void setServiceGridId(String serviceGridId)

getServiceId

public String getServiceId()

setServiceId

public void setServiceId(String serviceId)

getProtocolId

public String getProtocolId()

setProtocolId

public void setProtocolId(String protocolId)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getAuthUserName

public String getAuthUserName()

setAuthUserName

public void setAuthUserName(String authUserName)

getAuthPassword

public String getAuthPassword()

setAuthPassword

public void setAuthPassword(String authPassword)

getToken

public String getToken()

setToken

public void setToken(String token)

getCreatedDateTime

public Calendar getCreatedDateTime()

setCreatedDateTime

public void setCreatedDateTime(Calendar createdDateTime)