|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.ix.jspTutorial.model.Ingredient
Eine Pizza Zutat
Field Summary | |
static java.lang.String |
vcid
Version des Source |
Constructor Summary | |
Ingredient()
Erzeuge leer Zutat |
|
Ingredient(long id,
java.lang.String name,
double price)
Constructor declaration |
Method Summary | |
long |
getId()
Method declaration |
java.lang.String |
getName()
Method declaration |
double |
getPrice()
Method declaration |
void |
setId(long newId)
Method declaration |
void |
setName(java.lang.String newName)
Method declaration |
void |
setPrice(double newPrice)
Method declaration |
java.lang.String |
toString()
Method declaration |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static java.lang.String vcid
Constructor Detail |
public Ingredient()
public Ingredient(long id, java.lang.String name, double price)
id
- name
- price
- Method Detail |
public long getId()
public void setId(long newId)
newId
- public void setName(java.lang.String newName)
newName
- public java.lang.String getName()
public void setPrice(double newPrice)
newPrice
- public double getPrice()
public java.lang.String toString()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |