lumis.portal.structure.sync.model.serviceinstance
Class FileTransformation

Package class diagram package FileTransformation
java.lang.Object
  extended by lumis.portal.structure.sync.model.serviceinstance.FileTransformation
All Implemented Interfaces:
ICustomEquivalence

public class FileTransformation
extends Object
implements ICustomEquivalence

Model for FileTransformation.

Since:
6.2.0

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

FileTransformation

public FileTransformation()
Method Detail

setId

public void setId(String id)
Sets the identifier.

Parameters:
id - the identifier.
Since:
6.2.0

getId

public String getId()
Returns the identifier.

Returns:
the identifier.
Since:
6.2.0

getName

public String getName()
Returns the name.

Returns:
the name.
Since:
6.2.0

getTransformationParameters

public Set<FileTransformationParameter> getTransformationParameters()
Returns the transformation parameters .

Returns:
the transformation parameters .
Since:
6.2.0

isEquivalent

public boolean isEquivalent(Object obj)
Description copied from interface: ICustomEquivalence
Returns whether this object is equivalent to the given object. If the object is equivalent, it will not need to be updated during synchronization.

Specified by:
isEquivalent in interface ICustomEquivalence
Parameters:
obj - the object to compare with.
Returns:
true if the objects are equivalent, false otherwise.


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