org.opencrx.application.shop1.cci2
Interface ContractPositionT

All Known Subinterfaces:
ContractPositionT

public interface ContractPositionT


Nested Class Summary
static class ContractPositionT.Member
          The structure's members
 
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.
<T extends DeliveryInformationT>
List<T>
getDeliveryInformation()
          Retrieves a list containing all the elements for the structure field deliveryInformation.
 String getDiscount()
          Retrieves the value for the optional structure field discount.
 String getDiscountAmount()
          Retrieves the value for the optional structure field discountAmount.
 List<String> getExternalLink()
          Retrieves a list containing all the elements for the structure field externalLink.
 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.
 

Method Detail

getActualProductConfiguration

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

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

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

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

Returns:
The possibly null value for structure field contractNumber.

getDeliveryInformation

<T extends DeliveryInformationT> List<T> getDeliveryInformation()
Retrieves a list containing all the elements for the structure field deliveryInformation.

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

getDiscount

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

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

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

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

Returns:
The possibly null value for structure field discountIsPercentage.

getExternalLink

List<String> getExternalLink()
Retrieves a list containing all the elements for the structure field externalLink.

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

getPaymentDate

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

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

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

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

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

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

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

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

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

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

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

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.