org.openxma.dsl.reference.dto
Class OrderItemQuantityView
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OrderItemQuantityView
public OrderItemQuantityView()
OrderItemQuantityView
public OrderItemQuantityView(java.lang.Long quantity)
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.