it.eng.spagobi.tools.objmetadata.bo
Class ObjMetacontent

java.lang.Object
  extended by it.eng.spagobi.tools.objmetadata.bo.ObjMetacontent
All Implemented Interfaces:
java.io.Serializable

public class ObjMetacontent
extends java.lang.Object
implements java.io.Serializable

Author:
Antonella Giachino (antonella.giachino@eng.it)
See Also:
Serialized Form

Constructor Summary
ObjMetacontent()
           
 
Method Summary
 java.lang.Integer getBinaryContentId()
           
 java.lang.Integer getBiobjId()
           
 byte[] getContent()
           
 java.util.Date getCreationDate()
           
 java.util.Date getLastChangeDate()
           
 java.lang.Integer getObjMetacontentId()
           
 java.lang.Integer getObjmetaId()
           
 java.lang.Integer getSubobjId()
           
 void setBinaryContentId(java.lang.Integer binaryContentId)
           
 void setBiobjId(java.lang.Integer biobjId)
           
 void setContent(byte[] content)
           
 void setCreationDate(java.util.Date creationDate)
           
 void setLastChangeDate(java.util.Date lastChangeDate)
           
 void setObjMetacontentId(java.lang.Integer objMetacontentId)
           
 void setObjmetaId(java.lang.Integer objmetaId)
           
 void setSubobjId(java.lang.Integer subobjId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjMetacontent

public ObjMetacontent()
Method Detail

getObjMetacontentId

public java.lang.Integer getObjMetacontentId()
Returns:
the objMetacontentId

setObjMetacontentId

public void setObjMetacontentId(java.lang.Integer objMetacontentId)
Parameters:
objMetacontentId - the objMetacontentId to set

getObjmetaId

public java.lang.Integer getObjmetaId()
Returns:
the biobjmetaId

setObjmetaId

public void setObjmetaId(java.lang.Integer objmetaId)
Parameters:
biobjmetaId - the biobjmetaId to set

getBiobjId

public java.lang.Integer getBiobjId()
Returns:
the biobj_id

setBiobjId

public void setBiobjId(java.lang.Integer biobjId)
Parameters:
biobj_id - the biobj_id to set

getSubobjId

public java.lang.Integer getSubobjId()
Returns:
the subobj_id

setSubobjId

public void setSubobjId(java.lang.Integer subobjId)
Parameters:
subobj_id - the subobj_id to set

getLastChangeDate

public java.util.Date getLastChangeDate()
Returns:
the lastChangeDate

setLastChangeDate

public void setLastChangeDate(java.util.Date lastChangeDate)
Parameters:
lastChangeDate - the lastChangeDate to set

getCreationDate

public java.util.Date getCreationDate()
Returns:
the creationDate

setCreationDate

public void setCreationDate(java.util.Date creationDate)
Parameters:
creationDate - the creationDate to set

getContent

public byte[] getContent()
Returns:
the content

setContent

public void setContent(byte[] content)
Parameters:
content - the content to set

getBinaryContentId

public java.lang.Integer getBinaryContentId()
Returns:
the binaryContentId

setBinaryContentId

public void setBinaryContentId(java.lang.Integer binaryContentId)
Parameters:
binaryContentId - the binaryContentId to set