ontopoly.models
Class TopicTypeModel

java.lang.Object
  extended by org.apache.wicket.model.LoadableDetachableModel<TopicType>
      extended by ontopoly.models.TopicTypeModel
All Implemented Interfaces:
java.io.Serializable, org.apache.wicket.IClusterable, org.apache.wicket.model.IDetachable, org.apache.wicket.model.IModel<TopicType>

public class TopicTypeModel
extends org.apache.wicket.model.LoadableDetachableModel<TopicType>

See Also:
Serialized Form

Constructor Summary
TopicTypeModel(java.lang.String topicMapId, java.lang.String topicId)
           
TopicTypeModel(TopicType topicType)
           
 
Method Summary
 TopicType getTopicType()
           
protected  TopicType load()
           
 
Methods inherited from class org.apache.wicket.model.LoadableDetachableModel
detach, getObject, isAttached, onAttach, onDetach, setObject, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TopicTypeModel

public TopicTypeModel(TopicType topicType)

TopicTypeModel

public TopicTypeModel(java.lang.String topicMapId,
                      java.lang.String topicId)
Method Detail

getTopicType

public TopicType getTopicType()

load

protected TopicType load()
Specified by:
load in class org.apache.wicket.model.LoadableDetachableModel<TopicType>


Copyright © 2000-2012 Ontopia.