Public Member Functions | |
| __construct ($name) | |
| setName ($name) | |
| getName () | |
| setIndex ($index) | |
| setValue ($object, $value) | |
| getValue ($object) | |
| setProxy ($value=NULL) | |
| isProxy () | |
| setColumnMap ($columnMap) | |
| setReference ($attributeMap) | |
| getReference () | |
| getColumnMap () | |
Private Attributes | |
| $columnMap = NULL | |
| $name | |
| $proxy | |
| $reference | |
| $index = NULL | |
Definition at line 3 of file attributemap.class.
| AttributeMap::__construct | ( | $ | name | ) |
| AttributeMap::setName | ( | $ | name | ) |
| AttributeMap::getName | ( | ) |
Definition at line 22 of file attributemap.class.
| AttributeMap::setIndex | ( | $ | index | ) |
| AttributeMap::setValue | ( | $ | object, | |
| $ | value | |||
| ) |
Definition at line 32 of file attributemap.class.
| AttributeMap::getValue | ( | $ | object | ) |
Definition at line 62 of file attributemap.class.
| AttributeMap::setProxy | ( | $ | value = NULL |
) |
Definition at line 75 of file attributemap.class.
| AttributeMap::isProxy | ( | ) |
Definition at line 81 of file attributemap.class.
| AttributeMap::setColumnMap | ( | $ | columnMap | ) |
Definition at line 86 of file attributemap.class.
| AttributeMap::setReference | ( | $ | attributeMap | ) |
Definition at line 91 of file attributemap.class.
| AttributeMap::getReference | ( | ) |
Definition at line 96 of file attributemap.class.
| AttributeMap::getColumnMap | ( | ) |
Definition at line 101 of file attributemap.class.
AttributeMap::$columnMap = NULL [private] |
Definition at line 5 of file attributemap.class.
AttributeMap::$name [private] |
AttributeMap::$proxy [private] |
Definition at line 7 of file attributemap.class.
AttributeMap::$reference [private] |
Definition at line 8 of file attributemap.class.
AttributeMap::$index = NULL [private] |