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 TopicMapSource
getTopicMapSource()
protected TopicMapSource
load()
void
setObject(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:
setObject
in interfaceorg.apache.wicket.model.IModel<TopicMapSource>
- Overrides:
setObject
in classMutableLoadableDetachableModel<TopicMapSource>
-
load
protected TopicMapSource load()
- Specified by:
load
in classMutableLoadableDetachableModel<TopicMapSource>
-
-