org.chorem.pollen.business.persistence
Class PersonListImpl

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaEntityAbstract
      extended by org.chorem.pollen.business.persistence.PersonListAbstract
          extended by org.chorem.pollen.business.persistence.PersonListImpl
All Implemented Interfaces:
Serializable, PersonList, org.nuiton.topia.persistence.TopiaEntity

public class PersonListImpl
extends PersonListAbstract

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.chorem.pollen.business.persistence.PersonListAbstract
name, owner, 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.PersonList
PROPERTY_NAME, PROPERTY_OWNER, PROPERTY_POLL_ACCOUNT
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Constructor Summary
PersonListImpl()
           
 
Method Summary
 
Methods inherited from class org.chorem.pollen.business.persistence.PersonListAbstract
accept, addAllPollAccount, addPollAccount, clearPollAccount, getAggregate, getComposite, getName, getOwner, getPollAccount, getPollAccountByTopiaId, isPollAccountEmpty, removePollAccount, setName, setOwner, setPollAccount, 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

PersonListImpl

public PersonListImpl()


Copyright © 2009-2012 CodeLutin. All Rights Reserved.