org.opencrx.application.shop1.jmi1
Interface CustomerContractT

All Superinterfaces:
CustomerContractT, RefStruct, RefStruct_1_0, Serializable

public interface CustomerContractT
extends RefStruct_1_0, CustomerContractT


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.application.shop1.cci2.CustomerContractT
CustomerContractT.Member
 
Method Summary
 EmailAddressT getBillingEmailAddress()
          Retrieves the value for the optional structure field billingEmailAddress.
 String getBillingPartner()
          Retrieves the value for the optional structure field billingPartner.
 PostalAddressT getBillingPartnerPostalAddress()
          Retrieves the value for the optional structure field billingPartnerPostalAddress.
 Integer getContactSource()
          Retrieves the value for the optional structure field contactSource.
 int getContractCurrency()
          Retrieves the value for the structure field contractCurrency.
 String getContractNumber()
          Retrieves the value for the structure field contractNumber.
 ContractStatusT getContractStatus()
          Retrieves the value for the optional structure field contractStatus.
 String getCustomerNumber()
          Retrieves the value for the optional structure field customerNumber.
 String getReferrer()
          Retrieves the value for the optional structure field referrer.
 String getSalesTaxType()
          Retrieves the value for the structure field salesTaxType.
 Boolean isAcceptedLegal()
          Retrieves the value for the optional structure field acceptedLegal.
 Boolean isAcceptedMarketing()
          Retrieves the value for the optional structure field acceptedMarketing.
 Boolean isAcceptedPrivateDataForwarding()
          Retrieves the value for the optional structure field acceptedPrivateDataForwarding.
 Boolean isNoBilling()
          Retrieves the value for the optional structure field noBilling.
 
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.CustomerContractT
getAssignedCustomer, getBillingPartnerRegistrationId
 

Method Detail

isAcceptedLegal

Boolean isAcceptedLegal()
Retrieves the value for the optional structure field acceptedLegal.

--> Contract::userBoolean0

Specified by:
isAcceptedLegal in interface CustomerContractT
Returns:
The possibly null value for structure field acceptedLegal.

isAcceptedMarketing

Boolean isAcceptedMarketing()
Retrieves the value for the optional structure field acceptedMarketing.

--> Contract::userBoolean1

Specified by:
isAcceptedMarketing in interface CustomerContractT
Returns:
The possibly null value for structure field acceptedMarketing.

isAcceptedPrivateDataForwarding

Boolean isAcceptedPrivateDataForwarding()
Retrieves the value for the optional structure field acceptedPrivateDataForwarding.

--> Contract::userBoolean2

Specified by:
isAcceptedPrivateDataForwarding in interface CustomerContractT
Returns:
The possibly null value for structure field acceptedPrivateDataForwarding.

getBillingEmailAddress

EmailAddressT getBillingEmailAddress()
Retrieves the value for the optional structure field billingEmailAddress.

Specified by:
getBillingEmailAddress in interface CustomerContractT
Returns:
The possibly null value for structure field billingEmailAddress.

getBillingPartner

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

--> Contract::userString0

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

getBillingPartnerPostalAddress

PostalAddressT getBillingPartnerPostalAddress()
Retrieves the value for the optional structure field billingPartnerPostalAddress.

Specified by:
getBillingPartnerPostalAddress in interface CustomerContractT
Returns:
The possibly null value for structure field billingPartnerPostalAddress.

getContactSource

Integer getContactSource()
Retrieves the value for the optional structure field contactSource.

--> Contract::userString1

Specified by:
getContactSource in interface CustomerContractT
Returns:
The possibly null value for structure field contactSource.

getContractCurrency

int getContractCurrency()
Retrieves the value for the structure field contractCurrency.

--> Contract::contractCurrency

Specified by:
getContractCurrency in interface CustomerContractT
Returns:
The non-null value for structure field contractCurrency.

getContractNumber

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

--> Contract::contractNumber

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

getContractStatus

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

Specified by:
getContractStatus in interface CustomerContractT
Returns:
The possibly null value for structure field contractStatus.

getCustomerNumber

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

Specified by:
getCustomerNumber in interface CustomerContractT
Returns:
The possibly null value for structure field customerNumber.

isNoBilling

Boolean isNoBilling()
Retrieves the value for the optional structure field noBilling.

if false, billing partner, billing partner registration id 1 and 2 are copied to the contract. if true, no billing of the customer is required and no billing partner is set on the contract.

Specified by:
isNoBilling in interface CustomerContractT
Returns:
The possibly null value for structure field noBilling.

getReferrer

String getReferrer()
Retrieves the value for the optional structure field referrer.

--> Contract::userString2

Specified by:
getReferrer in interface CustomerContractT
Returns:
The possibly null value for structure field referrer.

getSalesTaxType

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

--> Contract::userString2 Default value for sales tax type when not specified for ContractPositionT on creation of a new contract position.

Specified by:
getSalesTaxType in interface CustomerContractT
Returns:
The non-null value for structure field salesTaxType.


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