it.eng.spagobi.engines.dossier.bo
Class DossierBinaryContentsTemp

java.lang.Object
  extended by it.eng.spagobi.engines.dossier.bo.DossierBinaryContentsTemp

public class DossierBinaryContentsTemp
extends java.lang.Object

Author:
Zerbetto (davide.zerbetto@eng.it)

Constructor Summary
DossierBinaryContentsTemp()
           
 
Method Summary
 java.lang.Integer getBinId()
          Gets the bin id.
 byte[] getContent()
          Gets the content.
 java.util.Date getCreationDate()
          Gets the creation date.
 java.lang.Integer getDossierPartsTempId()
          Gets the dossier parts temp id.
 java.lang.String getName()
          Gets the name.
 java.lang.String getType()
          Gets the type.
 void setBinId(java.lang.Integer binId)
          Sets the bin id.
 void setContent(byte[] content)
          Sets the content.
 void setCreationDate(java.util.Date creationDate)
          Sets the creation date.
 void setDossierPartsTempId(java.lang.Integer dossierPartsTempId)
          Sets the dossier parts temp id.
 void setName(java.lang.String name)
          Sets the name.
 void setType(java.lang.String type)
          Sets the type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DossierBinaryContentsTemp

public DossierBinaryContentsTemp()
Method Detail

getBinId

public java.lang.Integer getBinId()
Gets the bin id.

Returns:
the bin id

setBinId

public void setBinId(java.lang.Integer binId)
Sets the bin id.

Parameters:
binId - the new bin id

getDossierPartsTempId

public java.lang.Integer getDossierPartsTempId()
Gets the dossier parts temp id.

Returns:
the dossier parts temp id

setDossierPartsTempId

public void setDossierPartsTempId(java.lang.Integer dossierPartsTempId)
Sets the dossier parts temp id.

Parameters:
dossierPartsTempId - the new dossier parts temp 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

getType

public java.lang.String getType()
Gets the type.

Returns:
the type

setType

public void setType(java.lang.String type)
Sets the type.

Parameters:
type - the new type

getCreationDate

public java.util.Date getCreationDate()
Gets the creation date.

Returns:
the creation date

setCreationDate

public void setCreationDate(java.util.Date creationDate)
Sets the creation date.

Parameters:
creationDate - the new creation date

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name