|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjecteShopper.eShopperNode
eShopper.eShopperRecipe
eShopperRecipe has eShopperIngredients as children. It is a subclass of eShopperNode.
| Constructor Summary | |
eShopperRecipe(int nodeID,
int recipeID,
int listID,
eShopperDB db)
|
|
| Method Summary | |
java.util.Vector |
getChildren()
This returns the vector of the children of the recipe. |
java.lang.String |
getDate()
This returns the date associated with the recipe. |
int |
nodeID()
The unique ID of this recipe associated with this list |
int |
recipeID()
Used to get the ID which identifies this recipe |
java.lang.String |
toString()
Gets the String which is used to represent the node in a JTree |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public eShopperRecipe(int nodeID,
int recipeID,
int listID,
eShopperDB db)
| Method Detail |
public java.util.Vector getChildren()
getChildren in class eShopperNodepublic java.lang.String toString()
eShopperNode
toString in class eShopperNodepublic int nodeID()
nodeID in class eShopperNodepublic int recipeID()
public java.lang.String getDate()
getDate in class eShopperNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||