public class PrimaryKeyMappingImpl extends Object implements PrimaryKeyMapping, DataStoreConfigurationModelInterface
コンストラクタと説明 |
---|
PrimaryKeyMappingImpl(PrimaryKeyMappingParentInterface parent) |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
executeMapping()
このオブジェクトの内部情報を元にモデルのマッピングを行います。
|
Attribute |
getAttribute()
プライマリーキーとなる属性を取得します。
|
String |
getAttributeName() |
String |
getName()
プライマリーキーとなるカラム名を取得します。
|
void |
setAttributeName(String attributeName) |
void |
setName(String name) |
void |
verify()
このオブジェクトの内部情報を検査します。
|
public PrimaryKeyMappingImpl(PrimaryKeyMappingParentInterface parent)
public Attribute getAttribute()
PrimaryKeyMapping
getAttribute
インタフェース内 PrimaryKeyMapping
public String getName()
PrimaryKeyMapping
getName
インタフェース内 PrimaryKeyMapping
public void setName(String name)
name
- public void setAttributeName(String attributeName)
attributeName
- public String getAttributeName()
public void executeMapping() throws DataStoreConfigException
DataStoreConfigurationModelInterface
executeMapping
インタフェース内 DataStoreConfigurationModelInterface
DataStoreConfigException
public void verify() throws DataStoreConfigException
DataStoreConfigurationModelInterface
verify
インタフェース内 DataStoreConfigurationModelInterface
DataStoreConfigException
- 内部情報に整合性違反がある場合Copyright © 2012 NTT DATA INTRAMART CORPORATION