org.apache.geronimo.samples.inventory
Class Item

java.lang.Object
  extended by org.apache.geronimo.samples.inventory.Item

public class Item
extends Object


Constructor Summary
Item()
           
 
Method Summary
 String getDescription()
           
 String getItemName()
           
 String getItemNo()
           
 int getQuantity()
           
 void setDescription(String description)
           
 void setItemName(String itemName)
           
 void setItemNo(String itemNo)
           
 void setQuantity(int quantity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Item

public Item()
Method Detail

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getItemName

public String getItemName()

setItemName

public void setItemName(String itemName)

getItemNo

public String getItemNo()

setItemNo

public void setItemNo(String itemNo)

getQuantity

public int getQuantity()

setQuantity

public void setQuantity(int quantity)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.