org.opencrx.kernel.contract1.jmi1
Interface GetContractAmountsResult

All Superinterfaces:
GetContractAmountsResult, RefStruct, RefStruct_1_0, Serializable

public interface GetContractAmountsResult
extends RefStruct_1_0, GetContractAmountsResult


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.kernel.contract1.cci2.GetContractAmountsResult
GetContractAmountsResult.Member
 
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.
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefStruct_1_0
refContainsValue, refDelegate, refGetValue
 
Methods inherited from interface javax.jmi.reflect.RefStruct
equals, hashCode, refFieldNames, refGetValue, refTypeName
 

Method Detail

getStatusCode

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

Specified by:
getStatusCode in interface GetContractAmountsResult
Returns:
The non-null value for structure field statusCode.

getStatusMessage

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

Specified by:
getStatusMessage in interface GetContractAmountsResult
Returns:
The possibly null value for structure field statusMessage.

getTotalAmount

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

Specified by:
getTotalAmount in interface GetContractAmountsResult
Returns:
The possibly null value for structure field totalAmount.

getTotalAmountIncludingTax

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

Specified by:
getTotalAmountIncludingTax in interface GetContractAmountsResult
Returns:
The possibly null value for structure field totalAmountIncludingTax.

getTotalBaseAmount

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

Specified by:
getTotalBaseAmount in interface GetContractAmountsResult
Returns:
The possibly null value for structure field totalBaseAmount.

getTotalDiscountAmount

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

Specified by:
getTotalDiscountAmount in interface GetContractAmountsResult
Returns:
The possibly null value for structure field totalDiscountAmount.

getTotalSalesCommission

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

Specified by:
getTotalSalesCommission in interface GetContractAmountsResult
Returns:
The possibly null value for structure field totalSalesCommission.

getTotalTaxAmount

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

Specified by:
getTotalTaxAmount in interface GetContractAmountsResult
Returns:
The possibly null value for structure field totalTaxAmount.


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