org.opencrx.application.shop1.cci2
Interface AddSalesOrderPositionParams

All Known Subinterfaces:
AddSalesOrderPositionParams

public interface AddSalesOrderPositionParams


Nested Class Summary
static class AddSalesOrderPositionParams.Member
          The structure's members
 
Method Summary
 ProductConfigurationT getActualProductConfiguration()
          Retrieves the value for the optional structure field actualProductConfiguration.
 String getPriceUom()
          Retrieves the value for the structure field priceUom.
 Date getPricingDate()
          Retrieves the value for the structure field pricingDate.
 String getProductNumber()
          Retrieves the value for the structure field productNumber.
 String getQuantity()
          Retrieves the value for the structure field quantity.
 String getSalesOrderNumber()
          Retrieves the value for the structure field salesOrderNumber.
 

Method Detail

getActualProductConfiguration

ProductConfigurationT getActualProductConfiguration()
Retrieves the value for the optional structure field actualProductConfiguration.

Returns:
The possibly null value for structure field actualProductConfiguration.

getPriceUom

String getPriceUom()
Retrieves the value for the structure field priceUom.

Returns:
The non-null value for structure field priceUom.

getPricingDate

Date getPricingDate()
Retrieves the value for the structure field pricingDate.

Returns:
The non-null value for structure field pricingDate.

getProductNumber

String getProductNumber()
Retrieves the value for the structure field productNumber.

Returns:
The non-null value for structure field productNumber.

getQuantity

String getQuantity()
Retrieves the value for the structure field quantity.

Returns:
The non-null value for structure field quantity.

getSalesOrderNumber

String getSalesOrderNumber()
Retrieves the value for the structure field salesOrderNumber.

Returns:
The non-null value for structure field salesOrderNumber.


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