de.phleisch.app.itsucks.job
Class JobParameter
java.lang.Object
de.phleisch.app.itsucks.job.JobParameter
- All Implemented Interfaces:
- java.io.Serializable
public class JobParameter
- extends java.lang.Object
- implements java.io.Serializable
The JobParameter is a generic parameter which can be given to an job.
Also filter can add specific JobParameter when filtering jobs and a condition is met.
If more attributes are needed, extend from this class.
- Author:
- olli
- See Also:
- Serialized Form
|
Constructor Summary |
JobParameter(java.lang.String pKey,
java.lang.Object pValue)
|
|
Method Summary |
java.lang.String |
getKey()
|
java.lang.Object |
getValue()
|
void |
setKey(java.lang.String pKey)
|
void |
setValue(java.lang.Object pValue)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobParameter
public JobParameter(java.lang.String pKey,
java.lang.Object pValue)
getKey
public java.lang.String getKey()
setKey
public void setKey(java.lang.String pKey)
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object pValue)
Copyright © 2010. All Rights Reserved.