wt.part
Class StandardWTProductInstance2DisplayIdentity

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

public class StandardWTProductInstance2DisplayIdentity
extends StandardDisplayIdentity
implements IteratedDisplayIdentity, Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private  DisplayIdentity iterationDisplayIdentity
           
private  LocalizableMessage productMasterDisplayIdentifier
           
private static String RESOURCE
           
private  DisplayIdentity versionDisplayIdentity
           
 
Fields inherited from class wt.identity.StandardDisplayIdentity
 
Fields inherited from interface wt.identity.IteratedDisplayIdentity
ITERATION_DISPLAY_IDENTITY
 
Fields inherited from interface wt.identity.DisplayIdentity
DISPLAY_IDENTIFIER, DISPLAY_TYPE
 
Constructor Summary
StandardWTProductInstance2DisplayIdentity(String resource_bundle, String message_key, LocalizableMessage display_type, LocalizableMessage display_identifier, DisplayIdentity version_display_identity, DisplayIdentity iteration_display_identity, LocalizableMessage product_master_display_identifier)
          

Supported API: false
 
Method Summary
 DisplayIdentity getIterationDisplayIdentity()
          Gets the value of the attribute: iterationDisplayIdentity.
 LocalizableMessage getProductMasterDisplayIdentifier()
          Gets the value of the attribute: productMasterDisplayIdentifier.
 DisplayIdentity getVersionDisplayIdentity()
          Gets the value of the attribute: versionDisplayIdentity.
 
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

versionDisplayIdentity

private DisplayIdentity versionDisplayIdentity

productMasterDisplayIdentifier

private LocalizableMessage productMasterDisplayIdentifier

iterationDisplayIdentity

private DisplayIdentity iterationDisplayIdentity
Constructor Detail

StandardWTProductInstance2DisplayIdentity

public StandardWTProductInstance2DisplayIdentity(String resource_bundle,
                                                 String message_key,
                                                 LocalizableMessage display_type,
                                                 LocalizableMessage display_identifier,
                                                 DisplayIdentity version_display_identity,
                                                 DisplayIdentity iteration_display_identity,
                                                 LocalizableMessage product_master_display_identifier)


Supported API: false

Parameters:
resource_bundle -
message_key -
display_type -
display_identifier -
version_display_identity -
iteration_display_identity -
product_master_display_identifier -
Method Detail

getVersionDisplayIdentity

public DisplayIdentity getVersionDisplayIdentity()
Gets the value of the attribute: versionDisplayIdentity.

Supported API: false

Returns:
DisplayIdentity

getProductMasterDisplayIdentifier

public LocalizableMessage getProductMasterDisplayIdentifier()
Gets the value of the attribute: productMasterDisplayIdentifier.

Supported API: false

Returns:
LocalizableMessage

getIterationDisplayIdentity

public DisplayIdentity getIterationDisplayIdentity()
Gets the value of the attribute: iterationDisplayIdentity.

Supported API: false

Specified by:
getIterationDisplayIdentity in interface IteratedDisplayIdentity
Returns:
DisplayIdentity