FacilityDetailオブジェクト
| コンポーネント情報 | |
|---|---|
| version | 8.0.13 |
| since | 8.0.1 |
施設の詳細表示情報を保持するクラスです。
var facilityDetail = {
categoryKey : CategoryKey, // 施設カテゴリキー
description : String, // 説明
endDate : DateTime, // 終了日時
imageFilePath : String, // 画像ファイルパス
key : FacilityKey, // 施設キー
name : String, // 施設名
registerDate : DateTime, // 登録日時
registerUserCd : String, // 登録ユーザコード
registerUserName : String, // 登録ユーザ名
selectedLocaleId : String, // 選択ロケールID
sortKey : Integer, // 表示順序
startDate : DateTime, // 開始日時
timeZoneId : String, // タイムゾーンID
updateDate : DateTime, // 更新日時
updateUserCode : String, // 更新ユーザコード
updateUserName : String // 更新ユーザ名
}
プロパティの概要
| 型 | プロパティ名 | アクセス権 |
|---|---|---|
| CategoryKey | categoryKey 施設カテゴリキー |
|
| String | description 説明 |
|
| DateTime | endDate 終了日時 |
|
| String | imageFilePath 画像ファイルパス |
|
| FacilityKey | key 施設キー |
|
| String | name 施設名 |
|
| DateTime | registerDate 登録日時 |
|
| String | registerUserCd 登録ユーザコード |
|
| String | registerUserName 登録ユーザ名 |
|
| String | selectedLocaleId 選択ロケールID |
|
| Integer | sortKey 表示順序 |
|
| DateTime | startDate 開始日時 |
|
| String | timeZoneId タイムゾーンID |
|
| DateTime | updateDate 更新日時 |
|
| String | updateUserCode 更新ユーザコード |
|
| String | updateUserName 更新ユーザ名 |
プロパティの詳細
|
CategoryKey categoryKey
施設カテゴリキー
|
|
String description
説明
|
|
DateTime endDate
終了日時
|
|
String imageFilePath
画像ファイルパス
|
|
FacilityKey key
施設キー
|
|
String name
施設名
|
|
DateTime registerDate
登録日時
|
|
String registerUserCd
登録ユーザコード
|
|
String registerUserName
登録ユーザ名
|
|
String selectedLocaleId
選択ロケールID
|
|
Integer sortKey
表示順序
|
|
DateTime startDate
開始日時
|
|
String timeZoneId
タイムゾーンID
|
|
DateTime updateDate
更新日時
|
|
String updateUserCode
更新ユーザコード
|
|
String updateUserName
更新ユーザ名
|