|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.blobstore.business.BytesBlobStore
public class BytesBlobStore
class BytesBlobStore
Constructor Summary | |
---|---|
BytesBlobStore()
|
Method Summary | |
---|---|
java.lang.String |
getId()
Get the id |
byte[] |
getValue()
Get the value |
void |
setId(java.lang.String strId)
Set the id |
void |
setValue(byte[] value)
Set the value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BytesBlobStore()
Method Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String strId)
strId
- the idpublic byte[] getValue()
public void setValue(byte[] value)
value
- the value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |