org.chorem.pollen.business.persistence
Class UserAccountImpl

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaEntityAbstract
      extended by org.chorem.pollen.business.persistence.UserAccountAbstract
          extended by org.chorem.pollen.business.persistence.UserAccountImpl
All Implemented Interfaces:
Serializable, UserAccount, org.nuiton.topia.persistence.TopiaEntity

public class UserAccountImpl
extends UserAccountAbstract

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.chorem.pollen.business.persistence.UserAccountAbstract
administrator, email, favoriteList, firstName, language, lastName, login, password, pollAccount
 
Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables
 
Fields inherited from interface org.chorem.pollen.business.persistence.UserAccount
PROPERTY_ADMINISTRATOR, PROPERTY_EMAIL, PROPERTY_FAVORITE_LIST, PROPERTY_FIRST_NAME, PROPERTY_LANGUAGE, PROPERTY_LAST_NAME, PROPERTY_LOGIN, PROPERTY_PASSWORD, PROPERTY_POLL_ACCOUNT
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Constructor Summary
UserAccountImpl()
           
 
Method Summary
 String getDisplayName()
           
 
Methods inherited from class org.chorem.pollen.business.persistence.UserAccountAbstract
accept, addAllFavoriteList, addAllPollAccount, addFavoriteList, addPollAccount, clearFavoriteList, clearPollAccount, getAggregate, getComposite, getEmail, getFavoriteList, getFavoriteListByTopiaId, getFirstName, getLanguage, getLastName, getLogin, getPassword, getPollAccount, getPollAccountByTopiaId, isAdministrator, isFavoriteListEmpty, isPollAccountEmpty, removeFavoriteList, removePollAccount, setAdministrator, setEmail, setFavoriteList, setFirstName, setLanguage, setLastName, setLogin, setPassword, setPollAccount, sizeFavoriteList, sizePollAccount
 
Methods inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
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, setTopiaVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
 

Constructor Detail

UserAccountImpl

public UserAccountImpl()
Method Detail

getDisplayName

public String getDisplayName()


Copyright © 2009-2012 CodeLutin. All Rights Reserved.