Package de.xima.fc.entities
Class MandantMailData
- java.lang.Object
 - 
- de.xima.cmn.dao.model.AEntity<Long>
 - 
- de.xima.fc.entities.AbstractEntity
 - 
- de.xima.fc.entities.AbstractLockableEntity
 - 
- de.xima.fc.entities.ALockableEntity
 - 
- de.xima.fc.entities.AClientDependentEntity
 - 
- de.xima.fc.entities.MandantMailData
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 de.xima.cmn.dao.interfaces.IEntity<Long>,de.xima.cmn.dao.interfaces.ILockableEntity<Long>,ILockingVersionProviding,IMandantDependent,ITransferable,ITransferableEntity,ITransferableLockableEntity,Serializable,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity public class MandantMailData extends AClientDependentEntity
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringATTR_ALLOW_UTF8static StringATTR_AUTH_ENABLEDDeprecated.static StringATTR_ENABLEDprotected Map<String,String>authAttributesstatic StringCOL_ALLOW_UTF8- 
Fields inherited from class de.xima.fc.entities.AClientDependentEntity
COL_CLIENTID, mandant 
- 
Fields inherited from class de.xima.fc.entities.AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersion 
- 
Fields inherited from class de.xima.fc.entities.AbstractEntity
COL_ID, id 
- 
Fields inherited from interface de.xima.fc.entities.interfaces.IMandantDependent
ATTR_MANDANT, COL_CLIENT_ID 
- 
Fields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID 
 - 
 
- 
Constructor Summary
Constructors Constructor Description MandantMailData() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Map<String,String>getAuthAttributes()StringgetAuthName()StringgetAuthPassword()EMailAuthenticationTypegetAuthType()EMailEncryptiongetEncryption()StringgetHost()LonggetId()intgetPort()StringgetSender()StringgetSenderName()StringgetSupportAddress()booleanisAllowUtf8()booleanisAuthEnabled()Deprecated.booleanisEnabled()voidsetAllowUtf8(boolean allowUtf8)voidsetAuthAttributes(Map<String,String> authAttributes)voidsetAuthEnabled(boolean authEnabled)Deprecated.voidsetAuthName(String authName)voidsetAuthPassword(String authPassword)voidsetAuthType(EMailAuthenticationType authType)voidsetEnabled(boolean enabled)voidsetEncryption(EMailEncryption encryption)voidsetHost(String host)voidsetPort(int port)voidsetSender(String sender)voidsetSenderName(String senderName)voidsetSupportAddress(String supportAddress)- 
Methods inherited from class de.xima.fc.entities.AClientDependentEntity
getMandant, setMandant 
- 
Methods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion, toString 
- 
Methods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setId, setId 
- 
Methods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCode 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface java.lang.Comparable
compareTo 
 - 
 
 - 
 
- 
- 
Field Detail
- 
ATTR_ENABLED
public static final String ATTR_ENABLED
- See Also:
 - Constant Field Values
 
 
- 
ATTR_ALLOW_UTF8
public static final String ATTR_ALLOW_UTF8
- See Also:
 - Constant Field Values
 
 
- 
COL_ALLOW_UTF8
public static final String COL_ALLOW_UTF8
- See Also:
 - Constant Field Values
 
 
- 
ATTR_AUTH_ENABLED
@Deprecated public static final String ATTR_AUTH_ENABLED
Deprecated.- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getId
public Long getId()
 
- 
isEnabled
public boolean isEnabled()
- Returns:
 - if enabled
 
 
- 
setEnabled
public void setEnabled(boolean enabled)
- Parameters:
 enabled- the userCustomMail to set
 
- 
getHost
public String getHost()
 
- 
setHost
public void setHost(String host)
 
- 
getPort
public int getPort()
 
- 
setPort
public void setPort(int port)
 
- 
getSender
public String getSender()
 
- 
setSender
public void setSender(String sender)
 
- 
getSenderName
public String getSenderName()
 
- 
setSenderName
public void setSenderName(String senderName)
 
- 
isAllowUtf8
public boolean isAllowUtf8()
- Returns:
 - Whether the mail server supports UTF-8 message headers, i.e. SMTPUTF8.
 
 
- 
setAllowUtf8
public void setAllowUtf8(boolean allowUtf8)
- Parameters:
 allowUtf8- Whether the mail server supports UTF-8 message headers, i.e. SMTPUTF8.
 
- 
getAuthType
public EMailAuthenticationType getAuthType()
 
- 
setAuthType
public void setAuthType(EMailAuthenticationType authType)
 
- 
getAuthName
public String getAuthName()
 
- 
setAuthName
public void setAuthName(String authName)
 
- 
getAuthPassword
public String getAuthPassword()
 
- 
setAuthPassword
public void setAuthPassword(String authPassword)
 
- 
getEncryption
public EMailEncryption getEncryption()
- Returns:
 - the encryption
 
 
- 
setEncryption
public void setEncryption(EMailEncryption encryption)
- Parameters:
 encryption- the mailEncryption to set
 
- 
setSupportAddress
public void setSupportAddress(String supportAddress)
 
- 
getSupportAddress
public String getSupportAddress()
 
- 
isAuthEnabled
@Deprecated public boolean isAuthEnabled()
Deprecated. 
- 
setAuthEnabled
@Deprecated public void setAuthEnabled(boolean authEnabled)
Deprecated. 
 - 
 
 -