Constructor
new CertificationrenewalWithoutRequiredConstraint(data)
Create a new certificationrenewal-without-required-constraint instance
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Object | Initial data |
Classes
Members
certification :any
The certification this renewal is associated with JSON dictionary representing the certification instance or FK when creating / updating / not populated
Type:
- any
certification :any
The certification this renewal is associated with JSON dictionary representing the certification instance or FK when creating / updating / not populated
Type:
- any
completed :boolean
Whether this renewal has been completed
Type:
- boolean
completed :boolean
Whether this renewal has been completed
Type:
- boolean
completedDate :number
Date when renewal was completed (Unix milliseconds)
Type:
- number
completedDate :number
Date when renewal was completed (Unix milliseconds)
Type:
- number
createdAt :number
Type:
- number
createdAt :number
Type:
- number
createdBy :any
The user who created this record JSON dictionary representing the person instance or FK when creating / updating / not populated
Type:
- any
createdBy :any
The user who created this record JSON dictionary representing the person instance or FK when creating / updating / not populated
Type:
- any
dueDate :number
Date when renewal is due (Unix milliseconds)
Type:
- number
dueDate :number
Date when renewal is due (Unix milliseconds)
Type:
- number
id :integer
Note Sails special attributes: autoIncrement
Type:
- integer
id :integer
Note Sails special attributes: autoIncrement
Type:
- integer
notes :string
Additional notes about this renewal
Type:
- string
notes :string
Additional notes about this renewal
Type:
- string
renewalType :string
Type of renewal (e.g., "interim", "directors", "technical")
Type:
- string
renewalType :string
Type of renewal (e.g., "interim", "directors", "technical")
Type:
- string
updatedAt :number
Type:
- number
updatedAt :number
Type:
- number
Methods
toJSON() → {Object}
Convert the model to a plain object
Returns:
- Plain object representation
- Type
- Object
toJSON() → {Object}
Convert the model to a plain object
Returns:
- Plain object representation
- Type
- Object
validate() → {Object}
Validate the model
Returns:
- Validation result {valid: boolean, errors: Object}
- Type
- Object
validate() → {Object}
Validate the model
Returns:
- Validation result {valid: boolean, errors: Object}
- Type
- Object
(static) fromJSON(data)
Create a certificationrenewal-without-required-constraint instance from JSON data
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Object | JSON data |
Returns:
CertificationrenewalWithoutRequiredConstraint - New model instance
(static) fromJSON(data)
Create a certificationrenewal-without-required-constraint instance from JSON data
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Object | JSON data |
Returns:
CertificationrenewalWithoutRequiredConstraint - New model instance