Package com.mayam.wf.config.shared
Class Cvl.Entry
java.lang.Object
com.mayam.wf.config.shared.Cvl.Entry
- All Implemented Interfaces:
Copyable
,HasIdentity
,Serializable
- Enclosing class:
Cvl
- 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
-
Entry
public Entry()
-
-
Method Details
-
getValue
-
setValue
-
getText
-
getId
- Specified by:
getId
in interfaceHasIdentity
-
defaultDisplayText
- Specified by:
defaultDisplayText
in interfaceHasIdentity
-
equals
-
hashCode
public int hashCode() -
toString
-
copy
Description copied from interface:Copyable
Performs a deep copy of the object.
-