The Facility-Entity stores information about a facility (i.e. a building, a tunnel etc.).
Database level
The entity's attributes are shown below. Mandatory fields are marked with a red star:
|
Name |
Type |
Label |
Description |
|---|---|---|---|
|
form* |
String |
|
Respresents the entity form. Will always be "fac". |
|
fac_categ* |
String |
|
Represents a facility category to which the device belongs (i.e. "commercial buildings", "parks", "tunnels" ). |
|
fac_categ_text* |
String |
|
Represents a facility category to which the device belongs (i.e. "commercial buildings", "parks", "tunnels" ). |
|
fac_name* |
String |
|
Respresents the facility name (i.e. "Building Phoenix"). |
|
fac_nr* |
String |
|
Respresents the facility number. |
|
fac_model_name* |
String |
|
The name of the organisation within new contact person is employeed. |
|
fac_model_nr* |
String |
|
Model number of the facility. |
|
fac_end |
Date |
|
The date on which the use of the facility ceases. The date the facility will be scrapped. |
|
fac_start |
Date |
|
The date on which the use of the facility begins. |
QEE classes level:
The class representing the facility is QEEFac.
Inherits from: QEEObject.
REST level
The endpoints dealing with facilities are:
xrFac (GET, POST, PUT, DELETE)
xrFacs (GET, PUT, DELETE)