net.sf.borg.model.entity
Class CheckList.Item

java.lang.Object
  extended by net.sf.borg.model.entity.CheckList.Item
Enclosing class:
CheckList

public static class CheckList.Item
extends Object

Item hold a single net.sf.borg.ui.checklist entry.


Constructor Summary
CheckList.Item()
           
 
Method Summary
 boolean canEqual(Object other)
           
protected  Object clone()
           
 boolean equals(Object o)
           
 Boolean getChecked()
           
 String getText()
           
 int hashCode()
           
 void setChecked(Boolean checked)
           
 void setText(String text)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CheckList.Item

public CheckList.Item()
Method Detail

clone

protected Object clone()
                throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

getChecked

public Boolean getChecked()

getText

public String getText()

setChecked

public void setChecked(Boolean checked)

setText

public void setText(String text)

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