com.bea.p13n.jobmanager.config
Class JobParamDefinition

java.lang.Object
  extended by com.bea.p13n.jobmanager.config.JobParamDefinition
All Implemented Interfaces
JobParamBean

public class JobParamDefinition
extends Object
implements JobParamBean

Represents parameters of a job definition.


Constructor Summary
JobParamDefinition(String name)
           
 
Method Summary
 String getName()
          Name of parameter
 String getValue()
          Value of parameter
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobParamDefinition

public JobParamDefinition(String name)
Method Detail

getName

public String getName()
Description copied from interface: JobParamBean
Name of parameter

Specified by:
getName in interface JobParamBean

setName

public void setName(String name)
Specified by:
setName in interface JobParamBean

getValue

public String getValue()
Description copied from interface: JobParamBean
Value of parameter

Specified by:
getValue in interface JobParamBean

setValue

public void setValue(String value)
Specified by:
setValue in interface JobParamBean


Copyright © 2011, Oracle. All rights reserved.