Facilityオブジェクト
| コンポーネント情報 | |
|---|---|
| version | 8.0.13 |
| since | 8.0.1 |
施設情報を保持するクラスです。
var facility = {
attachFile : UploadFile, // 添付ファイル
categoryKey : CategoryKey, // 施設カテゴリキー
defaultName : String, // デフォルトの施設名
description : String, // 説明
endDate : DateTime, // 終了日時
facilityName : LocaleValue[], // ロケール別施設名
key : FacilityKey, // 施設キー
localeId : String, // ロケールID
startDate : DateTime, // 開始日時
timezoneId : String // タイムゾーンID
}
プロパティの概要
| 型 | プロパティ名 | アクセス権 |
|---|---|---|
| UploadFile | attachFile 添付ファイル |
|
| CategoryKey | categoryKey 施設カテゴリキー |
|
| String | defaultName デフォルトの施設名 |
|
| String | description 説明 |
|
| DateTime | endDate 終了日時 |
|
| LocaleValue[] | facilityName ロケール別施設名 |
|
| FacilityKey | key 施設キー |
|
| String | localeId ロケールID |
|
| DateTime | startDate 開始日時 |
|
| String | timezoneId タイムゾーンID |
プロパティの詳細
|
UploadFile attachFile
添付ファイル
|
|
CategoryKey categoryKey
施設カテゴリキー
|
|
String defaultName
デフォルトの施設名
|
|
String description
説明
|
|
DateTime endDate
終了日時
|
|
LocaleValue[] facilityName
ロケール別施設名
|
|
FacilityKey key
施設キー
|
|
String localeId
ロケールID
|
|
DateTime startDate
開始日時
|
|
String timezoneId
タイムゾーンID
|