org.opencrx.application.shop1.jmi1
Interface CustomerT

All Superinterfaces:
CustomerT, RefStruct, RefStruct_1_0, Serializable

public interface CustomerT
extends RefStruct_1_0, CustomerT


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.application.shop1.cci2.CustomerT
CustomerT.Member
 
Method Summary
 Integer getAccountRating()
          Retrieves the value for the optional structure field accountRating.
 ContactT getContact()
          Retrieves the value for the optional structure field contact.
 String getCustomerNumber()
          Retrieves the value for the structure field customerNumber.
 CustomerStatusT getCustomerStatus()
          Retrieves the value for the structure field customerStatus.
 LegalEntityT getLegalEntity()
          Retrieves the value for the optional structure field legalEntity.
 
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.CustomerT
getAccountCategory, getCustomerContract, getExternalId, getGenericData
 

Method Detail

getAccountRating

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

Specified by:
getAccountRating in interface CustomerT
Returns:
The possibly null value for structure field accountRating.

getContact

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

Specified by:
getContact in interface CustomerT
Returns:
The possibly null value for structure field contact.

getCustomerNumber

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

--> Account::aliasName

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

getCustomerStatus

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

Specified by:
getCustomerStatus in interface CustomerT
Returns:
The non-null value for structure field customerStatus.

getLegalEntity

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

Specified by:
getLegalEntity in interface CustomerT
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.