public class Gap
extends java.lang.Object
Constructor and Description |
---|
Gap(org.tencompetence.generated.model.CompetenceLevel level)
Instantiates a new gap.
|
Gap(java.lang.String title,
long id)
Instantiates a new competence data.
|
Modifier and Type | Method and Description |
---|---|
org.tencompetence.generated.model.CompetenceLevel |
getLevel()
Gets the level.
|
java.lang.String |
getTitle()
Gets the title.
|
boolean |
isCovered()
Checks if the gap is covered by at least one path.
|
boolean |
isSelected()
Checks if the gap is selected.
|
void |
setSelected(boolean value)
Sets the selected.
|
void |
usePlan(boolean isPartOfPlan)
Increment.
|
public Gap(java.lang.String title, long id)
title
- the titleid
- the idpublic Gap(org.tencompetence.generated.model.CompetenceLevel level)
level
- the levelpublic void setSelected(boolean value)
value
- the new selectedpublic java.lang.String getTitle()
public boolean isSelected()
public boolean isCovered()
public void usePlan(boolean isPartOfPlan)
isPartOfPlan
- the is part of planpublic org.tencompetence.generated.model.CompetenceLevel getLevel()