|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.file.transformation.SimpleTransformationParameter
public class SimpleTransformationParameter
Simple transformation parameter is an ITransformationParameter
implementation
containing the minimal information, only IParameterType
and its value.
Constructor Summary | |
---|---|
SimpleTransformationParameter(IParameterType parameter,
FileTransformation fileTransformation,
java.lang.String value)
The class constructor. |
Method Summary | |
---|---|
FileTransformation |
getFileTransformation()
Returns the fileTransformation. |
java.lang.String |
getId()
Only to be used by JPA |
IParameterType |
getParameter()
Returns the transformation parameters. |
java.lang.String |
getValue()
Returns the transformation parameter value. |
void |
setFileTransformation(FileTransformation fileTransformation)
Sets the fileTransformation. |
void |
setId(java.lang.String id)
Only to be used by JPA |
void |
setParameter(IParameterType parameter)
Sets the transformation parameter. |
void |
setValue(java.lang.String value)
Sets the transformation value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleTransformationParameter(IParameterType parameter, FileTransformation fileTransformation, java.lang.String value)
parameter
- the parameter Type.value
- the value.Method Detail |
---|
public IParameterType getParameter()
getParameter
in interface ITransformationParameter
public java.lang.String getValue()
getValue
in interface ITransformationParameter
public void setParameter(IParameterType parameter)
parameter
- public void setValue(java.lang.String value)
value
- public void setFileTransformation(FileTransformation fileTransformation)
fileTransformation
- the fileTransformation value to set.public FileTransformation getFileTransformation()
public java.lang.String getId()
getId
in interface ITransformationParameter
public void setId(java.lang.String id)
id
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |