修飾子とタイプ | フィールドと説明 |
---|---|
static String |
CREATE_DATE
作成日・キー
|
static String |
CREATE_USER_CODE
作成者ユーザコード・キー
|
static String |
RECORD_DATE
更新日・キー
|
static String |
RECORD_USER_CODE
更新者ユーザコード・キー
|
コンストラクタと説明 |
---|
BaseModel() |
修飾子とタイプ | メソッドと説明 |
---|---|
Date |
getCreateDate()
作成日を取得します。
|
String |
getCreateUserCode()
作成者ユーザコードを取得します。
|
Date |
getRecordDate()
更新日を取得します。
|
String |
getRecordUserCode()
更新者ユーザコードを取得します。
|
void |
setCreateDate(Date createDate)
作成日をセットします
|
void |
setCreateUserCode(String createUserCode)
作成者ユーザコードをセットします
|
void |
setRecordDate(Date recordDate)
更新日をセットします。
|
void |
setRecordUserCode(String recordUserCode)
更新者ユーザコードをセットします。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkError
public Date getCreateDate()
public String getCreateUserCode()
public Date getRecordDate()
public String getRecordUserCode()
public void setCreateDate(Date createDate)
createDate
- 作成日public void setCreateUserCode(String createUserCode)
createUserCode
- ユーザコードpublic void setRecordDate(Date recordDate)
recordDate
- 更新日public void setRecordUserCode(String recordUserCode)
recordUserCode
- ユーザコードCopyright © 2012 NTT DATA INTRAMART CORPORATION