org.chorem.pollen.business.persistence
Interface PreventRule

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

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


Field Summary
static String PROPERTY_ACTIVE
           
static String PROPERTY_METHOD
           
static String PROPERTY_ONE_TIME
           
static String PROPERTY_REPEATED
           
static String PROPERTY_SCOPE
           
static String PROPERTY_SENSIBILITY
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 String getMethod()
           
 String getScope()
           
 int getSensibility()
           
 boolean isActive()
           
 boolean isOneTime()
           
 boolean isRepeated()
           
 void setActive(boolean active)
           
 void setMethod(String method)
           
 void setOneTime(boolean oneTime)
           
 void setRepeated(boolean repeated)
           
 void setScope(String scope)
           
 void setSensibility(int sensibility)
           
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
 

Field Detail

PROPERTY_SCOPE

static final String PROPERTY_SCOPE
See Also:
Constant Field Values

PROPERTY_SENSIBILITY

static final String PROPERTY_SENSIBILITY
See Also:
Constant Field Values

PROPERTY_REPEATED

static final String PROPERTY_REPEATED
See Also:
Constant Field Values

PROPERTY_ACTIVE

static final String PROPERTY_ACTIVE
See Also:
Constant Field Values

PROPERTY_ONE_TIME

static final String PROPERTY_ONE_TIME
See Also:
Constant Field Values

PROPERTY_METHOD

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

setScope

void setScope(String scope)

getScope

String getScope()

setSensibility

void setSensibility(int sensibility)

getSensibility

int getSensibility()

setRepeated

void setRepeated(boolean repeated)

isRepeated

boolean isRepeated()

setActive

void setActive(boolean active)

isActive

boolean isActive()

setOneTime

void setOneTime(boolean oneTime)

isOneTime

boolean isOneTime()

setMethod

void setMethod(String method)

getMethod

String getMethod()


Copyright © 2009-2012 CodeLutin. All Rights Reserved.