Skip navigation links


oracle.iam.scheduler.vo
Class JobParameter

java.lang.Object
  extended by oracle.iam.scheduler.vo.JobParameter

All Implemented Interfaces:
java.io.Serializable

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

This value object contains the information about the Job Parameters Name of the Parameter Value of the Parameter Data Type of the Parameter Help Text of the parameter Is Parameter encrypted or not Is Parameter required or not

See Also:
Serialized Form

Field Summary
static java.lang.String DATA_TYPE_BOOLEAN
           
static java.lang.String DATA_TYPE_ITRESOURCE
           
static java.lang.String DATA_TYPE_NUMBER
           
static java.lang.String DATA_TYPE_STRING
           

 

Constructor Summary
JobParameter()
           

 

Method Summary
 java.lang.String getDataType()
           
 java.lang.String getHelpText()
           
 java.lang.String getName()
           
 java.lang.String getParameterKey()
           
 java.io.Serializable getValue()
           
 boolean isEncrypted()
           
 boolean isRequired()
           
 void setDataType(java.lang.String dataType)
           
 void setEncrypted(boolean encrypted)
           
 void setHelpText(java.lang.String helpText)
           
 void setName(java.lang.String name)
           
 void setParameterKey(java.lang.String key)
           
 void setRequired(boolean required)
           
 void setValue(java.io.Serializable value)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

DATA_TYPE_STRING

public static final java.lang.String DATA_TYPE_STRING
See Also:
Constant Field Values

DATA_TYPE_NUMBER

public static final java.lang.String DATA_TYPE_NUMBER
See Also:
Constant Field Values

DATA_TYPE_BOOLEAN

public static final java.lang.String DATA_TYPE_BOOLEAN
See Also:
Constant Field Values

DATA_TYPE_ITRESOURCE

public static final java.lang.String DATA_TYPE_ITRESOURCE
See Also:
Constant Field Values

Constructor Detail

JobParameter

public JobParameter()

Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

isRequired

public boolean isRequired()

setRequired

public void setRequired(boolean required)

isEncrypted

public boolean isEncrypted()

setEncrypted

public void setEncrypted(boolean encrypted)

getHelpText

public java.lang.String getHelpText()

setHelpText

public void setHelpText(java.lang.String helpText)

getDataType

public java.lang.String getDataType()

setDataType

public void setDataType(java.lang.String dataType)

getValue

public java.io.Serializable getValue()

setValue

public void setValue(java.io.Serializable value)

getParameterKey

public java.lang.String getParameterKey()

setParameterKey

public void setParameterKey(java.lang.String key)

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.