org.opencrx.application.shop1.jmi1
Interface ContractT

All Superinterfaces:
ContractT, RefStruct, RefStruct_1_0, Serializable

public interface ContractT
extends RefStruct_1_0, ContractT


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.application.shop1.cci2.ContractT
ContractT.Member
 
Method Summary
 Date getActiveOn()
          Retrieves the value for the optional structure field activeOn.
 String getBillingPartner()
          Retrieves the value for the optional structure field billingPartner.
 Date getCancelOn()
          Retrieves the value for the optional structure field cancelOn.
 Date getClosedOn()
          Retrieves the value for the optional structure field closedOn.
 Integer getContractCurrency()
          Retrieves the value for the optional structure field contractCurrency.
 String getContractNumber()
          Retrieves the value for the structure field contractNumber.
 ContractStatusT getContractStatus()
          Retrieves the value for the structure field contractStatus.
 String getCustomerNumber()
          Retrieves the value for the structure field customerNumber.
 Date getExpiresOn()
          Retrieves the value for the optional structure field expiresOn.
 String getGiftMessage()
          Retrieves the value for the optional structure field giftMessage.
 PostalAddressT getPostalAddressDelivery()
          Retrieves the value for the optional structure field postalAddressDelivery.
 PostalAddressT getPostalAddressInvoice()
          Retrieves the value for the optional structure field postalAddressInvoice.
 String getTotalAmount()
          Retrieves the value for the optional structure field totalAmount.
 String getTotalAmountIncludingTax()
          Retrieves the value for the optional structure field totalAmountIncludingTax.
 String getTotalBaseAmount()
          Retrieves the value for the optional structure field totalBaseAmount.
 String getTotalDiscountAmount()
          Retrieves the value for the optional structure field totalDiscountAmount.
 String getTotalTaxAmount()
          Retrieves the value for the optional structure field totalTaxAmount.
 Boolean isGift()
          Retrieves the value for the optional structure field isGift.
 
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.ContractT
getBillingPartnerRegistrationId, getExternalId, getPosition
 

Method Detail

getActiveOn

Date getActiveOn()
Retrieves the value for the optional structure field activeOn.

Date at which the contract is active on. activeOn is managed by the API-client. --> Contract::activeOn

Specified by:
getActiveOn in interface ContractT
Returns:
The possibly null value for structure field activeOn.

getBillingPartner

String getBillingPartner()
Retrieves the value for the optional structure field billingPartner.

billingPartner is managed by the API-client. --> Contract::userString0

Specified by:
getBillingPartner in interface ContractT
Returns:
The possibly null value for structure field billingPartner.

getCancelOn

Date getCancelOn()
Retrieves the value for the optional structure field cancelOn.

Date at which the contract was cancelled. cancelOn is managed by the API-client. --> Contract::cancelOn

Specified by:
getCancelOn in interface ContractT
Returns:
The possibly null value for structure field cancelOn.

getClosedOn

Date getClosedOn()
Retrieves the value for the optional structure field closedOn.

Date at which the contract is closed. closedOn is managed by the API-client. --> Contract::closedOn

Specified by:
getClosedOn in interface ContractT
Returns:
The possibly null value for structure field closedOn.

getContractCurrency

Integer getContractCurrency()
Retrieves the value for the optional structure field contractCurrency.

contractCurrency is managed by the API-client. --> Contract::contractCurrency

Specified by:
getContractCurrency in interface ContractT
Returns:
The possibly null value for structure field contractCurrency.

getContractNumber

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

contractNumber is managed by the API-client. --> Contract::contractNumber

Specified by:
getContractNumber in interface ContractT
Returns:
The non-null value for structure field contractNumber.

getContractStatus

ContractStatusT getContractStatus()
Retrieves the value for the structure field contractStatus.

contractStatus is managed by the the operation setInvoiceStatus() or setSalesOrderStatus().

Specified by:
getContractStatus in interface ContractT
Returns:
The non-null value for structure field contractStatus.

getCustomerNumber

String getCustomerNumber()
Retrieves the value for the structure field customerNumber.

customerNumber is managed by the API-client. --> Contract::customer

Specified by:
getCustomerNumber in interface ContractT
Returns:
The non-null value for structure field customerNumber.

getExpiresOn

Date getExpiresOn()
Retrieves the value for the optional structure field expiresOn.

Date at which the contract expires. expiresOn is managed by the API-client. --> Contract::expiresOn

Specified by:
getExpiresOn in interface ContractT
Returns:
The possibly null value for structure field expiresOn.

getGiftMessage

String getGiftMessage()
Retrieves the value for the optional structure field giftMessage.

Specified by:
getGiftMessage in interface ContractT
Returns:
The possibly null value for structure field giftMessage.

isGift

Boolean isGift()
Retrieves the value for the optional structure field isGift.

Specified by:
isGift in interface ContractT
Returns:
The possibly null value for structure field isGift.

getPostalAddressDelivery

PostalAddressT getPostalAddressDelivery()
Retrieves the value for the optional structure field postalAddressDelivery.

postalAddressDelivery is managed by the API-client. --> Contract::address

Specified by:
getPostalAddressDelivery in interface ContractT
Returns:
The possibly null value for structure field postalAddressDelivery.

getPostalAddressInvoice

PostalAddressT getPostalAddressInvoice()
Retrieves the value for the optional structure field postalAddressInvoice.

postalAddressInvoice is managed by the API-client. --> Contract::address

Specified by:
getPostalAddressInvoice in interface ContractT
Returns:
The possibly null value for structure field postalAddressInvoice.

getTotalAmount

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

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

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

getTotalAmountIncludingTax

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

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

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

getTotalBaseAmount

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

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

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

getTotalDiscountAmount

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

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

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

getTotalTaxAmount

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

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

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


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