public class ProfileEntryController
extends java.lang.Object
ILearningAction
or a ILearningPath
Constructor and Description |
---|
ProfileEntryController(ProfileEntry entry)
Instantiates a new element controller.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the description.
|
ProfileEntry |
getElement()
Gets the element associated with this controller.
|
java.lang.String |
getTitle()
Gets the title.
|
void |
setInput(ProfileEntry input)
Sets the ILPElement input for this controller.
|
public ProfileEntryController(ProfileEntry entry)
entry
- the ProfileEntry for this control.public java.lang.String getTitle()
public java.lang.String getDescription()
public ProfileEntry getElement()
public void setInput(ProfileEntry input)
This input should not be null, otherwise an IllegalArgumentException is thrown
input
- the new input for the controller