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