|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectgov.usda.gdpc.database.ExtraInfo
| Constructor Summary | |
ExtraInfo()
ExtraInfo constructor. |
|
| Method Summary | |
void |
addInfo(Property property,
java.lang.Object info)
Add extra information for a particular property. |
java.lang.Object |
getInfo(DatabaseMapping mapping)
Get information for the specified database mapping. |
void |
removeInfo(Property property)
Removes extra information for the specified property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExtraInfo()
| Method Detail |
public void addInfo(Property property,
java.lang.Object info)
property - the properyinfo - the extra informationpublic void removeInfo(Property property)
property - the propertypublic java.lang.Object getInfo(DatabaseMapping mapping)
mapping - the database mapping
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||