public class CDListItem
extends java.lang.Object
Constructor and Description |
---|
CDListItem(ICountdownService service) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
ICountdownService |
getService() |
State |
getStatus() |
java.lang.String |
getTime() |
int |
hashCode() |
void |
setStatus(State status) |
void |
setTime(java.lang.String time) |
public CDListItem(ICountdownService service)
public java.lang.String getTime()
public void setTime(java.lang.String time)
public State getStatus()
public void setStatus(State status)
public ICountdownService getService()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object