Package com.mayam.wf.config.shared
Class Thesaurus
java.lang.Object
com.mayam.wf.config.shared.Thesaurus
- All Implemented Interfaces:
Copyable
,Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
Nested classes/interfaces inherited from interface com.mayam.wf.attributes.shared.Copyable
Copyable.Utilities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()
Performs a deep copy of the object.boolean
List of properties that will be shown in addition to the default label (forThesaurus.Type.JUSTSKOS
, this is theprefLabel
).getType()
int
hashCode()
void
void
setType
(Thesaurus.Type type)
-
Constructor Details
-
Thesaurus
public Thesaurus()
-
-
Method Details
-
getType
-
getScheme
-
setScheme
-
getDisplayProperties
List of properties that will be shown in addition to the default label (forThesaurus.Type.JUSTSKOS
, this is theprefLabel
).- See Also:
-
copy
Description copied from interface:Copyable
Performs a deep copy of the object. -
hashCode
public int hashCode() -
equals
-