public interface ISchedJobConfigurationItem
| Modifier and Type | Method and Description |
|---|---|
ISchedJobConfigurationItem |
clone() |
java.lang.String |
getFieldName()
Get the name of the configuration field
|
java.lang.String |
getFieldType()
Get the type of the configuration field
|
java.lang.String |
getFieldValue()
Get the value of the field
|
Id |
getId()
Get the Id of the job field configuration
|
Id |
getJobId()
Get the Id of the job to which this configuration field belongs
|
boolean |
isEncrypted()
Check if the value of the field is encrypted
|
void |
setEncrypted(boolean isEncrypted)
Specify whether the field value should be encrypted
|
void |
setFieldName(java.lang.String fieldName)
Set the name of the configuration field
|
void |
setFieldType(java.lang.String fieldType)
Set the type of the field
|
void |
setFieldValue(java.lang.String fieldValue)
Set the value of the field
|
void |
setJobId(Id jobId)
Set the Id of the job to which this configuration field belongs
|
Id getId()
Id getJobId()
void setJobId(Id jobId)
jobId - The Id of the Jobjava.lang.String getFieldName()
void setFieldName(java.lang.String fieldName)
fieldName - Name of the fieldjava.lang.String getFieldType()
void setFieldType(java.lang.String fieldType)
fieldType - The field type - currently 'String'java.lang.String getFieldValue()
void setFieldValue(java.lang.String fieldValue)
fieldValue - The field valueboolean isEncrypted()
void setEncrypted(boolean isEncrypted)
isEncrypted - If true, the field will be encrypted; otherwise it will be stored and displayed in plain textISchedJobConfigurationItem clone()
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.