net.sf.borg.model.entity
Class CheckList

java.lang.Object
  extended by net.sf.borg.model.entity.CheckList

public class CheckList
extends Object

CheckList Entity. A CheckList holds a list of items that can be either checked or unchecked


Nested Class Summary
static class CheckList.Item
          Item hold a single net.sf.borg.ui.checklist entry.
 
Constructor Summary
CheckList()
           
 
Method Summary
 boolean canEqual(Object other)
           
 CheckList clone()
           
 boolean equals(Object o)
           
 String getCheckListName()
           
 List<CheckList.Item> getItems()
           
 int hashCode()
           
 void setCheckListName(String CheckListName)
           
 void setItems(List<CheckList.Item> items)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CheckList

public CheckList()
Method Detail

clone

public CheckList clone()
Overrides:
clone in class Object

getCheckListName

public String getCheckListName()

getItems

public List<CheckList.Item> getItems()

setCheckListName

public void setCheckListName(String CheckListName)

setItems

public void setItems(List<CheckList.Item> items)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

canEqual

public boolean canEqual(Object other)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Generated December 30 2011 by mbb using Apache Ant(TM) version 1.8.2 compiled on December 20 2010 and Java version 1.6.0_30 from Sun Microsystems Inc. on Linux i386 3.0.0-14-generic-pae