fr.paris.lutece.plugins.blobstore.business
Class BytesBlobStore

java.lang.Object
  extended by fr.paris.lutece.plugins.blobstore.business.BytesBlobStore

public class BytesBlobStore
extends java.lang.Object

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

BytesBlobStore

public BytesBlobStore()
Method Detail

getId

public java.lang.String getId()
Get the id

Returns:
the id

setId

public void setId(java.lang.String strId)
Set the id

Parameters:
strId - the id

getValue

public byte[] getValue()
Get the value

Returns:
the value

setValue

public void setValue(byte[] value)
Set the value

Parameters:
value - the value


Copyright © 2011 Mairie de Paris. All Rights Reserved.