public class SessionItemModel extends Object implements Comparable<SessionItemModel>
Modifier and Type | Field and Description |
---|---|
private boolean |
attended |
private String |
sessionStart |
Constructor and Description |
---|
SessionItemModel(String start,
boolean attended) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SessionItemModel another) |
boolean |
isSelected() |
void |
setSelected(boolean selected) |
String |
toString() |
private final String sessionStart
private boolean attended
public SessionItemModel(String start, boolean attended)
public boolean isSelected()
public void setSelected(boolean selected)
public int compareTo(SessionItemModel another)
compareTo
in interface Comparable<SessionItemModel>