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 int
TYPE_ASSOCIATION_TYPE
static int
TYPE_NAME_TYPE
static int
TYPE_OCCURRENCE_TYPE
static int
TYPE_ROLE_TYPE
static int
TYPE_TOPIC
static int
TYPE_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 boolean
equals(Object obj)
Topic
getTopic()
int
hashCode()
protected T
load()
void
setObject(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
-
-