gov.nih.nci.caarray.domain
Class BlobHolder

java.lang.Object
  extended by gov.nih.nci.caarray.domain.BlobHolder
All Implemented Interfaces:
com.fiveamsolutions.nci.commons.data.persistent.PersistentObject, java.io.Serializable

public class BlobHolder
extends java.lang.Object
implements com.fiveamsolutions.nci.commons.data.persistent.PersistentObject

Author:
Scott Miller
See Also:
Serialized Form

Constructor Summary
BlobHolder()
           
 
Method Summary
 java.sql.Blob getContents()
           
 java.lang.Long getId()
          Returns the id.
 void setContents(java.sql.Blob contents)
           
 void setId(java.lang.Long id)
          Deprecated. should only be used by castor and hibernate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlobHolder

public BlobHolder()
Method Detail

getId

public java.lang.Long getId()
Returns the id.

Specified by:
getId in interface com.fiveamsolutions.nci.commons.data.persistent.PersistentObject
Returns:
the id

setId

@Deprecated
public void setId(java.lang.Long id)
Deprecated. should only be used by castor and hibernate

Sets the id.

Parameters:
id - the id to set

getContents

public java.sql.Blob getContents()
Returns:
the contents

setContents

public void setContents(java.sql.Blob contents)
Parameters:
contents - the contents to set