|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.persistence.TopiaEntityAbstract
org.chorem.pollen.business.persistence.PreventRuleAbstract
public abstract class PreventRuleAbstract
| Field Summary | |
|---|---|
protected boolean |
active
Nom de l'attribut en BD : active |
protected String |
method
Nom de l'attribut en BD : method |
protected boolean |
oneTime
Nom de l'attribut en BD : oneTime |
protected boolean |
repeated
Nom de l'attribut en BD : repeated |
protected String |
scope
Nom de l'attribut en BD : scope |
protected int |
sensibility
Nom de l'attribut en BD : sensibility |
| 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.PreventRule |
|---|
PROPERTY_ACTIVE, PROPERTY_METHOD, PROPERTY_ONE_TIME, PROPERTY_REPEATED, PROPERTY_SCOPE, PROPERTY_SENSIBILITY |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Constructor Summary | |
|---|---|
PreventRuleAbstract()
|
|
| Method Summary | |
|---|---|
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor)
|
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate()
|
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite()
|
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 class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Field Detail |
|---|
protected String scope
protected int sensibility
protected boolean repeated
protected boolean active
protected boolean oneTime
protected String method
| Constructor Detail |
|---|
public PreventRuleAbstract()
| Method Detail |
|---|
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.TopiaExceptionpublic void setScope(String scope)
setScope in interface PreventRulepublic String getScope()
getScope in interface PreventRulepublic void setSensibility(int sensibility)
setSensibility in interface PreventRulepublic int getSensibility()
getSensibility in interface PreventRulepublic void setRepeated(boolean repeated)
setRepeated in interface PreventRulepublic boolean isRepeated()
isRepeated in interface PreventRulepublic void setActive(boolean active)
setActive in interface PreventRulepublic boolean isActive()
isActive in interface PreventRulepublic void setOneTime(boolean oneTime)
setOneTime in interface PreventRulepublic boolean isOneTime()
isOneTime in interface PreventRulepublic void setMethod(String method)
setMethod in interface PreventRulepublic String getMethod()
getMethod in interface PreventRule
public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate()
throws org.nuiton.topia.TopiaException
getAggregate in interface org.nuiton.topia.persistence.TopiaEntitygetAggregate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaException
public List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
throws org.nuiton.topia.TopiaException
getComposite in interface org.nuiton.topia.persistence.TopiaEntitygetComposite in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||