|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EmailAccount
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, setOwningUser, setOwningUser |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapable |
|---|
getContext |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView |
| Method Detail |
|---|
String getEmailAddress()
eMailAddress.
eMailAddress.void setEmailAddress(String eMailAddress)
eMailAddress.
eMailAddress - The possibly null new value for attribute eMailAddress.String getIncomingMailServiceName()
incomingMailServiceName.
incomingMailServiceName.void setIncomingMailServiceName(String incomingMailServiceName)
incomingMailServiceName.
incomingMailServiceName - The possibly null new value for attribute incomingMailServiceName.Boolean isDefault()
isDefault.
isDefault.void setDefault(Boolean isDefault)
isDefault.
isDefault - The possibly null new value for attribute isDefault.String getOutgoingMailServiceName()
outgoingMailServiceName.
outgoingMailServiceName.void setOutgoingMailServiceName(String outgoingMailServiceName)
outgoingMailServiceName.
outgoingMailServiceName - The possibly null new value for attribute outgoingMailServiceName.String getReplyEmailAddress()
replyEMailAddress.
replyEMailAddress.void setReplyEmailAddress(String replyEmailAddress)
replyEMailAddress.
replyEmailAddress - The possibly null new value for attribute replyEMailAddress.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||