public abstract class UserAccountAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements UserAccount
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
administrator
Nom de l'attribut en BD : administrator
|
protected String |
email
Nom de l'attribut en BD : email
|
protected List<PersonList> |
favoriteList
Nom de l'attribut en BD : favoriteList
|
protected String |
firstName
Nom de l'attribut en BD : firstName
|
protected String |
language
Nom de l'attribut en BD : language
|
protected String |
lastName
Nom de l'attribut en BD : lastName
|
protected String |
login
Nom de l'attribut en BD : login
|
protected String |
password
Nom de l'attribut en BD : password
|
protected List<PollAccount> |
pollAccount
Nom de l'attribut en BD : pollAccount
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_ADMINISTRATOR, PROPERTY_EMAIL, PROPERTY_FAVORITE_LIST, PROPERTY_FIRST_NAME, PROPERTY_LANGUAGE, PROPERTY_LAST_NAME, PROPERTY_LOGIN, PROPERTY_PASSWORD, PROPERTY_POLL_ACCOUNT| Constructor and Description |
|---|
UserAccountAbstract() |
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, toString, wait, wait, waitgetDisplayNameaddPropertyChangeListener, 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 firstName
protected String lastName
protected boolean administrator
protected String language
protected String email
protected List<PersonList> favoriteList
protected List<PollAccount> pollAccount
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.TopiaExceptionpublic void setLogin(String login)
setLogin in interface UserAccountpublic String getLogin()
getLogin in interface UserAccountpublic void setPassword(String password)
setPassword in interface UserAccountpublic String getPassword()
getPassword in interface UserAccountpublic void setFirstName(String firstName)
setFirstName in interface UserAccountpublic String getFirstName()
getFirstName in interface UserAccountpublic void setLastName(String lastName)
setLastName in interface UserAccountpublic String getLastName()
getLastName in interface UserAccountpublic void setAdministrator(boolean administrator)
setAdministrator in interface UserAccountpublic boolean isAdministrator()
isAdministrator in interface UserAccountpublic void setLanguage(String language)
setLanguage in interface UserAccountpublic String getLanguage()
getLanguage in interface UserAccountpublic void setEmail(String email)
setEmail in interface UserAccountpublic String getEmail()
getEmail in interface UserAccountpublic void addFavoriteList(PersonList favoriteList)
addFavoriteList in interface UserAccountpublic void addAllFavoriteList(List<PersonList> favoriteList)
addAllFavoriteList in interface UserAccountpublic void setFavoriteList(List<PersonList> favoriteList)
setFavoriteList in interface UserAccountpublic void removeFavoriteList(PersonList favoriteList)
removeFavoriteList in interface UserAccountpublic void clearFavoriteList()
clearFavoriteList in interface UserAccountpublic List<PersonList> getFavoriteList()
getFavoriteList in interface UserAccountpublic PersonList getFavoriteListByTopiaId(String topiaId)
getFavoriteListByTopiaId in interface UserAccountpublic int sizeFavoriteList()
sizeFavoriteList in interface UserAccountpublic boolean isFavoriteListEmpty()
isFavoriteListEmpty in interface UserAccountpublic void addPollAccount(PollAccount pollAccount)
addPollAccount in interface UserAccountpublic void addAllPollAccount(List<PollAccount> pollAccount)
addAllPollAccount in interface UserAccountpublic void setPollAccount(List<PollAccount> pollAccount)
setPollAccount in interface UserAccountpublic void removePollAccount(PollAccount pollAccount)
removePollAccount in interface UserAccountpublic void clearPollAccount()
clearPollAccount in interface UserAccountpublic List<PollAccount> getPollAccount()
getPollAccount in interface UserAccountpublic PollAccount getPollAccountByTopiaId(String topiaId)
getPollAccountByTopiaId in interface UserAccountpublic int sizePollAccount()
sizePollAccount in interface UserAccountpublic boolean isPollAccountEmpty()
isPollAccountEmpty in interface UserAccountpublic List<org.nuiton.topia.persistence.TopiaEntity> getAggregate() throws org.nuiton.topia.TopiaException
getAggregate in interface org.nuiton.topia.persistence.TopiaEntitygetAggregate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionpublic List<org.nuiton.topia.persistence.TopiaEntity> getComposite() throws org.nuiton.topia.TopiaException
getComposite in interface org.nuiton.topia.persistence.TopiaEntitygetComposite in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionCopyright © 2009-2013 CodeLutin. All Rights Reserved.