org.opencrx.kernel.contract1.cci2
Interface GetContractAmountsParams

All Known Subinterfaces:
GetContractAmountsParams

public interface GetContractAmountsParams


Nested Class Summary
static class GetContractAmountsParams.Member
          The structure's members
 
Method Summary
 AbstractContract getContract()
          Retrieves the value for the structure field contract.
 List<Integer> getLineItemNumber()
          Retrieves a list containing all the elements for the structure field lineItemNumber.
 List<BigDecimal> getPositionAmount()
          Retrieves a list containing all the elements for the structure field positionAmount.
 List<BigDecimal> getPositionBaseAmount()
          Retrieves a list containing all the elements for the structure field positionBaseAmount.
 List<BigDecimal> getPositionDiscountAmount()
          Retrieves a list containing all the elements for the structure field positionDiscountAmount.
 List<BigDecimal> getPositionTaxAmount()
          Retrieves a list containing all the elements for the structure field positionTaxAmount.
 List<BigDecimal> getSalesCommission()
          Retrieves a list containing all the elements for the structure field salesCommission.
 List<Boolean> getSalesCommissionIsPercentage()
          Retrieves a list containing all the elements for the structure field salesCommissionIsPercentage.
 

Method Detail

getContract

AbstractContract getContract()
Retrieves the value for the structure field contract.

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

getLineItemNumber

List<Integer> getLineItemNumber()
Retrieves a list containing all the elements for the structure field lineItemNumber.

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

getPositionAmount

List<BigDecimal> getPositionAmount()
Retrieves a list containing all the elements for the structure field positionAmount.

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

getPositionBaseAmount

List<BigDecimal> getPositionBaseAmount()
Retrieves a list containing all the elements for the structure field positionBaseAmount.

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

getPositionDiscountAmount

List<BigDecimal> getPositionDiscountAmount()
Retrieves a list containing all the elements for the structure field positionDiscountAmount.

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

getPositionTaxAmount

List<BigDecimal> getPositionTaxAmount()
Retrieves a list containing all the elements for the structure field positionTaxAmount.

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

getSalesCommission

List<BigDecimal> getSalesCommission()
Retrieves a list containing all the elements for the structure field salesCommission.

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

getSalesCommissionIsPercentage

List<Boolean> getSalesCommissionIsPercentage()
Retrieves a list containing all the elements for the structure field salesCommissionIsPercentage.

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


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