Inheritance diagram for AttributeValueMap:
Collaboration diagram for AttributeValueMap:Public Methods | |
| long | getId () |
| void | setId (long id) |
| String | getValue (String attribute) |
| void | set (String attribute, String value) |
| Set< String > | getAttributes () |
| Map< String, String > | getAttributeValuePairs () |
| long | calcTypeId () |
| long calcTypeId | ( | ) |
Implements TypeMappingGenerator.
| Set<String> getAttributes | ( | ) |
Implements IAttributeValueMap.
| Map<String, String> getAttributeValuePairs | ( | ) |
Implements IAttributeValueMap.
| long getId | ( | ) |
Returns the Id of this DataObject. Might return 0, if the object hasn't been inserted into database yet.
Implements DataObject.
| String getValue | ( | String | attribute | ) |
Implements IAttributeValueMap.
| void set | ( | String | attribute, |
| String | value | ||
| ) |
| void setId | ( | long | id | ) |