public class TopicModel<T extends Topic> extends MutableLoadableDetachableModel<T>
Modifier and Type | Field and 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 and Description |
---|
TopicModel(String topicMapId,
String topicId) |
TopicModel(T topic) |
TopicModel(T topic,
int returnType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Topic |
getTopic() |
int |
hashCode() |
protected T |
load() |
void |
setObject(T object) |
detach, getObject, isAttached, toString
public static final int TYPE_TOPIC
public static final int TYPE_ASSOCIATION_TYPE
public static final int TYPE_ROLE_TYPE
public static final int TYPE_NAME_TYPE
public static final int TYPE_OCCURRENCE_TYPE
public static final int TYPE_TOPIC_TYPE
public TopicModel(T topic)
public TopicModel(T topic, int returnType)