com.atomikos.demo.domain
Class Order
java.lang.Object
com.atomikos.demo.domain.Order
- All Implemented Interfaces:
- Serializable
public class Order
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Constructor Summary |
Order()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Order
public Order()
getId
public Long getId()
setId
public void setId(Long id)
getProductId
public String getProductId()
setProductId
public void setProductId(String productId)
getQuantity
public int getQuantity()
setQuantity
public void setQuantity(int quantity)
getProductName
public String getProductName()
setProductName
public void setProductName(String productName)
Copyright © 2012. All Rights Reserved.