org.opencrx.kernel.contract1.cci2
Interface GetContractAmountsResult

All Known Subinterfaces:
GetContractAmountsResult

public interface GetContractAmountsResult


Nested Class Summary
static class GetContractAmountsResult.Member
          The structure's members
 
Method Summary
 short getStatusCode()
          Retrieves the value for the structure field statusCode.
 String getStatusMessage()
          Retrieves the value for the optional structure field statusMessage.
 BigDecimal getTotalAmount()
          Retrieves the value for the optional structure field totalAmount.
 BigDecimal getTotalAmountIncludingTax()
          Retrieves the value for the optional structure field totalAmountIncludingTax.
 BigDecimal getTotalBaseAmount()
          Retrieves the value for the optional structure field totalBaseAmount.
 BigDecimal getTotalDiscountAmount()
          Retrieves the value for the optional structure field totalDiscountAmount.
 BigDecimal getTotalSalesCommission()
          Retrieves the value for the optional structure field totalSalesCommission.
 BigDecimal getTotalTaxAmount()
          Retrieves the value for the optional structure field totalTaxAmount.
 

Method Detail

getStatusCode

short getStatusCode()
Retrieves the value for the structure field statusCode.

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

getStatusMessage

String getStatusMessage()
Retrieves the value for the optional structure field statusMessage.

Returns:
The possibly null value for structure field statusMessage.

getTotalAmount

BigDecimal getTotalAmount()
Retrieves the value for the optional structure field totalAmount.

Returns:
The possibly null value for structure field totalAmount.

getTotalAmountIncludingTax

BigDecimal getTotalAmountIncludingTax()
Retrieves the value for the optional structure field totalAmountIncludingTax.

Returns:
The possibly null value for structure field totalAmountIncludingTax.

getTotalBaseAmount

BigDecimal getTotalBaseAmount()
Retrieves the value for the optional structure field totalBaseAmount.

Returns:
The possibly null value for structure field totalBaseAmount.

getTotalDiscountAmount

BigDecimal getTotalDiscountAmount()
Retrieves the value for the optional structure field totalDiscountAmount.

Returns:
The possibly null value for structure field totalDiscountAmount.

getTotalSalesCommission

BigDecimal getTotalSalesCommission()
Retrieves the value for the optional structure field totalSalesCommission.

Returns:
The possibly null value for structure field totalSalesCommission.

getTotalTaxAmount

BigDecimal getTotalTaxAmount()
Retrieves the value for the optional structure field totalTaxAmount.

Returns:
The possibly null value for structure field totalTaxAmount.


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