org.opencrx.kernel.home1.cci2
Interface EMailAccount

All Superinterfaces:
BasicObject, ContextCapable, Creatable, ExtentCapable, Modifiable, SecureObject
All Known Subinterfaces:
EMailAccount
All Known Implementing Classes:
EMailAccount

public interface EMailAccount
extends SecureObject, BasicObject

Class EMailAccount


Nested Class Summary
static interface EMailAccount.Identity
          Object Identity
 
Method Summary
 String getEMailAddress()
          Retrieves the possibly null value for the optional attribute eMailAddress.
 String getIncomingMailServiceName()
          Retrieves the possibly null value for the optional attribute incomingMailServiceName.
 String getOutgoingMailServiceName()
          Retrieves the possibly null value for the optional attribute outgoingMailServiceName.
 String getReplyEMailAddress()
          Retrieves the possibly null value for the optional attribute replyEMailAddress.
 Boolean isDefault()
          Retrieves the possibly null value for the optional attribute isDefault.
 void setDefault(Boolean isDefault)
          Sets a new value for the attribute isDefault.
 void setEMailAddress(String eMailAddress)
          Sets a new value for the attribute eMailAddress.
 void setIncomingMailServiceName(String incomingMailServiceName)
          Sets a new value for the attribute incomingMailServiceName.
 void setOutgoingMailServiceName(String outgoingMailServiceName)
          Sets a new value for the attribute outgoingMailServiceName.
 void setReplyEMailAddress(String replyEMailAddress)
          Sets a new value for the attribute replyEMailAddress.
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapable
getContext
 
Methods inherited from interface org.openmdx.base.cci2.Creatable
getCreatedAt, getCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.base.cci2.Modifiable
getModifiedAt, getModifiedBy
 

Method Detail

getEMailAddress

String getEMailAddress()
Retrieves the possibly null value for the optional attribute eMailAddress.

Returns:
The possibly null value for attribute eMailAddress.

setEMailAddress

void setEMailAddress(String eMailAddress)
Sets a new value for the attribute eMailAddress.

Parameters:
eMailAddress - The possibly null new value for attribute eMailAddress.

getIncomingMailServiceName

String getIncomingMailServiceName()
Retrieves the possibly null value for the optional attribute incomingMailServiceName.

Returns:
The possibly null value for attribute incomingMailServiceName.

setIncomingMailServiceName

void setIncomingMailServiceName(String incomingMailServiceName)
Sets a new value for the attribute incomingMailServiceName.

Parameters:
incomingMailServiceName - The possibly null new value for attribute incomingMailServiceName.

isDefault

Boolean isDefault()
Retrieves the possibly null value for the optional attribute isDefault.

Returns:
The possibly null value for attribute isDefault.

setDefault

void setDefault(Boolean isDefault)
Sets a new value for the attribute isDefault.

Parameters:
isDefault - The possibly null new value for attribute isDefault.

getOutgoingMailServiceName

String getOutgoingMailServiceName()
Retrieves the possibly null value for the optional attribute outgoingMailServiceName.

Returns:
The possibly null value for attribute outgoingMailServiceName.

setOutgoingMailServiceName

void setOutgoingMailServiceName(String outgoingMailServiceName)
Sets a new value for the attribute outgoingMailServiceName.

Parameters:
outgoingMailServiceName - The possibly null new value for attribute outgoingMailServiceName.

getReplyEMailAddress

String getReplyEMailAddress()
Retrieves the possibly null value for the optional attribute replyEMailAddress.

Returns:
The possibly null value for attribute replyEMailAddress.

setReplyEMailAddress

void setReplyEMailAddress(String replyEMailAddress)
Sets a new value for the attribute replyEMailAddress.

Parameters:
replyEMailAddress - The possibly null new value for attribute replyEMailAddress.


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