Package ontopoly.models
Class TopicMapSourceModel
- java.lang.Object
-
- ontopoly.models.MutableLoadableDetachableModel<TopicMapSource>
-
- ontopoly.models.TopicMapSourceModel
-
- All Implemented Interfaces:
Serializable,org.apache.wicket.IClusterable,org.apache.wicket.model.IDetachable,org.apache.wicket.model.IModel<TopicMapSource>
public class TopicMapSourceModel extends MutableLoadableDetachableModel<TopicMapSource>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TopicMapSourceModel(String topicMapSourceId)TopicMapSourceModel(TopicMapSource topicMapSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TopicMapSourcegetTopicMapSource()protected TopicMapSourceload()voidsetObject(TopicMapSource source)-
Methods inherited from class ontopoly.models.MutableLoadableDetachableModel
detach, getObject, isAttached, toString
-
-
-
-
Constructor Detail
-
TopicMapSourceModel
public TopicMapSourceModel(TopicMapSource topicMapSource)
-
TopicMapSourceModel
public TopicMapSourceModel(String topicMapSourceId)
-
-
Method Detail
-
getTopicMapSource
public TopicMapSource getTopicMapSource()
-
setObject
public void setObject(TopicMapSource source)
- Specified by:
setObjectin interfaceorg.apache.wicket.model.IModel<TopicMapSource>- Overrides:
setObjectin classMutableLoadableDetachableModel<TopicMapSource>
-
load
protected TopicMapSource load()
- Specified by:
loadin classMutableLoadableDetachableModel<TopicMapSource>
-
-