new HoursSet()
- Source:
Methods
(static) HoursSet#getFriday() → {Array.<hours.HourRange>}
Get the field value
- Source:
Returns:
An array of
- Type
- Array.<hours.HourRange>
(static) HoursSet#getId() → {String}
Get the field value
Unique identifier
- Source:
Returns:
- Type
- String
(static) HoursSet#getMonday() → {Array.<hours.HourRange>}
Get the field value
- Source:
Returns:
An array of
- Type
- Array.<hours.HourRange>
(static) HoursSet#getName() → {String}
Get the field value
Friendly name to describe the hours
- Source:
Returns:
- Type
- String
(static) HoursSet#getReference() → {Null|hours.Reference}
Get the field value
- Source:
Returns:
- Type
- Null | hours.Reference
(static) HoursSet#getSaturday() → {Array.<hours.HourRange>}
Get the field value
- Source:
Returns:
An array of
- Type
- Array.<hours.HourRange>
(static) HoursSet#getSunday() → {Array.<hours.HourRange>}
Get the field value
- Source:
Returns:
An array of
- Type
- Array.<hours.HourRange>
(static) HoursSet#getThursday() → {Array.<hours.HourRange>}
Get the field value
- Source:
Returns:
An array of
- Type
- Array.<hours.HourRange>
(static) HoursSet#getTuesday() → {Array.<hours.HourRange>}
Get the field value
- Source:
Returns:
An array of
- Type
- Array.<hours.HourRange>
(static) HoursSet#getWednesday() → {Array.<hours.HourRange>}
Get the field value
- Source:
Returns:
An array of
- Type
- Array.<hours.HourRange>
(static) HoursSet#setFriday(friday)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
friday |
Array.<hours.HourRange> | An array of |
- Source:
(static) HoursSet#setId(id)
Set the field value
Unique identifier
Parameters:
Name | Type | Description |
---|---|---|
id |
String |
- Source:
(static) HoursSet#setMonday(monday)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
monday |
Array.<hours.HourRange> | An array of |
- Source:
(static) HoursSet#setName(name)
Set the field value
Friendly name to describe the hours
Parameters:
Name | Type | Description |
---|---|---|
name |
String |
- Source:
(static) HoursSet#setReference(reference)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
reference |
Null | hours.Reference |
- Source:
(static) HoursSet#setSaturday(saturday)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
saturday |
Array.<hours.HourRange> | An array of |
- Source:
(static) HoursSet#setSunday(sunday)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
sunday |
Array.<hours.HourRange> | An array of |
- Source:
(static) HoursSet#setThursday(thursday)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
thursday |
Array.<hours.HourRange> | An array of |
- Source:
(static) HoursSet#setTuesday(tuesday)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
tuesday |
Array.<hours.HourRange> | An array of |
- Source:
(static) HoursSet#setWednesday(wednesday)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
wednesday |
Array.<hours.HourRange> | An array of |
- Source: