it.eng.spagobi.commons.metadata
Class SbiBinContents

java.lang.Object
  extended by it.eng.spagobi.commons.metadata.SbiHibernateModel
      extended by it.eng.spagobi.commons.metadata.SbiBinContents
All Implemented Interfaces:
java.io.Serializable

public class SbiBinContents
extends SbiHibernateModel

See Also:
Serialized Form

Constructor Summary
SbiBinContents()
           
 
Method Summary
 byte[] getContent()
          Gets the content.
 java.lang.Integer getId()
          Gets the id.
 void setContent(byte[] content)
          Sets the content.
 void setId(java.lang.Integer id)
          Sets the id.
 
Methods inherited from class it.eng.spagobi.commons.metadata.SbiHibernateModel
getCommonInfo, setCommonInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiBinContents

public SbiBinContents()
Method Detail

getId

public java.lang.Integer getId()
Gets the id.

Returns:
the id

setId

public void setId(java.lang.Integer id)
Sets the id.

Parameters:
id - the new id

getContent

public byte[] getContent()
Gets the content.

Returns:
the content

setContent

public void setContent(byte[] content)
Sets the content.

Parameters:
content - the new content