Package com.mayam.wf.config.shared
Class ApprovalRole
java.lang.Object
com.mayam.wf.config.shared.ApprovalRole
- All Implemented Interfaces:
Copyable
,HasIdentity
,Serializable
Describes an approval role. The id will be used as key of the
Approval
map used
for the Attribute.APPROVAL
.- Author:
- Markus MÃ¥rtensson
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.mayam.wf.attributes.shared.Copyable
Copyable.Utilities
Nested classes/interfaces inherited from interface com.mayam.wf.config.shared.HasIdentity
HasIdentity.Utilities
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ApprovalRole
public ApprovalRole()
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceHasIdentity
-
setId
-
getLabel
-
defaultDisplayText
- Specified by:
defaultDisplayText
in interfaceHasIdentity
-
equals
-
hashCode
public int hashCode() -
copy
Description copied from interface:Copyable
Performs a deep copy of the object.
-