Class RelatedTopics.Heading
- java.lang.Object
-
- net.ontopia.topicmaps.nav2.portlets.pojos.RelatedTopics.Heading
-
- All Implemented Interfaces:
Comparable
- Enclosing class:
- RelatedTopics
public class RelatedTopics.Heading extends Object implements Comparable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Object o)
int
getArity()
List
getChildren()
boolean
getIsAssociationType()
boolean
getIsTopicType()
boolean
getMoreChildren()
TopicIF
getNearRoleType()
String
getTitle()
TopicIF
getTopic()
void
setSortKey(Object sortkey)
-
-
-
Method Detail
-
getTitle
public String getTitle()
-
setSortKey
public void setSortKey(Object sortkey)
-
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interfaceComparable
-
getTopic
public TopicIF getTopic()
-
getNearRoleType
public TopicIF getNearRoleType()
-
getIsTopicType
public boolean getIsTopicType()
-
getIsAssociationType
public boolean getIsAssociationType()
-
getArity
public int getArity()
-
getChildren
public List getChildren()
-
getMoreChildren
public boolean getMoreChildren()
-
-