wt.eff
Class StandardProductInstanceDisplayIdentity

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

public class StandardProductInstanceDisplayIdentity
extends StandardDisplayIdentity
implements Serializable

Display identity for product instances.

Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
          Deprecated.  
private  DisplayIdentity configItemDisplayIdentity
          Deprecated.  
private static String RESOURCE
          Deprecated.  
 
Fields inherited from class wt.identity.StandardDisplayIdentity
 
Fields inherited from interface wt.identity.DisplayIdentity
DISPLAY_IDENTIFIER, DISPLAY_TYPE
 
Constructor Summary
StandardProductInstanceDisplayIdentity(String resource_bundle, String message_key, LocalizableMessage display_type, LocalizableMessage display_identifier, DisplayIdentity config_item_identity)
          Deprecated.  
 
Method Summary
 DisplayIdentity getConfigItemDisplayIdentity()
          Deprecated.  
 
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
Deprecated. 
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Deprecated. 

configItemDisplayIdentity

private DisplayIdentity configItemDisplayIdentity
Deprecated. 
Constructor Detail

StandardProductInstanceDisplayIdentity

public StandardProductInstanceDisplayIdentity(String resource_bundle,
                                              String message_key,
                                              LocalizableMessage display_type,
                                              LocalizableMessage display_identifier,
                                              DisplayIdentity config_item_identity)
Deprecated.  

Constructor for identity.

Supported API: false

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

getConfigItemDisplayIdentity

public DisplayIdentity getConfigItemDisplayIdentity()
Deprecated.  

Gets the value of the attribute: configItemDisplayIdentity; The product instance's configuration item's display identity.

Supported API: false

Returns:
DisplayIdentity