public class FileTransformationParameter extends Object implements ICustomEquivalence
SimpleTransformationParameter
.Modifier and Type | Class and Description |
---|---|
static class |
FileTransformationParameter.FileTransformationParameterComparator
Comparator for
FileTransformationParameter . |
Constructor and Description |
---|
FileTransformationParameter() |
Modifier and Type | Method and Description |
---|---|
FileTransformationParameterType |
getType()
Returns the
transformation
parameter type . |
boolean |
isEquivalent(Object obj)
Returns whether this object is equivalent to the given object.
|
boolean |
isToBePersisted()
Returns whether this object should be persisted or not.
|
void |
setId(String id)
Sets the identifier.
|
void |
setImplicitValues(org.hibernate.Session session,
Map<String,String> map)
Set the implicit values of the current
parameter . |
void |
setToBePersisted(boolean toBePersisted)
Sets whether this object should be persisted or not.
|
public void setId(String id)
id
- the identifier.public FileTransformationParameterType getType()
transformation
parameter type
.transformation
parameter type
.public boolean isToBePersisted()
public void setToBePersisted(boolean toBePersisted)
toBePersisted
- indicates whether this object should be persisted or not.public boolean isEquivalent(Object obj)
ICustomEquivalence
isEquivalent
in interface ICustomEquivalence
obj
- the object to compare with.public void setImplicitValues(org.hibernate.Session session, Map<String,String> map) throws Exception
parameter
.session
- the session to be used.map
- the mapping of identifier
indexed by name.Exception
- if some error occur.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.