java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.nurserostering.domain.contract.ContractLine
Direct Known Subclasses:
BooleanContractLine, MinMaxContractLine

public abstract class ContractLine extends AbstractPersistable
  • Constructor Details

    • ContractLine

      protected ContractLine()
    • ContractLine

      protected ContractLine(long id, Contract contract, ContractLineType contractLineType)
  • Method Details