public class CheckList.CheckListTableEntry
extends java.lang.Object
Boolean and a Object| Constructor and Description |
|---|
CheckListTableEntry(boolean active,
java.lang.Object item)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
activate(boolean active)
Activate/deactivate the entry.
|
java.lang.Object |
getItem()
Getter
|
boolean |
isActive() |
void |
setItem(java.lang.Object item)
Setter
|
public CheckListTableEntry(boolean active,
java.lang.Object item)
active - The activation stateitem - The item in the listpublic void activate(boolean active)
active - if true the entry is activepublic boolean isActive()
public java.lang.Object getItem()
public void setItem(java.lang.Object item)
item - The not null item in the list