org.chorem.pollen.business.persistence
Interface PreventRule

All Superinterfaces:
org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
PreventRuleAbstract, PreventRuleImpl

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


Field Summary
static java.lang.String METHOD
           
static java.lang.String POLL
           
static java.lang.String REPEATED
           
static java.lang.String SCOPE
           
static java.lang.String SENSIBILITY
           
 
Method Summary
 java.lang.String getMethod()
           
 Poll getPoll()
           
 java.lang.Boolean getRepeated()
           
 java.lang.String getScope()
           
 int getSensibility()
           
 void setMethod(java.lang.String method)
           
 void setPoll(Poll poll)
           
 void setRepeated(java.lang.Boolean repeated)
           
 void setScope(java.lang.String scope)
           
 void setSensibility(int sensibility)
           
 
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

SCOPE

static final java.lang.String SCOPE
See Also:
Constant Field Values

SENSIBILITY

static final java.lang.String SENSIBILITY
See Also:
Constant Field Values

REPEATED

static final java.lang.String REPEATED
See Also:
Constant Field Values

METHOD

static final java.lang.String METHOD
See Also:
Constant Field Values

POLL

static final java.lang.String POLL
See Also:
Constant Field Values
Method Detail

setScope

void setScope(java.lang.String scope)
Parameters:
scope - La valeur de l'attribut scope à positionner.

getScope

java.lang.String getScope()
Returns:
La valeur de l'attribut scope.

setSensibility

void setSensibility(int sensibility)
Parameters:
sensibility - La valeur de l'attribut sensibility à positionner.

getSensibility

int getSensibility()
Returns:
La valeur de l'attribut sensibility.

setRepeated

void setRepeated(java.lang.Boolean repeated)
Parameters:
repeated - La valeur de l'attribut repeated à positionner.

getRepeated

java.lang.Boolean getRepeated()
Returns:
La valeur de l'attribut repeated.

setMethod

void setMethod(java.lang.String method)
Parameters:
method - La valeur de l'attribut method à positionner.

getMethod

java.lang.String getMethod()
Returns:
La valeur de l'attribut method.

setPoll

void setPoll(Poll poll)
Parameters:
poll - La valeur de l'attribut poll à positionner.

getPoll

Poll getPoll()
Returns:
La valeur de l'attribut poll.


Copyright © 2009 CodeLutin. All Rights Reserved.