org.gwe.utils
Class CompressedObject<VALUE_TYPE extends java.io.Serializable>

java.lang.Object
  extended by org.gwe.utils.CompressedObject<VALUE_TYPE>
All Implemented Interfaces:
java.io.Serializable

public class CompressedObject<VALUE_TYPE extends java.io.Serializable>
extends java.lang.Object
implements java.io.Serializable

Since:
May 21, 2008
Author:
Marco Ruiz
See Also:
Serialized Form

Constructor Summary
CompressedObject()
           
CompressedObject(VALUE_TYPE target)
           
 
Method Summary
 VALUE_TYPE getTarget()
           
 VALUE_TYPE getTargetBlindly()
           
 void setTarget(VALUE_TYPE target)
           
 void setTargetBlindly(VALUE_TYPE target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompressedObject

public CompressedObject()

CompressedObject

public CompressedObject(VALUE_TYPE target)
                 throws CompressionException
Throws:
CompressionException
Method Detail

setTargetBlindly

public void setTargetBlindly(VALUE_TYPE target)

setTarget

public void setTarget(VALUE_TYPE target)
               throws CompressionException
Throws:
CompressionException

getTargetBlindly

public VALUE_TYPE getTargetBlindly()

getTarget

public VALUE_TYPE getTarget()
                                                  throws CompressionException
Throws:
CompressionException


Copyright © 2007-2009. All Rights Reserved.