public class FileTransformation extends Object implements ICustomEquivalence
FileTransformation
.Modifier and Type | Class and Description |
---|---|
static class |
FileTransformation.FileTransformationComparator
Comparator for
FileTransformation . |
Constructor and Description |
---|
FileTransformation() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the identifier.
|
String |
getName()
Returns the name.
|
Set<FileTransformationParameter> |
getTransformationParameters()
Returns the
transformation parameters
. |
boolean |
isEquivalent(Object obj)
Returns whether this object is equivalent to the given object.
|
void |
setId(String id)
Sets the identifier.
|
public void setId(String id)
id
- the identifier.public String getId()
public String getName()
public Set<FileTransformationParameter> getTransformationParameters()
transformation parameters
.transformation parameters
.public boolean isEquivalent(Object obj)
ICustomEquivalence
isEquivalent
in interface ICustomEquivalence
obj
- the object to compare with.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.