|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.ejb.extension.Populator
Populator superclass, used by all Entity Populators.
| Constructor Summary | |
Populator()
|
|
| Method Summary | |
abstract java.util.Enumeration |
generatePrimaryKeys(java.util.Vector data)
This mehtod generates the primary keys for a vector of data |
abstract void |
populate(java.lang.Object item,
DataPacket data)
This method populates a given item with data |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Populator()
| Method Detail |
public abstract java.util.Enumeration generatePrimaryKeys(java.util.Vector data)
data - the data to generate the keys from
public abstract void populate(java.lang.Object item,
DataPacket data)
item - the object to populatedata - the data to populate the object with
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||