org.opencrx.application.shop1.cci2
Interface GetProductPricesParams

All Known Subinterfaces:
GetProductPricesParams

public interface GetProductPricesParams


Nested Class Summary
static class GetProductPricesParams.Member
          The structure's members
 
Method Summary
 String getCustomerNumber()
          Retrieves the value for the optional structure field customerNumber.
 int getPriceCurrency()
          Retrieves the value for the structure field priceCurrency.
 List<Date> getPricingDate()
          Retrieves a list containing all the elements for the structure field pricingDate.
 List<String> getProductNumber()
          Retrieves a list containing all the elements for the structure field productNumber.
 String getQuantity()
          Retrieves the value for the optional structure field quantity.
 String getSalesTaxType()
          Retrieves the value for the optional structure field salesTaxType.
 

Method Detail

getCustomerNumber

String getCustomerNumber()
Retrieves the value for the optional structure field customerNumber.

Returns:
The possibly null value for structure field customerNumber.

getPriceCurrency

int getPriceCurrency()
Retrieves the value for the structure field priceCurrency.

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

getPricingDate

List<Date> getPricingDate()
Retrieves a list containing all the elements for the structure field pricingDate.

Returns:
A list containing all elements for this structure field.

getProductNumber

List<String> getProductNumber()
Retrieves a list containing all the elements for the structure field productNumber.

Returns:
A list containing all elements for this structure field.

getQuantity

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

Returns:
The possibly null value for structure field quantity.

getSalesTaxType

String getSalesTaxType()
Retrieves the value for the optional structure field salesTaxType.

Returns:
The possibly null value for structure field salesTaxType.


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