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