|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Element that came from a database.
| Nested Class Summary |
| Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
| Method Summary | |
java.lang.String |
getDataSource()
Returns the data source of this element. |
Identifier |
getID()
Returns identifier of this element. |
java.lang.String |
getKey()
Get the unique key for the element. |
java.lang.String |
getName()
Returns the name of this database element. |
java.lang.Object |
getProperty(Property property)
Returns the value of the specified property. |
java.lang.String |
getType()
Get type of this element. |
int |
numProperties()
Returns the number of properties defined for this element. |
java.util.List |
properties()
Return list of properties defined for this database element. |
boolean |
propsEqual(java.util.Map properties)
Returns whether given properties exactly match properties of this instance. |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Method Detail |
public java.lang.Object getProperty(Property property)
property - property to retrieve
public java.util.List properties()
public java.lang.String getName()
public java.lang.String getDataSource()
public Identifier getID()
public boolean propsEqual(java.util.Map properties)
properties - properties to match.
public int numProperties()
public java.lang.String getKey()
public java.lang.String getType()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||