new module:model/LocalePolicyTab()
- Source:
Constructs a new LocalePolicyTab.
Members
(inner) addressFormat :String
- Source:
Type:
- String
(inner) calendarType :String
- Source:
Type:
- String
(inner) cultureName :String
- Source:
Type:
- String
(inner) currencyCode :String
- Source:
Type:
- String
(inner) currencyNegativeFormat :String
- Source:
Type:
- String
(inner) currencyPositiveFormat :String
- Source:
Type:
- String
(inner) customDateFormat :String
- Source:
Type:
- String
(inner) customTimeFormat :String
- Source:
Type:
- String
(inner) dateFormat :String
- Source:
Type:
- String
(inner) initialFormat :String
- Source:
Type:
- String
(inner) nameFormat :String
- Source:
Type:
- String
(inner) timeFormat :String
- Source:
Type:
- String
(inner) timeZone :String
- Source:
Type:
- String
(inner) useLongCurrencyFormat :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/LocalePolicyTab}
- Source:
Constructs a LocalePolicyTab from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/LocalePolicyTab | Optional instance to populate. |
Returns:
The populated LocalePolicyTab instance.