@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Thu Aug 13 08:26:43 CEST 2015") public abstract class TaasUserAbstract extends TopiaEntityAbstract implements TaasUser
| Modifier and Type | Field and Description |
|---|---|
protected String |
email
Nom de l'attribut en BD : email
|
protected boolean |
enabled
Nom de l'attribut en BD : enabled
|
protected Date |
lastConnectionDate
Nom de l'attribut en BD : lastConnectionDate
|
protected String |
link
Nom de l'attribut en BD : link
|
protected String |
login
Nom de l'attribut en BD : login
|
protected int |
numberOfConnection
Nom de l'attribut en BD : numberOfConnection
|
protected String |
password
Nom de l'attribut en BD : password
|
protected Collection<TaasPrincipal> |
principals
Nom de l'attribut en BD : principals
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_EMAIL, PROPERTY_ENABLED, PROPERTY_LAST_CONNECTION_DATE, PROPERTY_LINK, PROPERTY_LOGIN, PROPERTY_NUMBER_OF_CONNECTION, PROPERTY_PASSWORD, PROPERTY_PRINCIPALSAGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION| Constructor and Description |
|---|
TaasUserAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(EntityVisitor visitor) |
protected void |
accept0(EntityVisitor visitor) |
void |
addAllPrincipals(Collection<TaasPrincipal> principals) |
void |
addPrincipals(TaasPrincipal principals) |
void |
clearPrincipals() |
List<TopiaEntity> |
getAggregate() |
List<TopiaEntity> |
getComposite() |
String |
getEmail() |
Date |
getLastConnectionDate() |
String |
getLink() |
String |
getLogin() |
int |
getNumberOfConnection() |
String |
getPassword() |
Collection<TaasPrincipal> |
getPrincipals() |
TaasPrincipal |
getPrincipalsByTopiaId(String topiaId) |
boolean |
isEnabled() |
boolean |
isPrincipalsEmpty() |
void |
removePrincipals(TaasPrincipal principals) |
void |
setEmail(String email) |
void |
setEnabled(boolean enabled) |
void |
setLastConnectionDate(Date lastConnectionDate) |
void |
setLink(String link) |
void |
setLogin(String login) |
void |
setNumberOfConnection(int numberOfConnection) |
void |
setPassword(String password) |
void |
setPrincipals(Collection<TaasPrincipal> principals) |
int |
sizePrincipals() |
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, waitaddPropertyChangeListener, 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 password
protected String email
protected boolean enabled
protected Date lastConnectionDate
protected int numberOfConnection
protected String link
protected Collection<TaasPrincipal> principals
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 TaasUserpublic String getPassword()
getPassword in interface TaasUserpublic void setEnabled(boolean enabled)
setEnabled in interface TaasUserpublic void setLastConnectionDate(Date lastConnectionDate)
setLastConnectionDate in interface TaasUserpublic Date getLastConnectionDate()
getLastConnectionDate in interface TaasUserpublic void setNumberOfConnection(int numberOfConnection)
setNumberOfConnection in interface TaasUserpublic int getNumberOfConnection()
getNumberOfConnection in interface TaasUserpublic void addPrincipals(TaasPrincipal principals)
addPrincipals in interface TaasUserpublic void addAllPrincipals(Collection<TaasPrincipal> principals)
addAllPrincipals in interface TaasUserpublic void setPrincipals(Collection<TaasPrincipal> principals)
setPrincipals in interface TaasUserpublic void removePrincipals(TaasPrincipal principals)
removePrincipals in interface TaasUserpublic void clearPrincipals()
clearPrincipals in interface TaasUserpublic Collection<TaasPrincipal> getPrincipals()
getPrincipals in interface TaasUserpublic TaasPrincipal getPrincipalsByTopiaId(String topiaId)
getPrincipalsByTopiaId in interface TaasUserpublic int sizePrincipals()
sizePrincipals in interface TaasUserpublic boolean isPrincipalsEmpty()
isPrincipalsEmpty in interface TaasUserpublic 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–2015 CodeLutin. All rights reserved.