org.drools.planner.examples.nurserostering.domain.contract
Class ContractLine
java.lang.Object
org.drools.planner.examples.common.domain.AbstractPersistable
org.drools.planner.examples.nurserostering.domain.contract.ContractLine
- All Implemented Interfaces:
- Serializable, Comparable<AbstractPersistable>
- Direct Known Subclasses:
- BooleanContractLine, MinMaxContractLine
public abstract class ContractLine
- extends AbstractPersistable
- See Also:
- Serialized Form
ContractLine
public ContractLine()
getContract
public Contract getContract()
setContract
public void setContract(Contract contract)
getContractLineType
public ContractLineType getContractLineType()
setContractLineType
public void setContractLineType(ContractLineType contractLineType)
isEnabled
public abstract boolean isEnabled()
toString
public String toString()
- Overrides:
toString
in class AbstractPersistable
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.