|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.tools.scheduler.to.SaveInfo
public class SaveInfo
Constructor Summary | |
---|---|
SaveInfo()
|
Method Summary | |
---|---|
void |
addDlId(java.lang.Integer dlId)
Adds the dl id. |
int |
getBiobjId()
Gets the biobj id. |
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 |
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 |
isUseFixedRecipients()
|
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 |
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 |
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 |
setUseFixedRecipients(boolean useFixedRecipients)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SaveInfo()
Method Detail |
---|
public void removeDlId(java.lang.Integer dlId)
dlId
- the dl idpublic void addDlId(java.lang.Integer dlId)
dlId
- the dl idpublic java.lang.String getDocumentDescription()
public void setDocumentDescription(java.lang.String documentDescription)
documentDescription
- the new document descriptionpublic java.lang.String getDocumentHistoryLength()
public void setDocumentHistoryLength(java.lang.String documentHistoryLength)
documentHistoryLength
- the new document history lengthpublic java.lang.String getDocumentName()
public void setDocumentName(java.lang.String documentName)
documentName
- the new document namepublic java.lang.String getMailTos()
public void setMailTos(java.lang.String mailTos)
mailTos
- the new mail tospublic java.lang.String getMailSubj()
public void setMailSubj(java.lang.String mailSubj)
mailSubj
- the new mail subjpublic java.lang.String getMailTxt()
public void setMailTxt(java.lang.String mailTxt)
mailTxt
- the new mail txtpublic boolean isSaveAsDocument()
public void setSaveAsDocument(boolean saveAsDocument)
saveAsDocument
- the new save as documentpublic boolean isSaveAsSnapshot()
public void setSaveAsSnapshot(boolean saveAsSnapshot)
saveAsSnapshot
- the new save as snapshotpublic boolean isSendMail()
public void setSendMail(boolean sendMail)
sendMail
- the new send mailpublic java.lang.String getSnapshotDescription()
public void setSnapshotDescription(java.lang.String snapshotDescription)
snapshotDescription
- the new snapshot descriptionpublic java.lang.String getSnapshotHistoryLength()
public void setSnapshotHistoryLength(java.lang.String snapshotHistoryLength)
snapshotHistoryLength
- the new snapshot history lengthpublic java.lang.String getSnapshotName()
public void setSnapshotName(java.lang.String snapshotName)
snapshotName
- the new snapshot namepublic java.lang.String getFunctionalityIds()
public void setFunctionalityIds(java.lang.String functionalityIds)
functionalityIds
- the new functionality idspublic java.util.List getDlIds()
public void setDlIds(java.util.List dlIds)
dlIds
- the new dl idspublic boolean isSendToDl()
public void setSendToDl(boolean sendToDl)
sendToDl
- the new send to dlpublic boolean isAddToDl()
public void setAddToDl(boolean addToDl)
addToDl
- the new adds the to dlpublic int getBiobjId()
public void setBiobjId(int biobjId)
biobjId
- the new biobj idpublic boolean isUseDataSet()
public void setUseDataSet(boolean useDataSet)
public java.lang.String getDataSetLabel()
public void setDataSetLabel(java.lang.String dataSetLabel)
public boolean isUseExpression()
public void setUseExpression(boolean useExpression)
public java.lang.String getExpression()
public void setExpression(java.lang.String expression)
public java.lang.String getDataSetParameterLabel()
public void setDataSetParameterLabel(java.lang.String dataSetParameterLabel)
public boolean isUseFixedRecipients()
public void setUseFixedRecipients(boolean useFixedRecipients)
public boolean isSendToJavaClass()
public void setSendToJavaClass(boolean sendToJavaClass)
public java.lang.String getJavaClassPath()
public void setJavaClassPath(java.lang.String javaClassPath)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |