org.opencrx.application.shop1.jmi1
Interface ContractPositionT

All Superinterfaces:
ContractPositionT, RefStruct, RefStruct_1_0, Serializable

public interface ContractPositionT
extends RefStruct_1_0, ContractPositionT


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.application.shop1.cci2.ContractPositionT
ContractPositionT.Member
 
Method Summary
 ProductConfigurationT getActualProductConfiguration()
          Retrieves the value for the optional structure field actualProductConfiguration.
 String getAmount()
          Retrieves the value for the optional structure field amount.
 String getBaseAmount()
          Retrieves the value for the optional structure field baseAmount.
 String getContractNumber()
          Retrieves the value for the optional structure field contractNumber.
 String getDiscount()
          Retrieves the value for the optional structure field discount.
 String getDiscountAmount()
          Retrieves the value for the optional structure field discountAmount.
 Date getPaymentDate()
          Retrieves the value for the optional structure field paymentDate.
 String getPositionName()
          Retrieves the value for the optional structure field positionName.
 String getPositionNumber()
          Retrieves the value for the optional structure field positionNumber.
 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 getSalesTaxType()
          Retrieves the value for the optional structure field salesTaxType.
 String getTaxAmount()
          Retrieves the value for the optional structure field taxAmount.
 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
 
Methods inherited from interface org.opencrx.application.shop1.cci2.ContractPositionT
getDeliveryInformation, getExternalLink
 

Method Detail

getActualProductConfiguration

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

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

getAmount

String getAmount()
Retrieves the value for the optional structure field amount.

amount is read-only and is calculated by the implementation. --> ContractPosition::amount

Specified by:
getAmount in interface ContractPositionT
Returns:
The possibly null value for structure field amount.

getBaseAmount

String getBaseAmount()
Retrieves the value for the optional structure field baseAmount.

baseAmount is read-only and is calculated by the implementation. --> ContractPosition::baseAmount

Specified by:
getBaseAmount in interface ContractPositionT
Returns:
The possibly null value for structure field baseAmount.

getContractNumber

String getContractNumber()
Retrieves the value for the optional structure field contractNumber.

contractNumber is read-only and is calculated by the implementation. --> Contract::contractNumber

Specified by:
getContractNumber in interface ContractPositionT
Returns:
The possibly null value for structure field contractNumber.

getDiscount

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

discount is managed by the API-client. --> ContractPosition::discount

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

getDiscountAmount

String getDiscountAmount()
Retrieves the value for the optional structure field discountAmount.

discountAmount is read-only and is calculated by the implementation. --> ContractPosition::discountAmount

Specified by:
getDiscountAmount in interface ContractPositionT
Returns:
The possibly null value for structure field discountAmount.

isDiscountIsPercentage

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

discountIsPercentage is managed by the API-client. --> ContractPosition::discountIsPercentage

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

getPaymentDate

Date getPaymentDate()
Retrieves the value for the optional structure field paymentDate.

paymentDate is read-only and is calculated by the implementation. --> Invoice::paymentDate

Specified by:
getPaymentDate in interface ContractPositionT
Returns:
The possibly null value for structure field paymentDate.

getPositionName

String getPositionName()
Retrieves the value for the optional structure field positionName.

positionName is managed by the API-client. --> ContractPosition::name

Specified by:
getPositionName in interface ContractPositionT
Returns:
The possibly null value for structure field positionName.

getPositionNumber

String getPositionNumber()
Retrieves the value for the optional structure field positionNumber.

positionNumber is read-only and is calculated by the implementation. --> ContractPosition::positionNumber

Specified by:
getPositionNumber in interface ContractPositionT
Returns:
The possibly null value for structure field positionNumber.

getPricePerUnit

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

pricePerUnit is read-only and is calculated by the implementation. --> ContractPosition::pricePerUnit

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

getPriceUom

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

priceUom is managed by the API-client. --> ContractPosition::priceUom

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

getPricingDate

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

pricingDate is managed by the API-client. --> ContractPosition::pricingDate

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

getProductNumber

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

productNumber is managed by the API-client. --> ContractPosition::product

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

getQuantity

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

quantity is managed by the API-client. --> ContractPosition::quantity

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

getSalesTaxType

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

salesTaxType is managed by the API-client. --> ContractPosition::salesTaxType

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

getTaxAmount

String getTaxAmount()
Retrieves the value for the optional structure field taxAmount.

taxAmount is read-only and is calculated by the implementation. --> ContractPosition::taxAmount

Specified by:
getTaxAmount in interface ContractPositionT
Returns:
The possibly null value for structure field taxAmount.


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