org.opencrx.application.shop1.jmi1
Interface SendEMailParams

All Superinterfaces:
RefStruct, RefStruct_1_0, SendEMailParams, Serializable

public interface SendEMailParams
extends RefStruct_1_0, SendEMailParams


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.application.shop1.cci2.SendEMailParams
SendEMailParams.Member
 
Method Summary
 String getBody()
          Retrieves the value for the structure field body.
 String getEmailCreatorName()
          Retrieves the value for the structure field emailCreatorName.
 String getOnBehalfOfCustomerNumber()
          Retrieves the value for the optional structure field onBehalfOfCustomerNumber.
 String getSender()
          Retrieves the value for the structure field sender.
 String getSubject()
          Retrieves the value for the structure field subject.
 
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.SendEMailParams
getRecipientBcc, getRecipientCc, getRecipientTo
 

Method Detail

getBody

String getBody()
Retrieves the value for the structure field body.

Specified by:
getBody in interface SendEMailParams
Returns:
The non-null value for structure field body.

getEmailCreatorName

String getEmailCreatorName()
Retrieves the value for the structure field emailCreatorName.

Specified by:
getEmailCreatorName in interface SendEMailParams
Returns:
The non-null value for structure field emailCreatorName.

getOnBehalfOfCustomerNumber

String getOnBehalfOfCustomerNumber()
Retrieves the value for the optional structure field onBehalfOfCustomerNumber.

Specified by:
getOnBehalfOfCustomerNumber in interface SendEMailParams
Returns:
The possibly null value for structure field onBehalfOfCustomerNumber.

getSender

String getSender()
Retrieves the value for the structure field sender.

Specified by:
getSender in interface SendEMailParams
Returns:
The non-null value for structure field sender.

getSubject

String getSubject()
Retrieves the value for the structure field subject.

Specified by:
getSubject in interface SendEMailParams
Returns:
The non-null value for structure field subject.


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