wt.identity
Class StandardVersionedDisplayIdentity
java.lang.Object
wt.identity.StandardDisplayIdentity
wt.identity.StandardVersionedDisplayIdentity
- All Implemented Interfaces:
- DisplayIdentity, IteratedDisplayIdentity, LocalizableMessage, Message, Serializable, VersionedDisplayIdentity
- Direct Known Subclasses:
- StandardViewVersionedDisplayIdentity
- public class StandardVersionedDisplayIdentity
- extends StandardDisplayIdentity
- implements VersionedDisplayIdentity, Serializable
Implements DisplayIdentity
for versioned objects
Supported API: true
Extendable: false
- See Also:
- Serialized Form
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
conceptDisplayIdentity
private DisplayIdentity conceptDisplayIdentity
versionDisplayIdentity
private DisplayIdentity versionDisplayIdentity
iterationDisplayIdentity
private DisplayIdentity iterationDisplayIdentity
StandardVersionedDisplayIdentity
public StandardVersionedDisplayIdentity(String resource_bundle,
String message_key,
LocalizableMessage display_type,
LocalizableMessage display_identifier,
DisplayIdentity concept_identity,
DisplayIdentity version_identity,
DisplayIdentity iteration_identity)
Supported API: false
- Parameters:
resource_bundle
- message_key
- display_type
- display_identifier
- concept_identity
- version_identity
- iteration_identity
-
getConceptDisplayIdentity
public DisplayIdentity getConceptDisplayIdentity()
- Gets the value of the attribute: conceptDisplayIdentity; Identifies
the concept for which this version applies. The concept portion is
invanriant for all the versions.
Supported API: false
- Specified by:
getConceptDisplayIdentity
in interface VersionedDisplayIdentity
- Returns:
- DisplayIdentity
getVersionDisplayIdentity
public DisplayIdentity getVersionDisplayIdentity()
- Gets the value of the attribute: versionDisplayIdentity; Identifies
the version of this concept. The identification for every version
of the concept is different.
Supported API: false
- Specified by:
getVersionDisplayIdentity
in interface VersionedDisplayIdentity
- Returns:
- DisplayIdentity
getIterationDisplayIdentity
public DisplayIdentity getIterationDisplayIdentity()
- Gets the value of the attribute: iterationDisplayIdentity; Identifies
the version of this concept. The identification for every version
of the concept is different.
Supported API: false
- Specified by:
getIterationDisplayIdentity
in interface IteratedDisplayIdentity
- Returns:
- DisplayIdentity