public class EventcalendarEvent extends Object implements Serializable
コンストラクタと説明 |
---|
EventcalendarEvent() |
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getColorCd()
カラーコード
|
String |
getDescription()
説明
|
jp.co.intra_mart.foundation.i18n.datetime.DateTime |
getEndDate()
終了日付
|
EventKey |
getEventKey()
イベントキー
|
GradiationType |
getGradiationType()
グラデーション種別
|
ItemKey |
getItemKey()
アイテムキー
|
jp.co.intra_mart.foundation.i18n.datetime.DateTime |
getRegisterDate()
登録日時
|
String |
getRegisterUserCd()
登録ユーザコード
|
String |
getRegisterUserName()
登録ユーザ名
|
jp.co.intra_mart.foundation.i18n.datetime.DateTime |
getStartDate()
開始日付
|
String |
getTimezoneId()
タイムゾーンID
|
String |
getTitle()
タイトル
|
jp.co.intra_mart.foundation.i18n.datetime.DateTime |
getUpdateDate()
更新日時
|
String |
getUpdateUserCd()
更新ユーザコード
|
String |
getUpdateUserName()
更新ユーザ名
|
void |
setColorCd(String colorCd)
カラーコード
|
void |
setDescription(String description)
説明
|
void |
setEndDate(jp.co.intra_mart.foundation.i18n.datetime.DateTime endDate)
終了日付
|
void |
setEventKey(EventKey eventKey)
イベントキー
|
void |
setGradiationType(GradiationType gradiationType)
グラデーション種別
|
void |
setItemKey(ItemKey itemKey)
アイテムキー
|
void |
setRegisterDate(jp.co.intra_mart.foundation.i18n.datetime.DateTime registerDate)
登録日時
|
void |
setRegisterUaerName(String registerUserName)
非推奨です。
setRegisterUserName(String) を利用してください。 |
void |
setRegisterUserCd(String registerUserCd)
登録ユーザコード
|
void |
setRegisterUserName(String registerUserName)
登録ユーザ名
|
void |
setStartDate(jp.co.intra_mart.foundation.i18n.datetime.DateTime startDate)
開始日付
|
void |
setTimezoneId(String timezoneId)
タイムゾーンID
|
void |
setTitle(String title)
タイトル
|
void |
setUpdateDate(jp.co.intra_mart.foundation.i18n.datetime.DateTime updateDate)
更新日時
|
void |
setUpdateUaerName(String updateUserName)
非推奨です。
setUpdateUserName(String) を利用してください。 |
void |
setUpdateUserCd(String updateUserCd)
更新ユーザコード
|
void |
setUpdateUserName(String updateUserName)
更新ユーザ名
|
public String getColorCd()
public String getDescription()
public jp.co.intra_mart.foundation.i18n.datetime.DateTime getEndDate()
public EventKey getEventKey()
public GradiationType getGradiationType()
public ItemKey getItemKey()
public jp.co.intra_mart.foundation.i18n.datetime.DateTime getRegisterDate()
public String getRegisterUserCd()
public String getRegisterUserName()
public jp.co.intra_mart.foundation.i18n.datetime.DateTime getStartDate()
public String getTimezoneId()
public String getTitle()
public jp.co.intra_mart.foundation.i18n.datetime.DateTime getUpdateDate()
public String getUpdateUserCd()
public String getUpdateUserName()
public void setColorCd(String colorCd)
colorCd
- カラーコードpublic void setDescription(String description)
description
- 説明public void setEndDate(jp.co.intra_mart.foundation.i18n.datetime.DateTime endDate)
endDate
- 終了日付public void setEventKey(EventKey eventKey)
eventKey
- イベントキーpublic void setGradiationType(GradiationType gradiationType)
gradiationType
- グラデーション種別public void setItemKey(ItemKey itemKey)
itemKey
- アイテムキーpublic void setRegisterDate(jp.co.intra_mart.foundation.i18n.datetime.DateTime registerDate)
registerDate
- 登録日時@Deprecated public void setRegisterUaerName(String registerUserName)
setRegisterUserName(String)
を利用してください。registerUserName
- 登録ユーザ名public void setRegisterUserCd(String registerUserCd)
registerUserCd
- 登録ユーザコードpublic void setRegisterUserName(String registerUserName)
registerUserName
- 登録ユーザ名public void setStartDate(jp.co.intra_mart.foundation.i18n.datetime.DateTime startDate)
startDate
- 開始日付public void setTimezoneId(String timezoneId)
timezoneId
- タイムゾーンIDpublic void setTitle(String title)
title
- タイトルpublic void setUpdateDate(jp.co.intra_mart.foundation.i18n.datetime.DateTime updateDate)
updateDate
- 更新日時@Deprecated public void setUpdateUaerName(String updateUserName)
setUpdateUserName(String)
を利用してください。updateUserName
- 更新ユーザ名public void setUpdateUserCd(String updateUserCd)
updateUserCd
- 更新ユーザコードpublic void setUpdateUserName(String updateUserName)
updateUserName
- 更新ユーザ名Copyright © 2012-2015 NTT DATA INTRAMART CORPORATION