org.opencrx.application.shop1.jmi1
Interface AddSalesOrderPositionParams

All Superinterfaces:
AddSalesOrderPositionParams, RefStruct, RefStruct_1_0, Serializable

public interface AddSalesOrderPositionParams
extends RefStruct_1_0, AddSalesOrderPositionParams


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.application.shop1.cci2.AddSalesOrderPositionParams
AddSalesOrderPositionParams.Member
 
Method Summary
 ProductConfigurationT getActualProductConfiguration()
          Retrieves the value for the optional structure field actualProductConfiguration.
 String getDiscount()
          Retrieves the value for the optional structure field discount.
 String getPricePerUnit()
          Retrieves the value for the optional structure field pricePerUnit.
 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.
 String getSalesTaxType()
          Retrieves the value for the optional structure field salesTaxType.
 Boolean isDiscountIsPercentage()
          Retrieves the value for the optional structure field discountIsPercentage.
 
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
 

Method Detail

getActualProductConfiguration

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

Specified by:
getActualProductConfiguration in interface AddSalesOrderPositionParams
Returns:
The possibly null value for structure field actualProductConfiguration.

getDiscount

String getDiscount()
Retrieves the value for the optional structure field discount.

Specified by:
getDiscount in interface AddSalesOrderPositionParams
Returns:
The possibly null value for structure field discount.

isDiscountIsPercentage

Boolean isDiscountIsPercentage()
Retrieves the value for the optional structure field discountIsPercentage.

Specified by:
isDiscountIsPercentage in interface AddSalesOrderPositionParams
Returns:
The possibly null value for structure field discountIsPercentage.

getPricePerUnit

String getPricePerUnit()
Retrieves the value for the optional structure field pricePerUnit.

Specified by:
getPricePerUnit in interface AddSalesOrderPositionParams
Returns:
The possibly null value for structure field pricePerUnit.

getPriceUom

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

Specified by:
getPriceUom in interface AddSalesOrderPositionParams
Returns:
The non-null value for structure field priceUom.

getPricingDate

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

Specified by:
getPricingDate in interface AddSalesOrderPositionParams
Returns:
The non-null value for structure field pricingDate.

getProductNumber

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

Specified by:
getProductNumber in interface AddSalesOrderPositionParams
Returns:
The non-null value for structure field productNumber.

getQuantity

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

Specified by:
getQuantity in interface AddSalesOrderPositionParams
Returns:
The non-null value for structure field quantity.

getSalesOrderNumber

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

Specified by:
getSalesOrderNumber in interface AddSalesOrderPositionParams
Returns:
The non-null value for structure field salesOrderNumber.

getSalesTaxType

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

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


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