org.opencrx.application.shop1.cci2
Interface DeliveryInformationT

All Known Subinterfaces:
DeliveryInformationT

public interface DeliveryInformationT


Nested Class Summary
static class DeliveryInformationT.Member
          The structure's members
 
Method Summary
 Date getActualDeliveryOn()
          Retrieves the value for the optional structure field actualDeliveryOn.
 Integer getDeliveryStatus()
          Retrieves the value for the optional structure field deliveryStatus.
 String getDeliveryStatusDescription()
          Retrieves the value for the optional structure field deliveryStatusDescription.
 Date getProductAssembledAt()
          Retrieves the value for the optional structure field productAssembledAt.
 String getQuantityShipped()
          Retrieves the value for the optional structure field quantityShipped.
 

Method Detail

getActualDeliveryOn

Date getActualDeliveryOn()
Retrieves the value for the optional structure field actualDeliveryOn.

Returns:
The possibly null value for structure field actualDeliveryOn.

getDeliveryStatus

Integer getDeliveryStatus()
Retrieves the value for the optional structure field deliveryStatus.

Returns:
The possibly null value for structure field deliveryStatus.

getDeliveryStatusDescription

String getDeliveryStatusDescription()
Retrieves the value for the optional structure field deliveryStatusDescription.

Returns:
The possibly null value for structure field deliveryStatusDescription.

getProductAssembledAt

Date getProductAssembledAt()
Retrieves the value for the optional structure field productAssembledAt.

Returns:
The possibly null value for structure field productAssembledAt.

getQuantityShipped

String getQuantityShipped()
Retrieves the value for the optional structure field quantityShipped.

Returns:
The possibly null value for structure field quantityShipped.


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