com.cinecolombia.common.utilcomponents
Class PackedInt

java.lang.Object
  |
  +--com.cinecolombia.common.utilcomponents.PackedInt

public class PackedInt
extends java.lang.Object

Representa un objeto Integer al cual se le puede cambiar el valor.

Author:
Cincosoft.
Created:
junio 2003

Field Summary
private  int value
           
 
Constructor Summary
PackedInt()
           
PackedInt(int value)
           
 
Method Summary
 int getValue()
           
 void setValue(int value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

private int value
Constructor Detail

PackedInt

public PackedInt()

PackedInt

public PackedInt(int value)
Method Detail

setValue

public void setValue(int value)

getValue

public int getValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object