@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Wed Jun 11 16:38:33 CEST 2014") public abstract class EmailAccountAbstract extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity implements EmailAccount
| Modifier and Type | Field and Description |
|---|---|
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
|
deleted, fireSupport, readListeners, readVetoables, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_HOST, PROPERTY_LOGIN, PROPERTY_PASSWORD, PROPERTY_PORT, PROPERTY_PROTOCOL| Constructor and Description |
|---|
EmailAccountAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
String |
getHost() |
String |
getLogin() |
String |
getPassword() |
int |
getPort() |
EmailProtocol |
getProtocol() |
void |
setHost(String host) |
void |
setLogin(String login) |
void |
setPassword(String password) |
void |
setPort(int port) |
void |
setProtocol(EmailProtocol protocol) |
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFireSupportOrNull, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, isDeleted, isPersisted, notifyDeleted, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected String host
protected String login
protected String password
protected int port
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.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 setProtocol(EmailProtocol protocol)
setProtocol in interface EmailAccountpublic EmailProtocol getProtocol()
getProtocol in interface EmailAccountCopyright © 2014 CodeLutin. All rights reserved.