org.opencrx.kernel.home1.jpa3
Class EMailAccount

java.lang.Object
  extended by org.w3c.jpa3.AbstractObject
      extended by org.opencrx.kernel.home1.jpa3.ServiceAccount
          extended by org.opencrx.kernel.home1.jpa3.EMailAccount
All Implemented Interfaces:
Serializable, SecureObject, EMailAccount, ServiceAccount, BasicObject, ContextCapable, Creatable, ExtentCapable, Modifiable

public class EMailAccount
extends ServiceAccount
implements EMailAccount

Class EMailAccount

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.w3c.jpa3.AbstractObject
AbstractObject.AbstractStateAccessor, AbstractObject.EmbeddedList<E>, AbstractObject.EmbeddedSet<E>, AbstractObject.ObjectState, AbstractObject.SlicedList<E,S>, AbstractObject.SlicedMap<E,S>, AbstractObject.SlicedSet<E,S>
 
Nested classes/interfaces inherited from interface org.opencrx.kernel.home1.cci2.ServiceAccount
ServiceAccount.Identity
 
Field Summary
 
Fields inherited from class org.opencrx.kernel.home1.jpa3.ServiceAccount
createdAt, identity, modifiedAt
 
Constructor Summary
EMailAccount()
          Constructor
 
Method Summary
 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.
 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 class org.opencrx.kernel.home1.jpa3.ServiceAccount
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getCreatedAt, getCreatedBy, getDescription, getIdentity, getModifiedAt, getModifiedBy, getName, getOpenmdxjdoIdentity, getOwner, getOwningGroup_Id, getOwningGroup, getOwningUser_Id, getOwningUser, isActive, isDefault, openmdxjdoGetSlices, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setActive, setDefault, setDescription, setName, setOpenmdxjdoIdentity, setOwner, setOwningUser_Id, setOwningUser, setOwningUser, setUserHome_Id, setUserHome
 
Methods inherited from class org.w3c.jpa3.AbstractObject
openmdxjdoMakeDirty, openmdxjdoSetArray, openmdxjdoSetCollection, openmdxjdoToArray, openmdxjdoToArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opencrx.kernel.home1.cci2.ServiceAccount
getDescription, getName, isActive, isDefault, setActive, setDefault, setDescription, setName
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser
 
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
 

Constructor Detail

EMailAccount

public EMailAccount()
Constructor

Method Detail

getOutgoingMailServiceName

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

Specified by:
getOutgoingMailServiceName in interface EMailAccount
Returns:
The possibly null value for attribute outgoingMailServiceName.

setOutgoingMailServiceName

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

Specified by:
setOutgoingMailServiceName in interface EMailAccount
Parameters:
outgoingMailServiceName - The possibly null new value for attribute outgoingMailServiceName.

getIncomingMailServiceName

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

Specified by:
getIncomingMailServiceName in interface EMailAccount
Returns:
The possibly null value for attribute incomingMailServiceName.

setIncomingMailServiceName

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

Specified by:
setIncomingMailServiceName in interface EMailAccount
Parameters:
incomingMailServiceName - The possibly null new value for attribute incomingMailServiceName.

getReplyEMailAddress

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

Specified by:
getReplyEMailAddress in interface EMailAccount
Returns:
The possibly null value for attribute replyEMailAddress.

setReplyEMailAddress

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

Specified by:
setReplyEMailAddress in interface EMailAccount
Parameters:
replyEMailAddress - The possibly null new value for attribute replyEMailAddress.


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