public class SimpleTransformationParameter extends Object implements ITransformationParameter, Serializable
ITransformationParameter
implementation
containing the minimal information, only IParameterType
and its value.Constructor and Description |
---|
SimpleTransformationParameter(IParameterType parameter,
FileTransformation fileTransformation,
String value)
The class constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public SimpleTransformationParameter(IParameterType parameter, FileTransformation fileTransformation, String value)
parameter
- the parameter Type.value
- the value.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
- LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.