|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.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,
String value)
The class constructor. |
Method Summary | |
---|---|
FileTransformation |
getFileTransformation()
Returns the fileTransformation. |
String |
getId()
Only to be used by JPA |
IParameterType |
getParameter()
Returns the transformation parameters. |
String |
getValue()
Returns the transformation parameter value. |
void |
setFileTransformation(FileTransformation fileTransformation)
Sets the fileTransformation. |
void |
setId(String id)
Only to be used by JPA |
void |
setParameter(IParameterType parameter)
Sets the transformation parameter. |
void |
setValue(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, String value)
parameter
- the parameter Type.value
- the value.Method Detail |
---|
public IParameterType getParameter()
getParameter
in interface ITransformationParameter
public String getValue()
getValue
in interface ITransformationParameter
public void setParameter(IParameterType parameter)
parameter
- public void setValue(String value)
value
- public void setFileTransformation(FileTransformation fileTransformation)
fileTransformation
- the fileTransformation value to set.public FileTransformation getFileTransformation()
public String getId()
getId
in interface ITransformationParameter
public void setId(String id)
id
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |