|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.geronimo.samples.javaee6.webfragment.fragment2.BuyRecordItem
public class BuyRecordItem
| Constructor Summary | |
|---|---|
BuyRecordItem(int ID,
int quantity)
|
|
| Method Summary | |
|---|---|
int |
getID()
|
int |
getQuantity()
|
void |
setID(int ID)
|
void |
setQuantity(int quantity)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BuyRecordItem(int ID,
int quantity)
| Method Detail |
|---|
public int getID()
public void setID(int ID)
public int getQuantity()
public void setQuantity(int quantity)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||