Class CDListItem
- java.lang.Object
-
- jadex.examples.presentationtimer.remotecontrol.ui.CDListItem
-
public class CDListItem extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CDListItem(ICountdownService service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
CDListItem
public CDListItem(ICountdownService service)
-
-
Method Detail
-
getTime
public java.lang.String getTime()
-
setTime
public void setTime(java.lang.String time)
-
getStatus
public State getStatus()
-
setStatus
public void setStatus(State status)
-
getService
public ICountdownService getService()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-