org.opencrx.application.shop1.cci2
Interface CustomerT

All Known Subinterfaces:
CustomerT

public interface CustomerT


Nested Class Summary
static class CustomerT.Member
          The structure's members
 
Method Summary
 List<Integer> getAccountCategory()
          Retrieves a list containing all the elements for the structure field accountCategory.
 Integer getAccountRating()
          Retrieves the value for the optional structure field accountRating.
 ContactT getContact()
          Retrieves the value for the optional structure field contact.
<T extends CustomerContractT>
List<T>
getCustomerContract()
          Retrieves a list containing all the elements for the structure field customerContract.
 String getCustomerNumber()
          Retrieves the value for the structure field customerNumber.
 CustomerStatusT getCustomerStatus()
          Retrieves the value for the structure field customerStatus.
 List<String> getExternalId()
          Retrieves a list containing all the elements for the structure field externalId.
<T extends StringPropertyT>
List<T>
getGenericData()
          Retrieves a list containing all the elements for the structure field genericData.
 LegalEntityT getLegalEntity()
          Retrieves the value for the optional structure field legalEntity.
 

Method Detail

getAccountCategory

List<Integer> getAccountCategory()
Retrieves a list containing all the elements for the structure field accountCategory.

--> Account.accountCategory

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

getAccountRating

Integer getAccountRating()
Retrieves the value for the optional structure field accountRating.

Returns:
The possibly null value for structure field accountRating.

getContact

ContactT getContact()
Retrieves the value for the optional structure field contact.

Returns:
The possibly null value for structure field contact.

getCustomerContract

<T extends CustomerContractT> List<T> getCustomerContract()
Retrieves a list containing all the elements for the structure field customerContract.

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

getCustomerNumber

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

--> Account::aliasName

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

getCustomerStatus

CustomerStatusT getCustomerStatus()
Retrieves the value for the structure field customerStatus.

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

getExternalId

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

--> Account::externalLink

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

getGenericData

<T extends StringPropertyT> List<T> getGenericData()
Retrieves a list containing all the elements for the structure field genericData.

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

getLegalEntity

LegalEntityT getLegalEntity()
Retrieves the value for the optional structure field legalEntity.

Returns:
The possibly null value for structure field legalEntity.


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