org.opencrx.application.shop1.jmi1
Interface CreateCustomerAsContactParams

All Superinterfaces:
CreateCustomerAsContactParams, RefStruct, RefStruct_1_0, Serializable

public interface CreateCustomerAsContactParams
extends RefStruct_1_0, CreateCustomerAsContactParams


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.application.shop1.cci2.CreateCustomerAsContactParams
CreateCustomerAsContactParams.Member
 
Method Summary
 String getEmailAddressBusiness()
          Retrieves the value for the optional structure field emailAddressBusiness.
 String getEmailAddressHome()
          Retrieves the value for the optional structure field emailAddressHome.
 String getFirstName()
          Retrieves the value for the optional structure field firstName.
 String getLastName()
          Retrieves the value for the structure field lastName.
 String getMiddleName()
          Retrieves the value for the optional structure field middleName.
 String getUserName()
          Retrieves the value for the structure field userName.
 
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
 

Method Detail

getEmailAddressBusiness

String getEmailAddressBusiness()
Retrieves the value for the optional structure field emailAddressBusiness.

Specified by:
getEmailAddressBusiness in interface CreateCustomerAsContactParams
Returns:
The possibly null value for structure field emailAddressBusiness.

getEmailAddressHome

String getEmailAddressHome()
Retrieves the value for the optional structure field emailAddressHome.

Specified by:
getEmailAddressHome in interface CreateCustomerAsContactParams
Returns:
The possibly null value for structure field emailAddressHome.

getFirstName

String getFirstName()
Retrieves the value for the optional structure field firstName.

Specified by:
getFirstName in interface CreateCustomerAsContactParams
Returns:
The possibly null value for structure field firstName.

getLastName

String getLastName()
Retrieves the value for the structure field lastName.

Specified by:
getLastName in interface CreateCustomerAsContactParams
Returns:
The non-null value for structure field lastName.

getMiddleName

String getMiddleName()
Retrieves the value for the optional structure field middleName.

Specified by:
getMiddleName in interface CreateCustomerAsContactParams
Returns:
The possibly null value for structure field middleName.

getUserName

String getUserName()
Retrieves the value for the structure field userName.

Specified by:
getUserName in interface CreateCustomerAsContactParams
Returns:
The non-null value for structure field userName.


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