org.apache.geronimo.samples.javaee6.webfragment.fragment2
Class BuyRecordItem
java.lang.Object
org.apache.geronimo.samples.javaee6.webfragment.fragment2.BuyRecordItem
public class BuyRecordItem
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuyRecordItem
public BuyRecordItem(int ID,
int quantity)
getID
public int getID()
setID
public void setID(int ID)
getQuantity
public int getQuantity()
setQuantity
public void setQuantity(int quantity)
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.