org.jwarp.service.work
Class WorkParameter

java.lang.Object
  |
  +--org.jwarp.service.param.Property
        |
        +--org.jwarp.service.param.Parameter
              |
              +--org.jwarp.service.param.InParameter
                    |
                    +--org.jwarp.service.work.WorkParameter
All Implemented Interfaces:
IInParameter, IParameter, IProperty

public class WorkParameter
extends InParameter

Title: JWeb Developer Header Description: Draft Copyright: Copyright (c) 2001 Company: ORCA Systems GmbH

Version:
1.0
Author:
Anatole Tresch

Field Summary
 int jobID
           
 
Fields inherited from class org.jwarp.service.param.InParameter
paramType
 
Fields inherited from class org.jwarp.service.param.Parameter
metadata
 
Fields inherited from class org.jwarp.service.param.Property
name, value
 
Fields inherited from interface org.jwarp.service.param.IInParameter
PARAMTYPE_IN, PARAMTYPE_INOUT, PARAMTYPE_OUT
 
Constructor Summary
WorkParameter()
           
WorkParameter(java.lang.String name, java.lang.Object value)
           
WorkParameter(java.lang.String name, java.lang.Object value, int jobID)
           
 
Method Summary
 int getJobID()
           
 void setJobID(int id)
           
 
Methods inherited from class org.jwarp.service.param.InParameter
getParamType, setValue
 
Methods inherited from class org.jwarp.service.param.Parameter
getMetaData, getName
 
Methods inherited from class org.jwarp.service.param.Property
getAsBoolean, getAsDouble, getAsFloat, getAsInteger, getAsLong, getAsString, getValue, getValue, setName
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jwarp.service.param.IParameter
getMetaData
 
Methods inherited from interface org.jwarp.service.param.IProperty
getAsBoolean, getAsDouble, getAsFloat, getAsInteger, getAsLong, getAsString, getName, getValue, getValue
 

Field Detail

jobID

public int jobID
Constructor Detail

WorkParameter

public WorkParameter()
              throws ParameterException

WorkParameter

public WorkParameter(java.lang.String name,
                     java.lang.Object value)
              throws ParameterException

WorkParameter

public WorkParameter(java.lang.String name,
                     java.lang.Object value,
                     int jobID)
              throws ParameterException
Method Detail

getJobID

public int getJobID()

setJobID

public void setJobID(int id)

©   O R C A   S y s t e m s