org.chorem.pollen.business.persistence
Class VotingListImpl

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaEntityAbstract
      extended by org.chorem.pollen.business.persistence.VotingListAbstract
          extended by org.chorem.pollen.business.persistence.VotingListImpl
All Implemented Interfaces:
Serializable, VotingList, org.nuiton.topia.persistence.TopiaEntity

public class VotingListImpl
extends VotingListAbstract

Created: 05/04/12

Author:
fdesbois
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.chorem.pollen.business.persistence.VotingListAbstract
name, poll, pollAccountPersonToList, vote, weight
 
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.VotingList
PROPERTY_NAME, PROPERTY_POLL, PROPERTY_POLL_ACCOUNT_PERSON_TO_LIST, PROPERTY_VOTE, PROPERTY_WEIGHT
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Constructor Summary
VotingListImpl()
           
 
Method Summary
 List<PersonToList> getPollAccountPersonToList()
           
 
Methods inherited from class org.chorem.pollen.business.persistence.VotingListAbstract
accept, addAllPollAccountPersonToList, addPollAccountPersonToList, clearPollAccountPersonToList, getAggregate, getComposite, getName, getPoll, getPollAccountPersonToList, getPollAccountPersonToListByTopiaId, getVote, getWeight, isPollAccountPersonToListEmpty, removePollAccountPersonToList, setName, setPoll, setPollAccountPersonToList, setVote, setWeight, sizePollAccountPersonToList
 
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

VotingListImpl

public VotingListImpl()
Method Detail

getPollAccountPersonToList

public List<PersonToList> getPollAccountPersonToList()
Specified by:
getPollAccountPersonToList in interface VotingList
Overrides:
getPollAccountPersonToList in class VotingListAbstract


Copyright © 2009-2012 CodeLutin. All Rights Reserved.