Public Member Functions | |
SummarySet (String nameinit) | |
String | toString () |
boolean | equals (Object other) |
int | compareTo (SummarySet other) |
Private Attributes | |
String | name |
tit.summary.io.SummaryTreeModel.SummarySet.SummarySet | ( | String | nameinit | ) |
Constructs a new SummarySet
.
nameinit | This set's name. |
String tit.summary.io.SummaryTreeModel.SummarySet.toString | ( | ) |
Returns this set's name.
boolean tit.summary.io.SummaryTreeModel.SummarySet.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.SummarySet.compareTo | ( | SummarySet | other | ) |
Compares this object with the specified object for order.
other | The object to be compared. |
String tit.summary.io.SummaryTreeModel.SummarySet.name [private] |
This set's name.