wt.part
Class StandardProductMasterDisplayIdentifier

java.lang.Object
  extended bywt.part.StandardProductMasterDisplayIdentifier
All Implemented Interfaces:
LocalizableMessage, Message, Serializable

public class StandardProductMasterDisplayIdentifier
extends Object
implements LocalizableMessage, Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private  String name
           
private  String number
           
private static String RESOURCE
           
 
Constructor Summary
StandardProductMasterDisplayIdentifier(WTProductMaster productMaster)
          Constructs a StandardNumberedNamedIdentifier object from the supplied object.
 
Method Summary
 String getLocalizedMessage(Locale locale)
          Returns the identity of in the form of a localized message for the specified locale.
 String toString()
          Returns the identity in string form, based on the current locale.
 
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

number

private String number

name

private String name
Constructor Detail

StandardProductMasterDisplayIdentifier

public StandardProductMasterDisplayIdentifier(WTProductMaster productMaster)
Constructs a StandardNumberedNamedIdentifier object from the supplied object. The object specified is expected to have name and number properties that can be gathered through java introspection.

Supported API: false

Parameters:
productMaster -
Method Detail

getLocalizedMessage

public String getLocalizedMessage(Locale locale)
Returns the identity of in the form of a localized message for the specified locale.

Supported API: false

Specified by:
getLocalizedMessage in interface LocalizableMessage
Parameters:
locale -
Returns:
String

toString

public String toString()
Returns the identity in string form, based on the current locale.

Supported API: false

Returns:
String