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

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

public class SbiDossierPartsTemp
extends SbiHibernateModel

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

Constructor Summary
SbiDossierPartsTemp()
          default constructor.
SbiDossierPartsTemp(java.lang.Integer partId)
          minimal constructor.
SbiDossierPartsTemp(java.lang.Integer partId, SbiObjects sbiObject, java.lang.Long workflowProcessId, java.util.Set sbiDossierBinaryContentsTemps)
          full constructor.
 
Method Summary
 java.lang.Integer getPageId()
          Gets the page id.
 java.lang.Integer getPartId()
          Gets the part id.
 java.util.Set getSbiDossierBinaryContentsTemps()
          Gets the sbi dossier binary contents temps.
 SbiObjects getSbiObject()
          Gets the sbi object.
 java.lang.Long getWorkflowProcessId()
          Gets the workflow process id.
 void setPageId(java.lang.Integer pageId)
          Sets the page id.
 void setPartId(java.lang.Integer partId)
          Sets the part id.
 void setSbiDossierBinaryContentsTemps(java.util.Set sbiDossierBinaryContentsTemps)
          Sets the sbi dossier binary contents temps.
 void setSbiObject(SbiObjects sbiObject)
          Sets the sbi object.
 void setWorkflowProcessId(java.lang.Long workflowProcessId)
          Sets the workflow process 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

SbiDossierPartsTemp

public SbiDossierPartsTemp()
default constructor.


SbiDossierPartsTemp

public SbiDossierPartsTemp(java.lang.Integer partId)
minimal constructor.

Parameters:
partId - the part id

SbiDossierPartsTemp

public SbiDossierPartsTemp(java.lang.Integer partId,
                           SbiObjects sbiObject,
                           java.lang.Long workflowProcessId,
                           java.util.Set sbiDossierBinaryContentsTemps)
full constructor.

Parameters:
partId - the part id
sbiObject - the sbi object
workflowProcessId - the workflow process id
sbiDossierBinaryContentsTemps - the sbi dossier binary contents temps
Method Detail

getPartId

public java.lang.Integer getPartId()
Gets the part id.

Returns:
the part id

setPartId

public void setPartId(java.lang.Integer partId)
Sets the part id.

Parameters:
partId - the new part id

getSbiObject

public SbiObjects getSbiObject()
Gets the sbi object.

Returns:
the sbi object

setSbiObject

public void setSbiObject(SbiObjects sbiObject)
Sets the sbi object.

Parameters:
sbiObject - the new sbi object

getWorkflowProcessId

public java.lang.Long getWorkflowProcessId()
Gets the workflow process id.

Returns:
the workflow process id

setWorkflowProcessId

public void setWorkflowProcessId(java.lang.Long workflowProcessId)
Sets the workflow process id.

Parameters:
workflowProcessId - the new workflow process id

getSbiDossierBinaryContentsTemps

public java.util.Set getSbiDossierBinaryContentsTemps()
Gets the sbi dossier binary contents temps.

Returns:
the sbi dossier binary contents temps

setSbiDossierBinaryContentsTemps

public void setSbiDossierBinaryContentsTemps(java.util.Set sbiDossierBinaryContentsTemps)
Sets the sbi dossier binary contents temps.

Parameters:
sbiDossierBinaryContentsTemps - the new sbi dossier binary contents temps

getPageId

public java.lang.Integer getPageId()
Gets the page id.

Returns:
the page id

setPageId

public void setPageId(java.lang.Integer pageId)
Sets the page id.

Parameters:
pageId - the new page id