org.opencrx.application.shop1.cci2
Interface ProductPriceListT

All Known Subinterfaces:
ProductPriceListT

public interface ProductPriceListT


Nested Class Summary
static class ProductPriceListT.Member
          The structure's members
 
Method Summary
 String getProductNumber()
          Retrieves the value for the structure field productNumber.
<T extends ProductPriceT>
List<T>
getProductPrice()
          Retrieves a list containing all the elements for the structure field productPrice.
 String getSalesTaxType()
          Retrieves the value for the optional structure field salesTaxType.
 

Method Detail

getProductNumber

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

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

getProductPrice

<T extends ProductPriceT> List<T> getProductPrice()
Retrieves a list containing all the elements for the structure field productPrice.

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

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.