com.nimkathana.swx.util
Class SwxInteger

java.lang.Object
  extended bycom.nimkathana.swx.util.SwxInteger

public class SwxInteger
extends java.lang.Object

Wrapper for transmitting integers via xml-rpc

Version:
April 2004
Author:
Maintained by Nimkathana (www.nimkathana.com), Original by IOP GmbH (www.iop.de)

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

SwxInteger

public SwxInteger()

SwxInteger

public SwxInteger(int value)
Parameters:
value - The int value of this SwxInteger object
Method Detail

getValue

public int getValue()
Gets the int value associated with a SwxInteger object

Returns:
An int

setValue

public void setValue(int value)
Sets the int value associated with a SwxInteger object

Parameters:
value - An int

hashCode

public int hashCode()
Same as getValue()


toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object other)


Copyright © 2004 Nimkathana Corp. All Rights Reserved.