Class: abstract RolePostgresEntity
Role Postgres Entity
Extends
Implements
Constructors
new RolePostgresEntity()
new RolePostgresEntity():
RolePostgresEntity
Returns
Inherited from
CommonPostgresEntity.constructor
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
assignees | ReferenceAssigneeInterface<ReferenceIdInterface<string>>[] | Assignees You will need to decorate this in your concrete entity class. | - |
dateCreated | Date | Date created. | RoleEntityInterface.dateCreated CommonPostgresEntity.dateCreated |
dateDeleted | AuditDateDeleted | Date deleted. | RoleEntityInterface.dateDeleted CommonPostgresEntity.dateDeleted |
dateUpdated | Date | Date updated. | RoleEntityInterface.dateUpdated CommonPostgresEntity.dateUpdated |
description | string | Description | - |
id | string | - | RoleEntityInterface.id CommonPostgresEntity.id |
name | string | Name | - |
version | number | Version | RoleEntityInterface.version CommonPostgresEntity.version |