Package com.mayam.wf.config.shared
Class Relation
java.lang.Object
com.mayam.wf.config.shared.Relation
- All Implemented Interfaces:
Copyable
,Field.Parent
,Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.mayam.wf.attributes.shared.Copyable
Copyable.Utilities
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
Performs a deep copy of the object.boolean
getLabel()
int
hashCode()
void
setExpression
(String expression) void
setLabel
(TranslatedString label)
-
Constructor Details
-
Relation
public Relation()
-
-
Method Details
-
getLabel
-
getExpression
-
setExpression
-
getSortOrders
-
getFields
- Specified by:
getFields
in interfaceField.Parent
-
equals
-
hashCode
public int hashCode() -
copy
Description copied from interface:Copyable
Performs a deep copy of the object.