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 int
compareTo(Object o)
int
getArity()
TopicIF
getPlayer()
TopicIF
getReifier()
List
getRoles()
TopicIF
getRoleType()
Collection
getScope()
String
getTitle()
void
setSortKey(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:
compareTo
in interfaceComparable
-
-