org.opencrx.application.shop1.cci2
Interface CustomerContractT

All Known Subinterfaces:
CustomerContractT

public interface CustomerContractT


Nested Class Summary
static class CustomerContractT.Member
          The structure's members
 
Method Summary
 List<String> getAssignedCustomer()
          Retrieves a list containing all the elements for the structure field assignedCustomer.
 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.
 List<String> getBillingPartnerRegistrationId()
          Retrieves a list containing all the elements for the structure field billingPartnerRegistrationId.
 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.
 

Method Detail

isAcceptedLegal

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

--> Contract::userBoolean0

Returns:
The possibly null value for structure field acceptedLegal.

isAcceptedMarketing

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

--> Contract::userBoolean1

Returns:
The possibly null value for structure field acceptedMarketing.

isAcceptedPrivateDataForwarding

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

--> Contract::userBoolean2

Returns:
The possibly null value for structure field acceptedPrivateDataForwarding.

getAssignedCustomer

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

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

getBillingEmailAddress

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

Returns:
The possibly null value for structure field billingEmailAddress.

getBillingPartner

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

--> Contract::userString0

Returns:
The possibly null value for structure field billingPartner.

getBillingPartnerPostalAddress

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

Returns:
The possibly null value for structure field billingPartnerPostalAddress.

getBillingPartnerRegistrationId

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

--> Contract::userString3

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

getContactSource

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

--> Contract::userString1

Returns:
The possibly null value for structure field contactSource.

getContractCurrency

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

--> Contract::contractCurrency

Returns:
The non-null value for structure field contractCurrency.

getContractNumber

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

--> Contract::contractNumber

Returns:
The non-null value for structure field contractNumber.

getContractStatus

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

Returns:
The possibly null value for structure field contractStatus.

getCustomerNumber

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

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.

Returns:
The possibly null value for structure field noBilling.

getReferrer

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

--> Contract::userString2

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.

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.