Module: baja/tag/BasicEntity


new (require("baja/tag/BasicEntity"))()

An entity is an object that can be tagged and related to other entities.

Methods


getOrdToEntity()

Returns:

Return an ORD to the Entity.

Type
baja.Ord

relations()

Returns:

Return a promise that resolves to a relations object.

Type
Promise

tags()

Returns:

Return a promise that resolves to a tags object.

Type
Promise