|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.go.nict.langrid.dao.entity.DomainPK
public class DomainPK
Domainの主キーを表す。
コンストラクタの概要 | |
---|---|
DomainPK()
コンストラクタ。 |
|
DomainPK(String domainId)
コンストラクタ。 |
メソッドの概要 | |
---|---|
boolean |
equals(Object value)
|
String |
getDomainId()
ドメインIDを返す。 |
int |
hashCode()
|
void |
setDomainId(String domainId)
ドメインIDを設定する。 |
String |
toString()
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public DomainPK()
public DomainPK(String domainId)
domainId
- ドメインIDメソッドの詳細 |
---|
public boolean equals(Object value)
Object
内の equals
public int hashCode()
Object
内の hashCode
public String toString()
Object
内の toString
public String getDomainId()
public void setDomainId(String domainId)
domainId
- ドメインID
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |