public class AssocInfoStorage extends Object
AssociationTypeLoopTag
Constructor and Description |
---|
AssocInfoStorage(TopicIF type,
TopicIF roleType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
Collection |
getAssociations()
get collection of AssociationIF objects.
|
TopicIF |
getRoleType() |
String |
getSortName() |
TopicIF |
getType() |
int |
hashCode() |
void |
setAssociations(Collection associations) |
void |
setRoleType(TopicIF roleType) |
void |
setType(TopicIF type) |
String |
toString() |
public void setType(TopicIF type)
public TopicIF getType()
public void setRoleType(TopicIF roleType)
public TopicIF getRoleType()
public void setAssociations(Collection associations)
public Collection getAssociations()
public String getSortName()