wt.identity
Class StandardRevisionViewDisplayIdentity

java.lang.Object
  extended bywt.identity.StandardDisplayIdentity
      extended bywt.identity.StandardRevisionViewDisplayIdentity
All Implemented Interfaces:
DisplayIdentity, LocalizableMessage, Message, Serializable

public class StandardRevisionViewDisplayIdentity
extends StandardDisplayIdentity
implements Serializable

Uses resource bundle wt.identity.identityResource and tags identityResource.REVISION_VIEW_IDENTITY to format the identity, identityResource.REVISION_VIEW_TYPOE to provide the text label for a revision and view value label and identityResource.REVISION_VIEW_NULL to format a null value.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
private  DisplayIdentity revisionDisplayIdentity
           
private  DisplayIdentity viewDisplayIdentity
           
 
Fields inherited from class wt.identity.StandardDisplayIdentity
 
Fields inherited from interface wt.identity.DisplayIdentity
DISPLAY_IDENTIFIER, DISPLAY_TYPE
 
Constructor Summary
StandardRevisionViewDisplayIdentity(DisplayIdentity revision, DisplayIdentity view)
          

Supported API: false
 
Method Summary
 DisplayIdentity getRevisionDisplayIdentity()
          Gets the value of the attribute: revisionDisplayIdentity.
 DisplayIdentity getViewDisplayIdentity()
          Gets the value of the attribute: viewDisplayIdentity.
 
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
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

revisionDisplayIdentity

private DisplayIdentity revisionDisplayIdentity

viewDisplayIdentity

private DisplayIdentity viewDisplayIdentity
Constructor Detail

StandardRevisionViewDisplayIdentity

public StandardRevisionViewDisplayIdentity(DisplayIdentity revision,
                                           DisplayIdentity view)


Supported API: false

Parameters:
revision -
view -
Method Detail

getRevisionDisplayIdentity

public DisplayIdentity getRevisionDisplayIdentity()
Gets the value of the attribute: revisionDisplayIdentity.

Supported API: false

Returns:
DisplayIdentity

getViewDisplayIdentity

public DisplayIdentity getViewDisplayIdentity()
Gets the value of the attribute: viewDisplayIdentity.

Supported API: false

Returns:
DisplayIdentity