|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.zphinx.spine.vo.LabelIntBean
public class LabelIntBean
LabelIntBean is a bean used to associate a label/name with an int value
Copyright ©Zphinx Software Solutions
| Constructor Summary | |
|---|---|
LabelIntBean()
Public Constructor |
|
LabelIntBean(String label,
int intValue)
Constructor to set the label and the int value |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
getIntValue()
Gets the int in this object |
String |
getLabel()
Gets the name of the Label |
int |
hashCode()
|
void |
setIntValue(int intValue)
Gets the int in this object |
void |
setLabel(String label)
Sets the name of the label |
String |
toString()
Returns a description for this LabelIntBean |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LabelIntBean()
public LabelIntBean(String label,
int intValue)
label - The name of the labelintValue - The int to set in this bean| Method Detail |
|---|
public String getLabel()
public void setLabel(String label)
label - The label to set.public int getIntValue()
public void setIntValue(int intValue)
intValue - The intValue to set.public boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||