com.bea.wli.datatype
Class DataTypeSerializedValue

java.lang.Object
  extended by com.bea.wli.datatype.DataTypeSerializedValue
All Implemented Interfaces:
Serializable

public final class DataTypeSerializedValue
extends Object
implements Serializable

Represents a data type value in serialized form (suitable for storage into and retrieval from a persistent data store).

See Also:
Serialized Form

Constructor Summary
DataTypeSerializedValue()
           
DataTypeSerializedValue(byte[] bytes, String storageFormat)
           
 
Method Summary
 byte[] getBytes()
           
 String getStorageFormat()
           
 void setBytes(byte[] bytes)
           
 void setStorageFormat(String storageFormat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataTypeSerializedValue

public DataTypeSerializedValue()

DataTypeSerializedValue

public DataTypeSerializedValue(byte[] bytes,
                               String storageFormat)
Method Detail

getBytes

public byte[] getBytes()

getStorageFormat

public String getStorageFormat()

setBytes

public void setBytes(byte[] bytes)

setStorageFormat

public void setStorageFormat(String storageFormat)