Class TaskType
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.taskassigning.domain.TaskType
- All Implemented Interfaces:
Labeled
-
Field Summary
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetCode()getLabel()getTitle()voidsetBaseDuration(int baseDuration) voidvoidsetRequiredSkillList(List<Skill> requiredSkillList) voidtoString()Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId
-
Constructor Details
-
TaskType
public TaskType() -
TaskType
-
-
Method Details
-
getCode
-
setCode
-
getTitle
-
setTitle
-
getBaseDuration
public int getBaseDuration() -
setBaseDuration
public void setBaseDuration(int baseDuration) -
getRequiredSkillList
-
setRequiredSkillList
-
getLabel
-
toString
- Overrides:
toStringin classAbstractPersistable
-