org.chorem.pollen.business.persistence
Interface VoteCounting

All Superinterfaces:
org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
VoteCountingAbstract, VoteCountingImpl

public interface VoteCounting
extends org.nuiton.topia.persistence.TopiaEntity


Field Summary
static String NAME
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
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
 

Field Detail

NAME

static final String NAME
See Also:
Constant Field Values
Method Detail

setName

void setName(String name)
Parameters:
name - La valeur de l'attribut name à positionner.

getName

String getName()
Returns:
La valeur de l'attribut name.


Copyright © 2009-2010 CodeLutin. All Rights Reserved.