wt.identity
Class StandardViewVersionedDisplayIdentity

java.lang.Object
  extended bywt.identity.StandardDisplayIdentity
      extended bywt.identity.StandardVersionedDisplayIdentity
          extended bywt.identity.StandardViewVersionedDisplayIdentity
All Implemented Interfaces:
DisplayIdentity, IteratedDisplayIdentity, LocalizableMessage, Message, Serializable, VersionedDisplayIdentity, ViewManageableDisplayIdentity

public class StandardViewVersionedDisplayIdentity
extends StandardVersionedDisplayIdentity
implements ViewManageableDisplayIdentity, Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private  DisplayIdentity iterationDisplayIdentitySansView
           
private static String RESOURCE
           
 
Fields inherited from class wt.identity.StandardVersionedDisplayIdentity
 
Fields inherited from class wt.identity.StandardDisplayIdentity
 
Fields inherited from interface wt.identity.ViewManageableDisplayIdentity
ITERATION_DISPLAY_IDENTITY_SANS_VIEW
 
Fields inherited from interface wt.identity.IteratedDisplayIdentity
ITERATION_DISPLAY_IDENTITY
 
Fields inherited from interface wt.identity.DisplayIdentity
DISPLAY_IDENTIFIER, DISPLAY_TYPE
 
Fields inherited from interface wt.identity.VersionedDisplayIdentity
CONCEPT_DISPLAY_IDENTITY, VERSION_DISPLAY_IDENTITY
 
Constructor Summary
StandardViewVersionedDisplayIdentity(String resource_bundle, String message_key, LocalizableMessage display_type, LocalizableMessage display_identifier, DisplayIdentity concept_identity, DisplayIdentity version_identity, DisplayIdentity iteration_identity, DisplayIdentity iteration_sans_view_identity)
          

Supported API: false
 
Method Summary
 DisplayIdentity getIterationDisplayIdentitySansView()
          Gets the value of the attribute: iterationDisplayIdentitySansView; Identifies the version of this concept.
 
Methods inherited from class wt.identity.StandardVersionedDisplayIdentity
getConceptDisplayIdentity, getIterationDisplayIdentity, getVersionDisplayIdentity
 
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.IteratedDisplayIdentity
getIterationDisplayIdentity
 
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

iterationDisplayIdentitySansView

private DisplayIdentity iterationDisplayIdentitySansView
Constructor Detail

StandardViewVersionedDisplayIdentity

public StandardViewVersionedDisplayIdentity(String resource_bundle,
                                            String message_key,
                                            LocalizableMessage display_type,
                                            LocalizableMessage display_identifier,
                                            DisplayIdentity concept_identity,
                                            DisplayIdentity version_identity,
                                            DisplayIdentity iteration_identity,
                                            DisplayIdentity iteration_sans_view_identity)


Supported API: false

Parameters:
resource_bundle -
message_key -
display_type -
display_identifier -
concept_identity -
version_identity -
iteration_identity -
iteration_sans_view_identity -
Method Detail

getIterationDisplayIdentitySansView

public DisplayIdentity getIterationDisplayIdentitySansView()
Gets the value of the attribute: iterationDisplayIdentitySansView; Identifies the version of this concept. The identification for every version of the concept is different.

Supported API: false

Specified by:
getIterationDisplayIdentitySansView in interface ViewManageableDisplayIdentity
Returns:
DisplayIdentity