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 intcompareTo(Object o)intgetArity()ListgetChildren()booleangetIsAssociationType()booleangetIsTopicType()booleangetMoreChildren()TopicIFgetNearRoleType()StringgetTitle()TopicIFgetTopic()voidsetSortKey(Object sortkey)
-
-
-
Method Detail
-
getTitle
public String getTitle()
-
setSortKey
public void setSortKey(Object sortkey)
-
compareTo
public int compareTo(Object o)
- Specified by:
compareToin 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()
-
-