Class BooleanContractLine
- java.lang.Object
-
- org.optaplanner.examples.common.domain.AbstractPersistable
-
- org.optaplanner.examples.nurserostering.domain.contract.ContractLine
-
- org.optaplanner.examples.nurserostering.domain.contract.BooleanContractLine
-
public class BooleanContractLine extends ContractLine
-
-
Field Summary
-
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
-
-
Constructor Summary
Constructors Constructor Description BooleanContractLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetWeight()booleanisEnabled()voidsetEnabled(boolean enabled)voidsetWeight(int weight)-
Methods inherited from class org.optaplanner.examples.nurserostering.domain.contract.ContractLine
getContract, getContractLineType, setContract, setContractLineType, toString
-
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId
-
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
- Specified by:
isEnabledin classContractLine
-
setEnabled
public void setEnabled(boolean enabled)
-
getWeight
public int getWeight()
-
setWeight
public void setWeight(int weight)
-
-