org.chorem.pollen.business.persistence
Class VoteImpl

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaEntityAbstract
      extended by org.chorem.pollen.business.persistence.VoteAbstract
          extended by org.chorem.pollen.business.persistence.VoteImpl
All Implemented Interfaces:
java.io.Serializable, Vote, org.nuiton.topia.persistence.TopiaEntity

public class VoteImpl
extends VoteAbstract
implements java.io.Serializable, Vote

Implantation des operations pour l'entité Vote.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.chorem.pollen.business.persistence.VoteAbstract
anonymous, choiceVoteToChoice, comment, poll, pollAccount, votingList, 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.Vote
ANONYMOUS, CHOICE_VOTE_TO_CHOICE, COMMENT, POLL, POLL_ACCOUNT, VOTING_LIST, WEIGHT
 
Constructor Summary
VoteImpl()
           
 
Method Summary
 
Methods inherited from class org.chorem.pollen.business.persistence.VoteAbstract
accept, addAllChoiceVoteToChoice, addChoiceVoteToChoice, clearChoiceVoteToChoice, delete, getAggregate, getAnonymous, getChoiceVoteToChoice, getChoiceVoteToChoice, getChoiceVoteToChoiceByTopiaId, getComment, getComposite, getPoll, getPollAccount, getVotingList, getWeight, isChoiceVoteToChoiceEmpty, removeChoiceVoteToChoice, setAnonymous, setChoiceVoteToChoice, setComment, setPoll, setPollAccount, setVotingList, setWeight, sizeChoiceVoteToChoice, toString, update
 
Methods inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.chorem.pollen.business.persistence.Vote
addAllChoiceVoteToChoice, addChoiceVoteToChoice, clearChoiceVoteToChoice, getAnonymous, getChoiceVoteToChoice, getChoiceVoteToChoice, getChoiceVoteToChoiceByTopiaId, getComment, getPoll, getPollAccount, getVotingList, getWeight, isChoiceVoteToChoiceEmpty, removeChoiceVoteToChoice, setAnonymous, setChoiceVoteToChoice, setComment, setPoll, setPollAccount, setVotingList, setWeight, sizeChoiceVoteToChoice
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, delete, getAggregate, getComposite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion, update
 

Constructor Detail

VoteImpl

public VoteImpl()


Copyright © 2009 CodeLutin. All Rights Reserved.