|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.caarray.domain.BlobHolder
public class BlobHolder
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 |
---|
public BlobHolder()
Method Detail |
---|
public java.lang.Long getId()
getId
in interface com.fiveamsolutions.nci.commons.data.persistent.PersistentObject
@Deprecated public void setId(java.lang.Long id)
id
- the id to setpublic java.sql.Blob getContents()
public void setContents(java.sql.Blob contents)
contents
- the contents to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |