it.eng.spagobi.tools.catalogue.bo
Class Content
java.lang.Object
it.eng.spagobi.tools.catalogue.bo.Content
public class Content
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Content
public Content()
Content
public Content(java.lang.Integer id)
getId
public java.lang.Integer getId()
setId
public void setId(java.lang.Integer id)
getFileName
public java.lang.String getFileName()
setFileName
public void setFileName(java.lang.String fileName)
getCreationDate
public java.util.Date getCreationDate()
setCreationDate
public void setCreationDate(java.util.Date creationDate)
getActive
public java.lang.Boolean getActive()
setActive
public void setActive(java.lang.Boolean active)
getContent
public byte[] getContent()
setContent
public void setContent(byte[] content)
getDimension
public java.lang.String getDimension()
setDimension
public void setDimension(java.lang.String dimension)
getCreationUser
public java.lang.String getCreationUser()
setCreationUser
public void setCreationUser(java.lang.String creationUser)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object