org.chorem.pollen.business.persistence
Class ChoiceImpl

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaEntityAbstract
      extended by org.chorem.pollen.business.persistence.ChoiceAbstract
          extended by org.chorem.pollen.business.persistence.ChoiceImpl
All Implemented Interfaces:
Serializable, Choice, org.nuiton.topia.persistence.TopiaEntity

public class ChoiceImpl
extends ChoiceAbstract
implements Serializable, Choice

Implantation des operations pour l'entité Choice.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.chorem.pollen.business.persistence.ChoiceAbstract
description, name, poll, validate, voteVoteToChoice
 
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.Choice
DESCRIPTION, NAME, POLL, VALIDATE, VOTE_VOTE_TO_CHOICE
 
Constructor Summary
ChoiceImpl()
           
 
Method Summary
 
Methods inherited from class org.chorem.pollen.business.persistence.ChoiceAbstract
accept, addAllVoteVoteToChoice, addVoteVoteToChoice, clearVoteVoteToChoice, delete, getAggregate, getComposite, getDescription, getName, getPoll, getValidate, getVoteVoteToChoice, getVoteVoteToChoice, getVoteVoteToChoiceByTopiaId, isVoteVoteToChoiceEmpty, removeVoteVoteToChoice, setDescription, setName, setPoll, setValidate, setVoteVoteToChoice, sizeVoteVoteToChoice, 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.Choice
addAllVoteVoteToChoice, addVoteVoteToChoice, clearVoteVoteToChoice, getDescription, getName, getPoll, getValidate, getVoteVoteToChoice, getVoteVoteToChoice, getVoteVoteToChoiceByTopiaId, isVoteVoteToChoiceEmpty, removeVoteVoteToChoice, setDescription, setName, setPoll, setValidate, setVoteVoteToChoice, sizeVoteVoteToChoice
 
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

ChoiceImpl

public ChoiceImpl()


Copyright © 2009-2010 CodeLutin. All Rights Reserved.