public class TrendingChannel extends Object implements Serializable, Comparable<TrendingChannel>
| Constructor and Description |
|---|
TrendingChannel(String path)
Constructs a channel with a title equal to the path.
|
TrendingChannel(String path,
String title)
Constructs a channel.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TrendingChannel other) |
boolean |
equals(Object obj) |
String |
getPath()
Returns the slash-separated path to this channel in the tree of channels displayed by the trending tool.
|
String |
getTitle()
Returns the title of this channel used for naming and identifying plots.
|
int |
hashCode() |
String |
toString() |
public TrendingChannel(String path)
path - The path used for placement in the tree of channels.public String getPath()
public String getTitle()
public int compareTo(TrendingChannel other)
compareTo in interface Comparable<TrendingChannel>Copyright © 2018 LSST. All rights reserved.