wt.identity
Class StandardVersionedDisplayIdentity

java.lang.Object
  extended bywt.identity.StandardDisplayIdentity
      extended bywt.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

Field Summary
private static String CLASSNAME
           
private  DisplayIdentity conceptDisplayIdentity
           
private  DisplayIdentity iterationDisplayIdentity
           
private static String RESOURCE
           
private  DisplayIdentity versionDisplayIdentity
           
 
Fields inherited from class wt.identity.StandardDisplayIdentity
 
Fields inherited from interface wt.identity.VersionedDisplayIdentity
CONCEPT_DISPLAY_IDENTITY, VERSION_DISPLAY_IDENTITY
 
Fields inherited from interface wt.identity.IteratedDisplayIdentity
ITERATION_DISPLAY_IDENTITY
 
Fields inherited from interface wt.identity.DisplayIdentity
DISPLAY_IDENTIFIER, DISPLAY_TYPE
 
Constructor Summary
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
 
Method Summary
 DisplayIdentity getConceptDisplayIdentity()
          Gets the value of the attribute: conceptDisplayIdentity; Identifies the concept for which this version applies.
 DisplayIdentity getIterationDisplayIdentity()
          Gets the value of the attribute: iterationDisplayIdentity; Identifies the version of this concept.
 DisplayIdentity getVersionDisplayIdentity()
          Gets the value of the attribute: versionDisplayIdentity; Identifies the version of this concept.
 
Methods inherited from class wt.identity.StandardDisplayIdentity
getDisplayIdentifier, getDisplayType, getLocalizedMessage, setDisplayIdentifier, setDisplayType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface wt.identity.DisplayIdentity
getDisplayIdentifier, getDisplayType
 
Methods inherited from interface wt.util.LocalizableMessage
getLocalizedMessage
 

Field Detail

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
Constructor Detail

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 -
Method Detail

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