it.eng.spagobi.engines.dossier.metadata
Class SbiDossierBinaryContentsTemp

java.lang.Object
  extended by it.eng.spagobi.engines.dossier.metadata.SbiDossierBinaryContentsTemp
All Implemented Interfaces:
java.io.Serializable

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

Author:
zerbetto (davide.zerbetto@eng.it)
See Also:
Serialized Form

Constructor Summary
SbiDossierBinaryContentsTemp()
          default constructor.
SbiDossierBinaryContentsTemp(java.lang.Integer binId)
          minimal constructor.
SbiDossierBinaryContentsTemp(java.lang.Integer binId, SbiDossierPartsTemp sbiDossierPartsTemp, java.lang.String name, byte[] binContent, java.lang.String type, java.util.Date creationDate)
          full constructor.
 
Method Summary
 byte[] getBinContent()
          Gets the bin content.
 java.lang.Integer getBinId()
          Gets the bin id.
 java.util.Date getCreationDate()
          Gets the creation date.
 java.lang.String getName()
          Gets the name.
 SbiDossierPartsTemp getSbiDossierPartsTemp()
          Gets the sbi dossier parts temp.
 java.lang.String getType()
          Gets the type.
 void setBinContent(byte[] binContent)
          Sets the bin content.
 void setBinId(java.lang.Integer binId)
          Sets the bin id.
 void setCreationDate(java.util.Date creationDate)
          Sets the creation date.
 void setName(java.lang.String name)
          Sets the name.
 void setSbiDossierPartsTemp(SbiDossierPartsTemp sbiDossierPartsTemp)
          Sets the sbi dossier parts temp.
 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

SbiDossierBinaryContentsTemp

public SbiDossierBinaryContentsTemp()
default constructor.


SbiDossierBinaryContentsTemp

public SbiDossierBinaryContentsTemp(java.lang.Integer binId)
minimal constructor.

Parameters:
binId - the bin id

SbiDossierBinaryContentsTemp

public SbiDossierBinaryContentsTemp(java.lang.Integer binId,
                                    SbiDossierPartsTemp sbiDossierPartsTemp,
                                    java.lang.String name,
                                    byte[] binContent,
                                    java.lang.String type,
                                    java.util.Date creationDate)
full constructor.

Parameters:
binId - the bin id
sbiDossierPartsTemp - the sbi dossier parts temp
name - the name
binContent - the bin content
type - the type
creationDate - the creation date
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

getSbiDossierPartsTemp

public SbiDossierPartsTemp getSbiDossierPartsTemp()
Gets the sbi dossier parts temp.

Returns:
the sbi dossier parts temp

setSbiDossierPartsTemp

public void setSbiDossierPartsTemp(SbiDossierPartsTemp sbiDossierPartsTemp)
Sets the sbi dossier parts temp.

Parameters:
sbiDossierPartsTemp - the new sbi dossier parts temp

getBinContent

public byte[] getBinContent()
Gets the bin content.

Returns:
the bin content

setBinContent

public void setBinContent(byte[] binContent)
Sets the bin content.

Parameters:
binContent - the new bin 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