@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Fri Mar 17 11:05:08 CET 2017") public abstract class TopiaUserAbstract extends TopiaEntityAbstract implements TopiaUser
| Modifier and Type | Field and Description |
|---|---|
protected String |
email
Nom de l'attribut en BD : email
|
protected String |
linkApplication
Nom de l'attribut en BD : linkApplication
|
protected String |
login
Nom de l'attribut en BD : login
|
protected String |
note
Nom de l'attribut en BD : note
|
protected String |
password
Nom de l'attribut en BD : password
|
protected Collection<TopiaGroup> |
topiaGroup
Nom de l'attribut en BD : topiaGroup
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_EMAIL, PROPERTY_LINK_APPLICATION, PROPERTY_LOGIN, PROPERTY_NOTE, PROPERTY_PASSWORD, PROPERTY_TOPIA_GROUPAGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION| Constructor and Description |
|---|
TopiaUserAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(EntityVisitor visitor) |
protected void |
accept0(EntityVisitor visitor) |
void |
addAllTopiaGroup(Collection<TopiaGroup> topiaGroup) |
void |
addTopiaGroup(TopiaGroup topiaGroup) |
void |
clearTopiaGroup() |
List<TopiaEntity> |
getAggregate() |
List<TopiaEntity> |
getComposite() |
String |
getEmail() |
String |
getLinkApplication() |
String |
getLogin() |
String |
getNote() |
String |
getPassword() |
Collection<TopiaGroup> |
getTopiaGroup() |
TopiaGroup |
getTopiaGroupByTopiaId(String topiaId) |
boolean |
isTopiaGroupEmpty() |
void |
removeTopiaGroup(TopiaGroup topiaGroup) |
void |
setEmail(String email) |
void |
setLinkApplication(String linkApplication) |
void |
setLogin(String login) |
void |
setNote(String note) |
void |
setPassword(String password) |
void |
setTopiaGroup(Collection<TopiaGroup> topiaGroup) |
int |
sizeTopiaGroup() |
String |
toString() |
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersionclone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckPassword, setPasswordaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected String login
protected String email
protected String password
protected String note
protected String linkApplication
protected Collection<TopiaGroup> topiaGroup
public void accept(EntityVisitor visitor) throws TopiaException
accept in interface TopiaEntityTopiaExceptionprotected void accept0(EntityVisitor visitor) throws TopiaException
TopiaExceptionpublic void setPassword(String password)
setPassword in interface TopiaUserpublic String getPassword()
getPassword in interface TopiaUserpublic void setLinkApplication(String linkApplication)
setLinkApplication in interface TopiaUserpublic String getLinkApplication()
getLinkApplication in interface TopiaUserpublic void addTopiaGroup(TopiaGroup topiaGroup)
addTopiaGroup in interface TopiaUserpublic void addAllTopiaGroup(Collection<TopiaGroup> topiaGroup)
addAllTopiaGroup in interface TopiaUserpublic void setTopiaGroup(Collection<TopiaGroup> topiaGroup)
setTopiaGroup in interface TopiaUserpublic void removeTopiaGroup(TopiaGroup topiaGroup)
removeTopiaGroup in interface TopiaUserpublic void clearTopiaGroup()
clearTopiaGroup in interface TopiaUserpublic Collection<TopiaGroup> getTopiaGroup()
getTopiaGroup in interface TopiaUserpublic TopiaGroup getTopiaGroupByTopiaId(String topiaId)
getTopiaGroupByTopiaId in interface TopiaUserpublic int sizeTopiaGroup()
sizeTopiaGroup in interface TopiaUserpublic boolean isTopiaGroupEmpty()
isTopiaGroupEmpty in interface TopiaUserpublic List<TopiaEntity> getAggregate() throws TopiaException
getAggregate in interface TopiaEntitygetAggregate in class TopiaEntityAbstractTopiaExceptionpublic List<TopiaEntity> getComposite() throws TopiaException
getComposite in interface TopiaEntitygetComposite in class TopiaEntityAbstractTopiaExceptionCopyright © 2004–2017 CodeLutin. All rights reserved.