Package ontopoly.models
Class TopicMapSourceModel
- All Implemented Interfaces:
Serializable,org.apache.wicket.IClusterable,org.apache.wicket.model.IDetachable,org.apache.wicket.model.IModel<TopicMapSource>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTopicMapSourceModel(String topicMapSourceId) TopicMapSourceModel(TopicMapSource topicMapSource) -
Method Summary
Modifier and TypeMethodDescriptionprotected TopicMapSourceload()voidsetObject(TopicMapSource source) Methods inherited from class ontopoly.models.MutableLoadableDetachableModel
detach, getObject, isAttached, toString
-
Constructor Details
-
TopicMapSourceModel
-
TopicMapSourceModel
-
-
Method Details
-
getTopicMapSource
-
setObject
- Specified by:
setObjectin interfaceorg.apache.wicket.model.IModel<TopicMapSource>- Overrides:
setObjectin classMutableLoadableDetachableModel<TopicMapSource>
-
load
- Specified by:
loadin classMutableLoadableDetachableModel<TopicMapSource>
-