@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Wed Sep 02 16:18:28 CEST 2015") public abstract class EmailAccountAbstract extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity implements EmailAccount
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
faxAccountType
Nom de l'attribut en BD : faxAccountType
|
protected String |
host
Nom de l'attribut en BD : host
|
protected String |
login
Nom de l'attribut en BD : login
|
protected String |
password
Nom de l'attribut en BD : password
|
protected int |
port
Nom de l'attribut en BD : port
|
protected EmailProtocol |
protocol
Nom de l'attribut en BD : protocol
|
protected boolean |
rejectAllowed
Nom de l'attribut en BD : rejectAllowed
|
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionPROPERTY_FAX_ACCOUNT_TYPE, PROPERTY_HOST, PROPERTY_LOGIN, PROPERTY_PASSWORD, PROPERTY_PORT, PROPERTY_PROTOCOL, PROPERTY_REJECT_ALLOWED| Constructor and Description |
|---|
EmailAccountAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
protected void |
accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
String |
getHost() |
String |
getLogin() |
String |
getPassword() |
int |
getPort() |
EmailProtocol |
getProtocol() |
boolean |
isFaxAccountType() |
boolean |
isRejectAllowed() |
void |
setFaxAccountType(boolean faxAccountType) |
void |
setHost(String host) |
void |
setLogin(String login) |
void |
setPassword(String password) |
void |
setPort(int port) |
void |
setProtocol(EmailProtocol protocol) |
void |
setRejectAllowed(boolean rejectAllowed) |
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, addPropertyChangeListener, addPropertyChangeListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFiresSupport, getFiresSupportOrNull, getPostReadListeners, getPostWriteListeners, getPreReadListeners, getPreWriteListeners, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, isDeleted, isPersisted, notifyDeleted, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListener, removePropertyChangeListener, removePropertyChangeListener, setFiresSupport, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected String host
protected String login
protected String password
protected int port
protected boolean rejectAllowed
protected boolean faxAccountType
protected EmailProtocol protocol
public void accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor)
throws org.nuiton.topia.persistence.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.persistence.TopiaExceptionprotected void accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor)
throws org.nuiton.topia.persistence.TopiaException
org.nuiton.topia.persistence.TopiaExceptionpublic void setHost(String host)
setHost in interface EmailAccountpublic String getHost()
getHost in interface EmailAccountpublic void setLogin(String login)
setLogin in interface EmailAccountpublic String getLogin()
getLogin in interface EmailAccountpublic void setPassword(String password)
setPassword in interface EmailAccountpublic String getPassword()
getPassword in interface EmailAccountpublic void setPort(int port)
setPort in interface EmailAccountpublic int getPort()
getPort in interface EmailAccountpublic void setRejectAllowed(boolean rejectAllowed)
setRejectAllowed in interface EmailAccountpublic boolean isRejectAllowed()
isRejectAllowed in interface EmailAccountpublic void setFaxAccountType(boolean faxAccountType)
setFaxAccountType in interface EmailAccountpublic boolean isFaxAccountType()
isFaxAccountType in interface EmailAccountpublic void setProtocol(EmailProtocol protocol)
setProtocol in interface EmailAccountpublic EmailProtocol getProtocol()
getProtocol in interface EmailAccountCopyright © 2014–2015 CodeLutin. All rights reserved.