org.switchyard.quickstarts.demos.orders
Class Item
java.lang.Object
org.switchyard.quickstarts.demos.orders.Item
public class Item
- extends Object
Constructor Summary |
Item()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Item
public Item()
getName
public String getName()
getItemId
public String getItemId()
getQuantity
public int getQuantity()
setName
public Item setName(String name)
setItemId
public Item setItemId(String itemId)
setQuantity
public Item setQuantity(int quantity)
Copyright © 2012. All Rights Reserved.