Public Member Functions | |
SummariesSet (String nameinit) | |
String | toString () |
boolean | equals (Object other) |
int | compareTo (SummariesSet other) |
Private Attributes | |
String | name |
tit.summary.io.SummaryTreeModel.SummariesSet.SummariesSet | ( | String | nameinit | ) |
Constructs a new SummarySet
.
nameinit | This set's name. |
String tit.summary.io.SummaryTreeModel.SummariesSet.toString | ( | ) |
Returns this set's name.
boolean tit.summary.io.SummaryTreeModel.SummariesSet.equals | ( | Object | other | ) |
Compares this object with the specified object for order.
other | The object to be compared. |
true
is the objects are equal, false
otherwise. int tit.summary.io.SummaryTreeModel.SummariesSet.compareTo | ( | SummariesSet | other | ) |
Compares this object with the specified object for order.
other | The object to be compared. |
String tit.summary.io.SummaryTreeModel.SummariesSet.name [private] |
This set's name.