public class UpdateInfoImpl extends Object implements UpdateInfo, DataStoreConfigurationModelInterface
コンストラクタと説明 |
---|
UpdateInfoImpl(EntityImpl entity) |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
executeMapping()
このオブジェクトの内部情報を元にモデルのマッピングを行います。
|
Attribute |
getUpdateTimestamp()
エンティティの更新日付となる属性を取得します。
|
String |
getUpdateTimestampString()
更新日時の属性名を取得
|
Attribute |
getUpdateUser()
エンティティの更新ユーザとなる属性を取得します。
|
String |
getUpdateUserString()
更新ユーザの属性名を取得します。
|
void |
setUpdateTimestamp(AttributeImpl updateTimestamp)
更新日時を設定する
|
void |
setUpdateTimestampString(String updateTimestampString)
更新日時を設定します。
|
void |
setUpdateUser(AttributeImpl updateUser)
更新ユーザを設定する
|
void |
setUpdateUserString(String updateUserString)
更新ユーザを設定します。
|
void |
verify()
このオブジェクトの内部情報を検査します。
|
public UpdateInfoImpl(EntityImpl entity)
public Attribute getUpdateUser()
UpdateInfo
getUpdateUser
インタフェース内 UpdateInfo
public void setUpdateUser(AttributeImpl updateUser)
updateUser
- public Attribute getUpdateTimestamp()
UpdateInfo
getUpdateTimestamp
インタフェース内 UpdateInfo
public void setUpdateTimestamp(AttributeImpl updateTimestamp)
updateTimestamp
- public void setUpdateUserString(String updateUserString)
updateUserString
- public void setUpdateTimestampString(String updateTimestampString)
updateTimestampString
- public String getUpdateUserString()
public String getUpdateTimestampString()
public void executeMapping() throws DataStoreConfigException
DataStoreConfigurationModelInterface
executeMapping
インタフェース内 DataStoreConfigurationModelInterface
DataStoreConfigException
public void verify() throws DataStoreConfigException
DataStoreConfigurationModelInterface
verify
インタフェース内 DataStoreConfigurationModelInterface
DataStoreConfigException
- 内部情報に整合性違反がある場合Copyright © 2012 NTT DATA INTRAMART CORPORATION