fr.ifremer.isisfish.entities
Interface ActiveRule

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity, org.nuiton.topia.persistence.TopiaEntityContextable
All Known Implementing Classes:
ActiveRuleAbstract, ActiveRuleImpl

public interface ActiveRule
extends org.nuiton.topia.persistence.TopiaEntityContextable


Field Summary
static String PROPERTY_ACTIVE_RULE_STEP
           
static String PROPERTY_NAME
           
static String PROPERTY_PARAM
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
TOPIA_CONTEXT
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 TimeStep getActiveRuleStep()
           
 String getName()
           
 String getParam()
           
 void setActiveRuleStep(TimeStep activeRuleStep)
           
 void setName(String name)
           
 void setParam(String param)
           
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
delete, getTopiaContext, setTopiaContext, update
 
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_ACTIVE_RULE_STEP

static final String PROPERTY_ACTIVE_RULE_STEP
See Also:
Constant Field Values

PROPERTY_NAME

static final String PROPERTY_NAME
See Also:
Constant Field Values

PROPERTY_PARAM

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

setActiveRuleStep

void setActiveRuleStep(TimeStep activeRuleStep)

getActiveRuleStep

TimeStep getActiveRuleStep()

setName

void setName(String name)

getName

String getName()

setParam

void setParam(String param)

getParam

String getParam()


Copyright © 1999-2012 CodeLutin. All Rights Reserved.