org.apache.geronimo.samples.javaee6.webfragment.fragment2
Class BuyRecordItem

java.lang.Object
  extended by org.apache.geronimo.samples.javaee6.webfragment.fragment2.BuyRecordItem

public class BuyRecordItem
extends Object


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

BuyRecordItem

public BuyRecordItem(int ID,
                     int quantity)
Method Detail

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.