Title here
Summary here
Trait
Kind: global abstract class
Extends: Trait
Model:
Properties
Name | Type | Description |
---|---|---|
id | string | Entity ID |
id | string | number | |
TABLE | string | number | Mandatory |
PRIMARY_KEY | Object |
Trait
Array.<string>
Array
DAO Entity model.
Array.<string>
Get all properties name (expect TABLE and PRIMARY_KEY)
Kind: instance method of AbstractEntity
Array
Get all properties value (expect TABLE and PRIMARY_KEY)
Kind: instance method of AbstractEntity