public class PdpGeneratePlan.PathEntry
extends java.lang.Object
Constructor and Description |
---|
PdpGeneratePlan.PathEntry(org.tencompetence.business.model.learningpath.ILearningPath path)
Instantiates a new path entry.
|
Modifier and Type | Method and Description |
---|---|
org.tencompetence.business.model.learningpath.ILearningPath |
getPath()
Gets the path.
|
boolean |
getSelected()
Gets the selected state of this entry.
|
java.lang.String |
getTitle()
Gets the title.
|
void |
setSelected(boolean selected)
Sets the selected state.
|
public PdpGeneratePlan.PathEntry(org.tencompetence.business.model.learningpath.ILearningPath path)
path
- the pathpublic org.tencompetence.business.model.learningpath.ILearningPath getPath()
public boolean getSelected()
public java.lang.String getTitle()
public void setSelected(boolean selected)
selected
- the new selected state