Class Contract
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.nurserostering.domain.contract.Contract
-
Field Summary
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()intvoidvoidsetContractLineList(List<ContractLine> contractLineList) voidsetDescription(String description) voidsetWeekendDefinition(WeekendDefinition weekendDefinition) toString()Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId
-
Constructor Details
-
Contract
public Contract() -
Contract
public Contract(long id) -
Contract
-
-
Method Details
-
getCode
-
setCode
-
getDescription
-
setDescription
-
getWeekendDefinition
-
setWeekendDefinition
-
getContractLineList
-
setContractLineList
-
toString
- Overrides:
toStringin classAbstractPersistable
-
getWeekendLength
public int getWeekendLength() -
getFirstConstractLine
-