public static interface MergedList.MergedEntry extends Comparable
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object arg0)
Implemented so that we can order by the group full name.
|
String |
getDisplayName()
Returns the display string for the channel.
|
String |
getReference()
Returns the ID of the group.
|
boolean |
isMerged()
Returns true if this channel is currently being merged.
|
boolean |
isVisible()
This returns true if this list item should be visible to the user.
|
void |
setMerged(boolean b)
Marks this channel as being merged or not.
|
String getDisplayName()
String getReference()
boolean isMerged()
void setMerged(boolean b)
boolean isVisible()
int compareTo(Object arg0)
compareTo in interface ComparableCopyright © 2022. All rights reserved.