org.opencrx.application.shop1.datatypes
Class DeliveryInformationFieldMapper

java.lang.Object
  extended by org.opencrx.application.shop1.datatypes.DeliveryInformationFieldMapper

public class DeliveryInformationFieldMapper
extends Object


Constructor Summary
DeliveryInformationFieldMapper()
           
 
Method Summary
 Integer getDeliveryStatus(DeliveryInformation deliveryInformation)
           
 String getDeliveryStatusDescription(DeliveryInformation deliveryInformation)
           
 Date getProductAssembledAt(DeliveryInformation deliveryInformation)
           
 void setDeliveryStatus(DeliveryInformation deliveryInformation, Integer newValue)
           
 void setDeliveryStatusDescription(DeliveryInformation deliveryInformation, String newValue)
           
 void setProductAssembledAt(DeliveryInformation deliveryInformation, Date newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeliveryInformationFieldMapper

public DeliveryInformationFieldMapper()
Method Detail

setDeliveryStatus

public void setDeliveryStatus(DeliveryInformation deliveryInformation,
                              Integer newValue)

getDeliveryStatus

public Integer getDeliveryStatus(DeliveryInformation deliveryInformation)

setDeliveryStatusDescription

public void setDeliveryStatusDescription(DeliveryInformation deliveryInformation,
                                         String newValue)

getDeliveryStatusDescription

public String getDeliveryStatusDescription(DeliveryInformation deliveryInformation)

setProductAssembledAt

public void setProductAssembledAt(DeliveryInformation deliveryInformation,
                                  Date newValue)

getProductAssembledAt

public Date getProductAssembledAt(DeliveryInformation deliveryInformation)


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.