Package fr.gouv.vitam.common.model.unit
Interface CommonRuleBase
-
- All Known Subinterfaces:
CommonRule
public interface CommonRuleBase
Base for Common rule Interface in order to manage seda multi versions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.Object>
getRuleAndStartDate()
Gets the value of the ruleAndStartDate property.java.lang.Boolean
isPreventInheritance()
Gets the value of the preventInheritance property.void
setPreventInheritance(java.lang.Boolean value)
Sets the value of the preventInheritance property.
-
-
-
Method Detail
-
getRuleAndStartDate
java.util.List<java.lang.Object> getRuleAndStartDate()
Gets the value of the ruleAndStartDate property.- Returns:
- the ruleAndStartDate property
-
isPreventInheritance
java.lang.Boolean isPreventInheritance()
Gets the value of the preventInheritance property.- Returns:
- the preventInheritance
-
setPreventInheritance
void setPreventInheritance(java.lang.Boolean value)
Sets the value of the preventInheritance property.- Parameters:
value
- true or false
-
-