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 String ACTIVE
           
static String METHOD
           
static String ONE_TIME
           
static String POLL
           
static String REPEATED
           
static String SCOPE
           
static String SENSIBILITY
           
 
Method Summary
 Boolean getActive()
           
 String getMethod()
           
 Boolean getOneTime()
           
 Poll getPoll()
           
 Boolean getRepeated()
           
 String getScope()
           
 Integer getSensibility()
           
 void setActive(Boolean active)
           
 void setMethod(String method)
           
 void setOneTime(Boolean oneTime)
           
 void setPoll(Poll poll)
           
 void setRepeated(Boolean repeated)
           
 void setScope(String scope)
           
 void setSensibility(Integer 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 String SCOPE
See Also:
Constant Field Values

SENSIBILITY

static final String SENSIBILITY
See Also:
Constant Field Values

REPEATED

static final String REPEATED
See Also:
Constant Field Values

ACTIVE

static final String ACTIVE
See Also:
Constant Field Values

ONE_TIME

static final String ONE_TIME
See Also:
Constant Field Values

METHOD

static final String METHOD
See Also:
Constant Field Values

POLL

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

setScope

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

getScope

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

setSensibility

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

getSensibility

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

setRepeated

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

getRepeated

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

setActive

void setActive(Boolean active)
Parameters:
active - La valeur de l'attribut active à positionner.

getActive

Boolean getActive()
Returns:
La valeur de l'attribut active.

setOneTime

void setOneTime(Boolean oneTime)
Parameters:
oneTime - La valeur de l'attribut oneTime à positionner.

getOneTime

Boolean getOneTime()
Returns:
La valeur de l'attribut oneTime.

setMethod

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

getMethod

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-2010 CodeLutin. All Rights Reserved.