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
Modifier and TypeMethodDescriptionGets the value of the ruleAndStartDate property.Gets the value of the preventInheritance property.void
setPreventInheritance
(Boolean value) Sets the value of the preventInheritance property.
-
Method Details
-
getRuleAndStartDate
Gets the value of the ruleAndStartDate property.- Returns:
- the ruleAndStartDate property
-
isPreventInheritance
Boolean isPreventInheritance()Gets the value of the preventInheritance property.- Returns:
- the preventInheritance
-
setPreventInheritance
Sets the value of the preventInheritance property.- Parameters:
value
- true or false
-