|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nimkathana.swx.util.SwxInteger
Wrapper for transmitting integers via xml-rpc
Constructor Summary | |
SwxInteger()
|
|
SwxInteger(int value)
|
Method Summary | |
boolean |
equals(java.lang.Object other)
|
int |
getValue()
Gets the int value associated with a SwxInteger object |
int |
hashCode()
Same as getValue() |
void |
setValue(int value)
Sets the int value associated with a SwxInteger object |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SwxInteger()
public SwxInteger(int value)
value
- The int value of this SwxInteger objectMethod Detail |
public int getValue()
public void setValue(int value)
value
- An intpublic int hashCode()
getValue()
public java.lang.String toString()
public boolean equals(java.lang.Object other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |