|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISimpleDataModel
A model for simple data.
Method Summary | |
---|---|
String |
getId()
Return the id of the controller. |
SimpleData |
getSimpleData()
Return the current simple data. |
void |
setCurrentController(String id)
Set the current controller of the model. |
void |
setSimpleData(SimpleData data)
Set the current simple data. |
Method Detail |
---|
SimpleData getSimpleData()
void setSimpleData(SimpleData data)
data
- The simple data to set as current.void setCurrentController(String id)
id
- The bean ide of the controller.String getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |