net.sf.magicproject.tools
Class IntegerWrapper

java.lang.Object
  extended by net.sf.magicproject.tools.IntegerWrapper

public class IntegerWrapper
extends java.lang.Object

Since:
0.82
Author:
Fabrice Daugan

Constructor Summary
IntegerWrapper(int value)
          Create a new instance with the specified value
 
Method Summary
 int intValue()
          Return the value
 void setValue(int value)
          Set the new value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerWrapper

public IntegerWrapper(int value)
Create a new instance with the specified value

Parameters:
value -
Method Detail

intValue

public int intValue()
Return the value

Returns:
the value

setValue

public void setValue(int value)
Set the new value

Parameters:
value - the new value


Copyright © 2003-2007 Magic-Project. All Rights Reserved.