#include <GeographyMUR.h>
Collaboration diagram for SCTDAL::GeographyMUR:

Public Member Functions | |
| GeographyMUR (::Configuration &conf,::ConfigObject &obj) | |
| virtual | ~GeographyMUR () |
| bool | destroy (::Configuration &conf) |
| Destroy object of the GeographyMUR class. | |
| virtual void | init (bool init_children) |
| virtual void | print (unsigned int, bool, std::ostream &) const |
| unsigned short | get_id () const |
| Get "id" attribute value. | |
| unsigned short | id () const |
| bool | set_id (unsigned short value) |
| Set "id" attribute value. | |
| const std::string & | get_position () const |
| Get "position" attribute value. | |
| const std::string & | position () const |
| bool | set_position (const std::string &value) |
| Set "position" attribute value. | |
| const SCTDAL::RodMUR * | get_rodMUR () const |
| Get "rodMUR" relationship value. | |
| const SCTDAL::RodMUR * | rodMUR () const |
| bool | set_rodMUR (const SCTDAL::RodMUR *value) |
| Set "rodMUR" relationship value. | |
Static Public Member Functions | |
| static GeographyMUR * | create (::Configuration &conf, const std::string &id="") |
| Create new object of the GeographyMUR class. | |
Static Public Attributes | |
| static const std::string | s_class_name |
Private Member Functions | |
| void | check_init () const |
Static Private Member Functions | |
| static void | update (::Configuration &conf, const ::ConfigurationChange *change) |
| static void | reset (::Configuration &conf, bool re_initialise_obj) |
Private Attributes | |
| unsigned short | m_id |
| std::string | m_position |
| const SCTDAL::RodMUR * | m_rodMUR |
Friends | |
| class | ::Configuration |
Definition at line 26 of file GeographyMUR.h.
|
||||||||||||
|
Create new object of the GeographyMUR class.
|
|
|
Destroy object of the GeographyMUR class.
|
|
|
Get "id" attribute value.
Definition at line 83 of file GeographyMUR.h. References check_init(), and m_id. Here is the call graph for this function: ![]() |
|
|
Get "position" attribute value.
Definition at line 96 of file GeographyMUR.h. References check_init(), and m_position. Here is the call graph for this function: ![]() |
|
|
Get "rodMUR" relationship value.
Definition at line 109 of file GeographyMUR.h. References check_init(), and m_rodMUR. Here is the call graph for this function: ![]() |
|
|
Set "id" attribute value.
Definition at line 90 of file GeographyMUR.h. |
|
|
Set "position" attribute value.
Definition at line 103 of file GeographyMUR.h. |
|
|
Set "rodMUR" relationship value.
Definition at line 116 of file GeographyMUR.cpp. |
1.4.6