|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.structure.sync.model.serviceinstance.FileTransformation
public class FileTransformation
Model for FileTransformation
.
Nested Class Summary | |
---|---|
static class |
FileTransformation.FileTransformationComparator
Comparator for FileTransformation . |
Constructor Summary | |
---|---|
FileTransformation()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileTransformation()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |