org.drools.planner.examples.nurserostering.domain.contract
Class BooleanContractLine
java.lang.Object
org.drools.planner.examples.common.domain.AbstractPersistable
org.drools.planner.examples.nurserostering.domain.contract.ContractLine
org.drools.planner.examples.nurserostering.domain.contract.BooleanContractLine
- All Implemented Interfaces:
- Serializable, Comparable<AbstractPersistable>
public class BooleanContractLine
- extends ContractLine
- See Also:
- Serialized Form
BooleanContractLine
public BooleanContractLine()
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled
in class ContractLine
setEnabled
public void setEnabled(boolean enabled)
getWeight
public int getWeight()
setWeight
public void setWeight(int weight)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.