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

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

public class SbiDossierPresentations
extends SbiHibernateModel

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

Constructor Summary
SbiDossierPresentations()
          default constructor.
SbiDossierPresentations(java.lang.Integer presentationId, java.lang.Integer prog)
          minimal constructor.
SbiDossierPresentations(java.lang.Integer presentationId, java.lang.Long workflowProcessId, SbiObjects sbiObject, SbiBinContents sbiBinaryContent, java.lang.String name, java.lang.Integer prog, java.util.Date creationDate, java.lang.Short approved)
          full constructor.
 
Method Summary
 java.lang.Short getApproved()
          Gets the approved.
 java.util.Date getCreationDate()
          Gets the creation date.
 java.lang.String getName()
          Gets the name.
 java.lang.Integer getPresentationId()
          Gets the presentation id.
 java.lang.Integer getProg()
          Gets the prog.
 SbiBinContents getSbiBinaryContent()
          Gets the sbi binary content.
 SbiObjects getSbiObject()
          Gets the sbi object.
 java.lang.Long getWorkflowProcessId()
          Gets the workflow process id.
 void setApproved(java.lang.Short approved)
          Sets the approved.
 void setCreationDate(java.util.Date creationDate)
          Sets the creation date.
 void setName(java.lang.String name)
          Sets the name.
 void setPresentationId(java.lang.Integer presentationId)
          Sets the presentation id.
 void setProg(java.lang.Integer prog)
          Sets the prog.
 void setSbiBinaryContent(SbiBinContents sbiBinaryContent)
          Sets the sbi binary content.
 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

SbiDossierPresentations

public SbiDossierPresentations()
default constructor.


SbiDossierPresentations

public SbiDossierPresentations(java.lang.Integer presentationId,
                               java.lang.Integer prog)
minimal constructor.

Parameters:
presentationId - the presentation id
prog - the prog

SbiDossierPresentations

public SbiDossierPresentations(java.lang.Integer presentationId,
                               java.lang.Long workflowProcessId,
                               SbiObjects sbiObject,
                               SbiBinContents sbiBinaryContent,
                               java.lang.String name,
                               java.lang.Integer prog,
                               java.util.Date creationDate,
                               java.lang.Short approved)
full constructor.

Parameters:
presentationId - the presentation id
workflowProcessId - the workflow process id
sbiObject - the sbi object
sbiBinaryContent - the sbi binary content
name - the name
prog - the prog
creationDate - the creation date
approved - the approved
Method Detail

getPresentationId

public java.lang.Integer getPresentationId()
Gets the presentation id.

Returns:
the presentation id

setPresentationId

public void setPresentationId(java.lang.Integer presentationId)
Sets the presentation id.

Parameters:
presentationId - the new presentation 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

getSbiBinaryContent

public SbiBinContents getSbiBinaryContent()
Gets the sbi binary content.

Returns:
the sbi binary content

setSbiBinaryContent

public void setSbiBinaryContent(SbiBinContents sbiBinaryContent)
Sets the sbi binary content.

Parameters:
sbiBinaryContent - the new sbi binary content

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

getProg

public java.lang.Integer getProg()
Gets the prog.

Returns:
the prog

setProg

public void setProg(java.lang.Integer prog)
Sets the prog.

Parameters:
prog - the new prog

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

getApproved

public java.lang.Short getApproved()
Gets the approved.

Returns:
the approved

setApproved

public void setApproved(java.lang.Short approved)
Sets the approved.

Parameters:
approved - the new approved

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