public class GroupCollection extends java.lang.Object implements ApplicationObject
| Constructor and Description |
|---|
GroupCollection() |
GroupCollection(GroupTopic groupTopic) |
GroupCollection(GroupTopic groupTopic) |
GroupCollection(int groupType,
java.util.Collection<java.lang.Integer> groupIdCollection) |
| Modifier and Type | Method and Description |
|---|---|
void |
addGroupId(int groupId) |
boolean |
equals(java.lang.Object arg0) |
java.util.Collection<java.lang.Integer> |
getGroupIdCollection() |
int |
getGroupType() |
java.lang.Object |
getSpecificDdsTopic(UniversalDDSLayerFactory.SupportedDDSVendors ddsVendor) |
java.lang.String |
getTopicTypeName(UniversalDDSLayerFactory.SupportedDDSVendors ddsVendor) |
void |
setGroupIdCollection(java.util.Collection<java.lang.Integer> groupIdCollection) |
void |
setGroupType(int groupType) |
public GroupCollection()
public GroupCollection(int groupType,
java.util.Collection<java.lang.Integer> groupIdCollection)
public GroupCollection(GroupTopic groupTopic)
public GroupCollection(GroupTopic groupTopic)
public java.lang.Object getSpecificDdsTopic(UniversalDDSLayerFactory.SupportedDDSVendors ddsVendor)
getSpecificDdsTopic in interface ApplicationObjectpublic java.lang.String getTopicTypeName(UniversalDDSLayerFactory.SupportedDDSVendors ddsVendor)
getTopicTypeName in interface ApplicationObjectpublic int getGroupType()
public void setGroupType(int groupType)
groupType - public java.util.Collection<java.lang.Integer> getGroupIdCollection()
public void setGroupIdCollection(java.util.Collection<java.lang.Integer> groupIdCollection)
groupIdCollection - public void addGroupId(int groupId)
groupId - public boolean equals(java.lang.Object arg0)
equals in class java.lang.Object