wt.part
Class StandardWTProductConfigurationDisplayIdentity

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

public class StandardWTProductConfigurationDisplayIdentity
extends StandardDisplayIdentity
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private  LocalizableMessage productMasterDisplayIdentifier
           
private static String RESOURCE
           
 
Fields inherited from class wt.identity.StandardDisplayIdentity
 
Fields inherited from interface wt.identity.DisplayIdentity
DISPLAY_IDENTIFIER, DISPLAY_TYPE
 
Constructor Summary
StandardWTProductConfigurationDisplayIdentity(String resource_bundle, String message_key, LocalizableMessage display_type, LocalizableMessage display_identifier, LocalizableMessage product_master_display_identifier)
          

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

productMasterDisplayIdentifier

private LocalizableMessage productMasterDisplayIdentifier
Constructor Detail

StandardWTProductConfigurationDisplayIdentity

public StandardWTProductConfigurationDisplayIdentity(String resource_bundle,
                                                     String message_key,
                                                     LocalizableMessage display_type,
                                                     LocalizableMessage display_identifier,
                                                     LocalizableMessage product_master_display_identifier)


Supported API: false

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

getProductMasterDisplayIdentifier

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

Supported API: false

Returns:
LocalizableMessage