org.openxma.dsl.reference.dto
Class OrderItemQuantityView

java.lang.Object
  extended by org.openxma.dsl.reference.dto.OrderItemQuantityView
All Implemented Interfaces:
java.io.Serializable, org.openxma.dsl.platform.service.EntityMapperSupport

public class OrderItemQuantityView
extends java.lang.Object
implements java.io.Serializable, org.openxma.dsl.platform.service.EntityMapperSupport

See Also:
Serialized Form

Constructor Summary
OrderItemQuantityView()
           
OrderItemQuantityView(java.lang.Long quantity)
           
 
Method Summary
 OrderStateView getOrder()
           
 ProductIdView getProduct()
           
 java.lang.Long getQuantity()
           
 void mapFrom(java.lang.Object sourceObject)
           
<T> T
mapTo(java.lang.Class<T> target)
           
 void mapTo(java.lang.Object targetObject)
           
 void setOrder(OrderStateView order)
           
 void setProduct(ProductIdView product)
           
 void setQuantity(java.lang.Long quantity)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrderItemQuantityView

public OrderItemQuantityView()

OrderItemQuantityView

public OrderItemQuantityView(java.lang.Long quantity)
Method Detail

setQuantity

public void setQuantity(java.lang.Long quantity)

getQuantity

public java.lang.Long getQuantity()

getOrder

public OrderStateView getOrder()

setOrder

public void setOrder(OrderStateView order)

getProduct

public ProductIdView getProduct()

setProduct

public void setProduct(ProductIdView product)

mapFrom

public void mapFrom(java.lang.Object sourceObject)
Specified by:
mapFrom in interface org.openxma.dsl.platform.service.EntityMapperSupport

mapTo

public <T> T mapTo(java.lang.Class<T> target)
Specified by:
mapTo in interface org.openxma.dsl.platform.service.EntityMapperSupport

mapTo

public void mapTo(java.lang.Object targetObject)
Specified by:
mapTo in interface org.openxma.dsl.platform.service.EntityMapperSupport

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010. All Rights Reserved.