it.eng.spagobi.tools.scheduler.to
Class SaveInfo

java.lang.Object
  extended by it.eng.spagobi.tools.scheduler.to.SaveInfo
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
SaveInfo()
           
 
Method Summary
 void addDlId(java.lang.Integer dlId)
          Adds the dl id.
 int getBiobjId()
          Gets the biobj id.
 java.lang.String getDataSetFolderLabel()
           
 java.lang.String getDataSetFolderParameterLabel()
           
 java.lang.String getDataSetLabel()
           
 java.lang.String getDataSetParameterLabel()
           
 java.util.List getDlIds()
          Gets the dl ids.
 java.lang.String getDocumentDescription()
          Gets the document description.
 java.lang.String getDocumentHistoryLength()
          Gets the document history length.
 java.lang.String getDocumentName()
          Gets the document name.
 java.lang.String getExpression()
           
 java.lang.String getFoldersTo()
           
 java.lang.String getFunctionalityIds()
          Gets the functionality ids.
 java.lang.String getJavaClassPath()
           
 java.lang.String getMailSubj()
          Gets the mail subj.
 java.lang.String getMailTos()
          Gets the mail tos.
 java.lang.String getMailTxt()
          Gets the mail txt.
 java.lang.String getSnapshotDescription()
          Gets the snapshot description.
 java.lang.String getSnapshotHistoryLength()
          Gets the snapshot history length.
 java.lang.String getSnapshotName()
          Gets the snapshot name.
 boolean isAddToDl()
          Checks if is adds the to dl.
 boolean isSaveAsDocument()
          Checks if is save as document.
 boolean isSaveAsSnapshot()
          Checks if is save as snapshot.
 boolean isSendMail()
          Checks if is send mail.
 boolean isSendToDl()
          Checks if is send to dl.
 boolean isSendToJavaClass()
           
 boolean isUseDataSet()
           
 boolean isUseExpression()
           
 boolean isUseFixedFolder()
           
 boolean isUseFixedRecipients()
           
 boolean isUseFolderDataSet()
           
 void removeDlId(java.lang.Integer dlId)
          Removes the dl id.
 void setAddToDl(boolean addToDl)
          Sets the adds the to dl.
 void setBiobjId(int biobjId)
          Sets the biobj id.
 void setDataSetFolderLabel(java.lang.String dataSetFolderLabel)
           
 void setDataSetFolderParameterLabel(java.lang.String dataSetFolderParameterLabel)
           
 void setDataSetLabel(java.lang.String dataSetLabel)
           
 void setDataSetParameterLabel(java.lang.String dataSetParameterLabel)
           
 void setDlIds(java.util.List dlIds)
          Sets the dl ids.
 void setDocumentDescription(java.lang.String documentDescription)
          Sets the document description.
 void setDocumentHistoryLength(java.lang.String documentHistoryLength)
          Sets the document history length.
 void setDocumentName(java.lang.String documentName)
          Sets the document name.
 void setExpression(java.lang.String expression)
           
 void setFoldersTo(java.lang.String foldersTo)
           
 void setFunctionalityIds(java.lang.String functionalityIds)
          Sets the functionality ids.
 void setJavaClassPath(java.lang.String javaClassPath)
           
 void setMailSubj(java.lang.String mailSubj)
          Sets the mail subj.
 void setMailTos(java.lang.String mailTos)
          Sets the mail tos.
 void setMailTxt(java.lang.String mailTxt)
          Sets the mail txt.
 void setSaveAsDocument(boolean saveAsDocument)
          Sets the save as document.
 void setSaveAsSnapshot(boolean saveAsSnapshot)
          Sets the save as snapshot.
 void setSendMail(boolean sendMail)
          Sets the send mail.
 void setSendToDl(boolean sendToDl)
          Sets the send to dl.
 void setSendToJavaClass(boolean sendToJavaClass)
           
 void setSnapshotDescription(java.lang.String snapshotDescription)
          Sets the snapshot description.
 void setSnapshotHistoryLength(java.lang.String snapshotHistoryLength)
          Sets the snapshot history length.
 void setSnapshotName(java.lang.String snapshotName)
          Sets the snapshot name.
 void setUseDataSet(boolean useDataSet)
           
 void setUseExpression(boolean useExpression)
           
 void setUseFixedFolder(boolean useFixedFolder)
           
 void setUseFixedRecipients(boolean useFixedRecipients)
           
 void setUseFolderDataSet(boolean useFolderDataSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveInfo

public SaveInfo()
Method Detail

isUseFixedFolder

public boolean isUseFixedFolder()
Returns:
the useFixedFolder

setUseFixedFolder

public void setUseFixedFolder(boolean useFixedFolder)
Parameters:
useFixedFolder - the useFixedFolder to set

getFoldersTo

public java.lang.String getFoldersTo()
Returns:
the foldersTo

setFoldersTo

public void setFoldersTo(java.lang.String foldersTo)
Parameters:
foldersTo - the foldersTo to set

isUseFolderDataSet

public boolean isUseFolderDataSet()
Returns:
the useFolderDataSet

setUseFolderDataSet

public void setUseFolderDataSet(boolean useFolderDataSet)
Parameters:
useFolderDataSet - the useFolderDataSet to set

getDataSetFolderLabel

public java.lang.String getDataSetFolderLabel()
Returns:
the dataSetFolderLabel

setDataSetFolderLabel

public void setDataSetFolderLabel(java.lang.String dataSetFolderLabel)
Parameters:
dataSetFolderLabel - the dataSetFolderLabel to set

getDataSetFolderParameterLabel

public java.lang.String getDataSetFolderParameterLabel()
Returns:
the dataSetFolderParameterLabel

setDataSetFolderParameterLabel

public void setDataSetFolderParameterLabel(java.lang.String dataSetFolderParameterLabel)
Parameters:
dataSetFolderParameterLabel - the dataSetFolderParameterLabel to set

removeDlId

public void removeDlId(java.lang.Integer dlId)
Removes the dl id.

Parameters:
dlId - the dl id

addDlId

public void addDlId(java.lang.Integer dlId)
Adds the dl id.

Parameters:
dlId - the dl id

getDocumentDescription

public java.lang.String getDocumentDescription()
Gets the document description.

Returns:
the document description

setDocumentDescription

public void setDocumentDescription(java.lang.String documentDescription)
Sets the document description.

Parameters:
documentDescription - the new document description

getDocumentHistoryLength

public java.lang.String getDocumentHistoryLength()
Gets the document history length.

Returns:
the document history length

setDocumentHistoryLength

public void setDocumentHistoryLength(java.lang.String documentHistoryLength)
Sets the document history length.

Parameters:
documentHistoryLength - the new document history length

getDocumentName

public java.lang.String getDocumentName()
Gets the document name.

Returns:
the document name

setDocumentName

public void setDocumentName(java.lang.String documentName)
Sets the document name.

Parameters:
documentName - the new document name

getMailTos

public java.lang.String getMailTos()
Gets the mail tos.

Returns:
the mail tos

setMailTos

public void setMailTos(java.lang.String mailTos)
Sets the mail tos.

Parameters:
mailTos - the new mail tos

getMailSubj

public java.lang.String getMailSubj()
Gets the mail subj.

Returns:
the mail subj

setMailSubj

public void setMailSubj(java.lang.String mailSubj)
Sets the mail subj.

Parameters:
mailSubj - the new mail subj

getMailTxt

public java.lang.String getMailTxt()
Gets the mail txt.

Returns:
the mail txt

setMailTxt

public void setMailTxt(java.lang.String mailTxt)
Sets the mail txt.

Parameters:
mailTxt - the new mail txt

isSaveAsDocument

public boolean isSaveAsDocument()
Checks if is save as document.

Returns:
true, if is save as document

setSaveAsDocument

public void setSaveAsDocument(boolean saveAsDocument)
Sets the save as document.

Parameters:
saveAsDocument - the new save as document

isSaveAsSnapshot

public boolean isSaveAsSnapshot()
Checks if is save as snapshot.

Returns:
true, if is save as snapshot

setSaveAsSnapshot

public void setSaveAsSnapshot(boolean saveAsSnapshot)
Sets the save as snapshot.

Parameters:
saveAsSnapshot - the new save as snapshot

isSendMail

public boolean isSendMail()
Checks if is send mail.

Returns:
true, if is send mail

setSendMail

public void setSendMail(boolean sendMail)
Sets the send mail.

Parameters:
sendMail - the new send mail

getSnapshotDescription

public java.lang.String getSnapshotDescription()
Gets the snapshot description.

Returns:
the snapshot description

setSnapshotDescription

public void setSnapshotDescription(java.lang.String snapshotDescription)
Sets the snapshot description.

Parameters:
snapshotDescription - the new snapshot description

getSnapshotHistoryLength

public java.lang.String getSnapshotHistoryLength()
Gets the snapshot history length.

Returns:
the snapshot history length

setSnapshotHistoryLength

public void setSnapshotHistoryLength(java.lang.String snapshotHistoryLength)
Sets the snapshot history length.

Parameters:
snapshotHistoryLength - the new snapshot history length

getSnapshotName

public java.lang.String getSnapshotName()
Gets the snapshot name.

Returns:
the snapshot name

setSnapshotName

public void setSnapshotName(java.lang.String snapshotName)
Sets the snapshot name.

Parameters:
snapshotName - the new snapshot name

getFunctionalityIds

public java.lang.String getFunctionalityIds()
Gets the functionality ids.

Returns:
the functionality ids

setFunctionalityIds

public void setFunctionalityIds(java.lang.String functionalityIds)
Sets the functionality ids.

Parameters:
functionalityIds - the new functionality ids

getDlIds

public java.util.List getDlIds()
Gets the dl ids.

Returns:
the dl ids

setDlIds

public void setDlIds(java.util.List dlIds)
Sets the dl ids.

Parameters:
dlIds - the new dl ids

isSendToDl

public boolean isSendToDl()
Checks if is send to dl.

Returns:
true, if is send to dl

setSendToDl

public void setSendToDl(boolean sendToDl)
Sets the send to dl.

Parameters:
sendToDl - the new send to dl

isAddToDl

public boolean isAddToDl()
Checks if is adds the to dl.

Returns:
true, if is adds the to dl

setAddToDl

public void setAddToDl(boolean addToDl)
Sets the adds the to dl.

Parameters:
addToDl - the new adds the to dl

getBiobjId

public int getBiobjId()
Gets the biobj id.

Returns:
the biobj id

setBiobjId

public void setBiobjId(int biobjId)
Sets the biobj id.

Parameters:
biobjId - the new biobj id

isUseDataSet

public boolean isUseDataSet()

setUseDataSet

public void setUseDataSet(boolean useDataSet)

getDataSetLabel

public java.lang.String getDataSetLabel()

setDataSetLabel

public void setDataSetLabel(java.lang.String dataSetLabel)

isUseExpression

public boolean isUseExpression()

setUseExpression

public void setUseExpression(boolean useExpression)

getExpression

public java.lang.String getExpression()

setExpression

public void setExpression(java.lang.String expression)

getDataSetParameterLabel

public java.lang.String getDataSetParameterLabel()

setDataSetParameterLabel

public void setDataSetParameterLabel(java.lang.String dataSetParameterLabel)

isUseFixedRecipients

public boolean isUseFixedRecipients()

setUseFixedRecipients

public void setUseFixedRecipients(boolean useFixedRecipients)

isSendToJavaClass

public boolean isSendToJavaClass()

setSendToJavaClass

public void setSendToJavaClass(boolean sendToJavaClass)

getJavaClassPath

public java.lang.String getJavaClassPath()

setJavaClassPath

public void setJavaClassPath(java.lang.String javaClassPath)