lumis.portal.file.transformation
Class SimpleTransformationParameter

Package class diagram package SimpleTransformationParameter
java.lang.Object
  extended by lumis.portal.file.transformation.SimpleTransformationParameter
All Implemented Interfaces:
Serializable, ITransformationParameter

public class SimpleTransformationParameter
extends Object
implements ITransformationParameter, Serializable

Simple transformation parameter is an ITransformationParameter implementation containing the minimal information, only IParameterType and its value.

Since:
6.1.0
See Also:
Serialized Form

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

SimpleTransformationParameter

public SimpleTransformationParameter(IParameterType parameter,
                                     FileTransformation fileTransformation,
                                     String value)
The class constructor.

Parameters:
parameter - the parameter Type.
value - the value.
Since:
6.1.0
Method Detail

getParameter

public IParameterType getParameter()
Returns the transformation parameters.

Specified by:
getParameter in interface ITransformationParameter
Returns:
the parameter.
Since:
6.1.0

getValue

public String getValue()
Returns the transformation parameter value.

Specified by:
getValue in interface ITransformationParameter
Returns:
the parameter value.
Since:
6.1.0

setParameter

public void setParameter(IParameterType parameter)
Sets the transformation parameter.

Parameters:
parameter -
Since:
6.1.0

setValue

public void setValue(String value)
Sets the transformation value.

Parameters:
value -
Since:
6.1.0

setFileTransformation

public void setFileTransformation(FileTransformation fileTransformation)
Sets the fileTransformation.

Parameters:
fileTransformation - the fileTransformation value to set.
Since:
6.1.0

getFileTransformation

public FileTransformation getFileTransformation()
Returns the fileTransformation.

Returns:
the fileTransformation
Since:
6.1.0

getId

public String getId()
Only to be used by JPA

Specified by:
getId in interface ITransformationParameter
Returns:
the id
Since:
6.1.0

setId

public void setId(String id)
Only to be used by JPA

Parameters:
id -
Since:
6.1.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.