Constructor
new PropertyData(propertyData, daysToHold)
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
propertyData |
any | |
daysToHold |
Number |
Members
expiry
- Source:
Properties:
| Type | Description |
|---|---|
| Date |
myData
- Source:
Properties:
| Type | Description |
|---|---|
| String |
Methods
(static) getData(obj) → {any}
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
obj |
PropertyData |
Returns:
- Type
- any
(static) isExpired(obj) → {Boolean}
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
obj |
PropertyData |
Returns:
- Type
- Boolean