org.opencrx.application.shop1.jmi1
Interface GetProductPricesParams

All Superinterfaces:
GetProductPricesParams, RefStruct, RefStruct_1_0, Serializable

public interface GetProductPricesParams
extends RefStruct_1_0, GetProductPricesParams


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.application.shop1.cci2.GetProductPricesParams
GetProductPricesParams.Member
 
Method Summary
 String getCustomerNumber()
          Retrieves the value for the optional structure field customerNumber.
 int getPriceCurrency()
          Retrieves the value for the structure field priceCurrency.
 String getQuantity()
          Retrieves the value for the optional structure field quantity.
 String getSalesTaxType()
          Retrieves the value for the optional structure field salesTaxType.
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefStruct_1_0
refDelegate
 
Methods inherited from interface javax.jmi.reflect.RefStruct
equals, hashCode, refFieldNames, refGetValue, refTypeName
 
Methods inherited from interface org.opencrx.application.shop1.cci2.GetProductPricesParams
getPricingDate, getProductNumber
 

Method Detail

getCustomerNumber

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

Specified by:
getCustomerNumber in interface GetProductPricesParams
Returns:
The possibly null value for structure field customerNumber.

getPriceCurrency

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

Specified by:
getPriceCurrency in interface GetProductPricesParams
Returns:
The non-null value for structure field priceCurrency.

getQuantity

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

Specified by:
getQuantity in interface GetProductPricesParams
Returns:
The possibly null value for structure field quantity.

getSalesTaxType

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

Specified by:
getSalesTaxType in interface GetProductPricesParams
Returns:
The possibly null value for structure field salesTaxType.


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