Class RelatedTopics.Association
- java.lang.Object
-
- net.ontopia.topicmaps.nav2.portlets.pojos.RelatedTopics.Association
-
- All Implemented Interfaces:
Comparable
- Enclosing class:
- RelatedTopics
public class RelatedTopics.Association extends Object implements Comparable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Object o)intgetArity()TopicIFgetPlayer()TopicIFgetReifier()ListgetRoles()TopicIFgetRoleType()CollectiongetScope()StringgetTitle()voidsetSortKey(Object sortkey)
-
-
-
Method Detail
-
getArity
public int getArity()
-
getPlayer
public TopicIF getPlayer()
-
getRoles
public List getRoles()
-
getScope
public Collection getScope()
-
getReifier
public TopicIF getReifier()
-
getRoleType
public TopicIF getRoleType()
-
getTitle
public String getTitle()
-
setSortKey
public void setSortKey(Object sortkey)
-
compareTo
public int compareTo(Object o)
- Specified by:
compareToin interfaceComparable
-
-