Package ontopoly.models
Class TopicModel<T extends Topic>
- java.lang.Object
-
- ontopoly.models.MutableLoadableDetachableModel<T>
-
- ontopoly.models.TopicModel<T>
-
- All Implemented Interfaces:
Serializable,org.apache.wicket.IClusterable,org.apache.wicket.model.IDetachable,org.apache.wicket.model.IModel<T>
public class TopicModel<T extends Topic> extends MutableLoadableDetachableModel<T>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intTYPE_ASSOCIATION_TYPEstatic intTYPE_NAME_TYPEstatic intTYPE_OCCURRENCE_TYPEstatic intTYPE_ROLE_TYPEstatic intTYPE_TOPICstatic intTYPE_TOPIC_TYPE
-
Constructor Summary
Constructors Constructor Description TopicModel(String topicMapId, String topicId)TopicModel(T topic)TopicModel(T topic, int returnType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)TopicgetTopic()inthashCode()protected Tload()voidsetObject(T object)-
Methods inherited from class ontopoly.models.MutableLoadableDetachableModel
detach, getObject, isAttached, toString
-
-
-
-
Field Detail
-
TYPE_TOPIC
public static final int TYPE_TOPIC
- See Also:
- Constant Field Values
-
TYPE_ASSOCIATION_TYPE
public static final int TYPE_ASSOCIATION_TYPE
- See Also:
- Constant Field Values
-
TYPE_ROLE_TYPE
public static final int TYPE_ROLE_TYPE
- See Also:
- Constant Field Values
-
TYPE_NAME_TYPE
public static final int TYPE_NAME_TYPE
- See Also:
- Constant Field Values
-
TYPE_OCCURRENCE_TYPE
public static final int TYPE_OCCURRENCE_TYPE
- See Also:
- Constant Field Values
-
TYPE_TOPIC_TYPE
public static final int TYPE_TOPIC_TYPE
- See Also:
- Constant Field Values
-
-