org.mycore.backend.hibernate.tables
Class MCRCSTORE
java.lang.Object
org.mycore.backend.hibernate.tables.MCRCSTORE
public class MCRCSTORE
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MCRCSTORE
public MCRCSTORE()
MCRCSTORE
public MCRCSTORE(int storageid,
byte[] content)
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)