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()
UpdateInfogetUpdateUser インタフェース内 UpdateInfopublic void setUpdateUser(AttributeImpl updateUser)
updateUser - public Attribute getUpdateTimestamp()
UpdateInfogetUpdateTimestamp インタフェース内 UpdateInfopublic 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
DataStoreConfigurationModelInterfaceexecuteMapping インタフェース内 DataStoreConfigurationModelInterfaceDataStoreConfigExceptionpublic void verify()
throws DataStoreConfigException
DataStoreConfigurationModelInterfaceverify インタフェース内 DataStoreConfigurationModelInterfaceDataStoreConfigException - 内部情報に整合性違反がある場合Copyright © 2012 NTT DATA INTRAMART CORPORATION