org.mycore.backend.hibernate.tables
Class MCRCSTORE

java.lang.Object
  extended by org.mycore.backend.hibernate.tables.MCRCSTORE

public class MCRCSTORE
extends Object


Constructor Summary
MCRCSTORE()
           
MCRCSTORE(int storageid, byte[] content)
           
 
Method Summary
 Blob getContent()
           
 byte[] getContentBytes()
           
 InputStream getInputStream()
           
 int getStorageid()
           
 void setContent(Blob content)
           
 void setContentBytes(byte[] content)
           
 void setStorageid(int storageid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MCRCSTORE

public MCRCSTORE()

MCRCSTORE

public MCRCSTORE(int storageid,
                 byte[] content)
Method Detail

getStorageid

public int getStorageid()

setStorageid

public void setStorageid(int storageid)

getContent

public Blob getContent()

getContentBytes

public byte[] getContentBytes()

getInputStream

public InputStream getInputStream()
                           throws SQLException
Throws:
SQLException

setContent

public void setContent(Blob content)

setContentBytes

public void setContentBytes(byte[] content)