|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjp.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 内の equalspublic int hashCode()
Object 内の hashCodepublic String toString()
Object 内の toStringpublic String getDomainId()
public void setDomainId(String domainId)
domainId - ドメインID
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||