com.atomikos.demo.domain
Class Order

java.lang.Object
  extended by com.atomikos.demo.domain.Order
All Implemented Interfaces:
Serializable

public class Order
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Order()
           
 
Method Summary
 Long getId()
           
 String getProductId()
           
 String getProductName()
           
 int getQuantity()
           
 void setId(Long id)
           
 void setProductId(String productId)
           
 void setProductName(String productName)
           
 void setQuantity(int quantity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Order

public Order()
Method Detail

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.