net.ezcontent.impl.eos
Class BinaryData

java.lang.Object
  extended bynet.ezcontent.impl.eos.base.BaseBinaryData
      extended bynet.ezcontent.impl.eos.BinaryData
All Implemented Interfaces:
Serializable

public class BinaryData
extends BaseBinaryData

Esta clase se usa para guardar Blobs en la base de datos. Es auxiliar a Attachment e Image. This is the object class that relates to the Blob table. Any customizations belong here.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.ezcontent.impl.eos.base.BaseBinaryData
 
Constructor Summary
BinaryData()
           
BinaryData(int blobID)
          Constructor for primary key
 
Methods inherited from class net.ezcontent.impl.eos.base.BaseBinaryData
equals, getBlobID, getData, getMimeType, hashCode, setBlobID, setData, setMimeType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryData

public BinaryData()

BinaryData

public BinaryData(int blobID)
Constructor for primary key