Public Member Functions | |
| getAbbrev ($locale) | |
| getBuildingAbbrev () | |
| getBuildingDescription () | |
| getBuildingId () | |
| getBuildingName () | |
| getDescription ($locale) | |
| getName ($locale) | |
| getSchedConfId () | |
| setAbbrev ($abbrev, $locale) | |
| setBuildingId ($buildingId) | |
| setDescription ($description, $locale) | |
| setName ($name, $locale) | |
| setSchedConfId ($schedConfId) | |
Definition at line 18 of file Building.inc.php.
| Building.getAbbrev | ( | $ | locale | ) |
Get the abbreviation of the building.
| $locale | string |
Definition at line 96 of file Building.inc.php.
| Building.getBuildingAbbrev | ( | ) |
Get the localized abbreviation of the building.
Definition at line 87 of file Building.inc.php.
| Building.getBuildingDescription | ( | ) |
Get the localized description of the building.
Definition at line 113 of file Building.inc.php.
| Building.getBuildingId | ( | ) |
| Building.getBuildingName | ( | ) |
Get the localized name of the building.
Definition at line 61 of file Building.inc.php.
| Building.getDescription | ( | $ | locale | ) |
Get the description of the building.
| $locale | string |
Definition at line 122 of file Building.inc.php.
| Building.getName | ( | $ | locale | ) |
Get the name of the building.
| $locale | string |
Definition at line 70 of file Building.inc.php.
| Building.getSchedConfId | ( | ) |
| Building.setAbbrev | ( | $ | abbrev, | |
| $ | locale | |||
| ) |
Set the abbreviation of the building.
| $abbrev | string | |
| $locale | string |
Definition at line 105 of file Building.inc.php.
| Building.setBuildingId | ( | $ | buildingId | ) |
Set the ID of the building.
| $buildingId | int |
Definition at line 36 of file Building.inc.php.
| Building.setDescription | ( | $ | description, | |
| $ | locale | |||
| ) |
Set the description of the building.
| $description | string | |
| $locale | string |
Definition at line 131 of file Building.inc.php.
| Building.setName | ( | $ | name, | |
| $ | locale | |||
| ) |
Set the name of the building.
| $name | string | |
| $locale | string |
Definition at line 79 of file Building.inc.php.
| Building.setSchedConfId | ( | $ | schedConfId | ) |
Set the sched conf ID of the building.
| $schedConfId | int |
Definition at line 53 of file Building.inc.php.
1.4.7