wt.eff
Class DisplayIdentificationProductInstanceDelegate

java.lang.Object
  extended bywt.identity.DisplayIdentificationStandardDelegate
      extended bywt.eff.DisplayIdentificationProductInstanceDelegate
All Implemented Interfaces:
DisplayIdentification, DisplayIdentificationDelegate, Externalizable, Serializable

public class DisplayIdentificationProductInstanceDelegate
extends DisplayIdentificationStandardDelegate
implements Externalizable

Delegate for displaying a product instance.

Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
          Deprecated.  
private  DisplayIdentity configItemIdentity
          Deprecated.  
static long EXTERNALIZATION_VERSION_UID
          Deprecated.  
protected static long OLD_FORMAT_VERSION_UID
          Deprecated.  
private static String RESOURCE
          Deprecated.  
(package private) static long serialVersionUID
          Deprecated.  
 
Fields inherited from class wt.identity.DisplayIdentificationStandardDelegate
VERBOSE
 
Fields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE
 
Constructor Summary
DisplayIdentificationProductInstanceDelegate()
          Deprecated.  
 
Method Summary
protected  DisplayIdentity getConfigItemIdentity()
          Deprecated.  
 DisplayIdentity getDisplayIdentity()
          Deprecated.  
protected  void initializeConfigItemIdentity(Object object)
          Deprecated.  
protected  void initializeIdentifier(Object object)
          Deprecated.  
protected  void initializeType(Object object)
          Deprecated.  
 void readExternal(ObjectInput input)
          Deprecated.  
private  boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Deprecated. Reads the non-transient fields of this class from an external source, which is not the current version.
protected  boolean readVersion(DisplayIdentificationProductInstanceDelegate thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Deprecated.  
protected  void setConfigItemIdentity(DisplayIdentity a_ConfigItemIdentity)
          Deprecated.  
 void writeExternal(ObjectOutput output)
          Deprecated.  
 
Methods inherited from class wt.identity.DisplayIdentificationStandardDelegate
getDisplayIdentifier, getDisplayType, getIdentifier, getMessageKey, getOriginalType, getResourceBundle, getType, initialize, readVersion, setIdentifier, setOriginalType, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
Deprecated. 
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Deprecated. 

configItemIdentity

private DisplayIdentity configItemIdentity
Deprecated. 

serialVersionUID

static final long serialVersionUID
Deprecated. 
See Also:
Constant Field Values

EXTERNALIZATION_VERSION_UID

public static final long EXTERNALIZATION_VERSION_UID
Deprecated. 
See Also:
Constant Field Values

OLD_FORMAT_VERSION_UID

protected static final long OLD_FORMAT_VERSION_UID
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

DisplayIdentificationProductInstanceDelegate

public DisplayIdentificationProductInstanceDelegate()
Deprecated. 
Method Detail

writeExternal

public void writeExternal(ObjectOutput output)
                   throws IOException
Deprecated.  

Writes the non-transient fields of this class to an external source.

Supported API: false

Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class DisplayIdentificationStandardDelegate
Parameters:
output -
Throws:
IOException

readExternal

public void readExternal(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Deprecated.  

Reads the non-transient fields of this class from an external source.

Supported API: false

Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class DisplayIdentificationStandardDelegate
Parameters:
input -
Throws:
IOException
ClassNotFoundException

readVersion

protected boolean readVersion(DisplayIdentificationProductInstanceDelegate thisObject,
                              ObjectInput input,
                              long readSerialVersionUID,
                              boolean passThrough,
                              boolean superDone)
                       throws IOException,
                              ClassNotFoundException
Deprecated.  

Reads the non-transient fields of this class from an external source.

Supported API: false

Parameters:
thisObject -
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

readOldVersion

private boolean readOldVersion(ObjectInput input,
                               long readSerialVersionUID,
                               boolean passThrough,
                               boolean superDone)
                        throws IOException,
                               ClassNotFoundException
Deprecated. 
Reads the non-transient fields of this class from an external source, which is not the current version.

Parameters:
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

getConfigItemIdentity

protected DisplayIdentity getConfigItemIdentity()
Deprecated.  

Gets the value of the attribute: configItemIdentity; Identifies the concept for which this version applies. The concept portion is invanriant for all the versions.

Supported API: false

Returns:
DisplayIdentity

setConfigItemIdentity

protected void setConfigItemIdentity(DisplayIdentity a_ConfigItemIdentity)
Deprecated.  

Sets the value of the attribute: configItemIdentity; Identifies the concept for which this version applies. The concept portion is invanriant for all the versions.

Supported API: false

Parameters:
a_ConfigItemIdentity -

initializeConfigItemIdentity

protected void initializeConfigItemIdentity(Object object)
Deprecated.  

Initialize the identity for the concept portion of the object.

Supported API: false

Parameters:
object -

getDisplayIdentity

public DisplayIdentity getDisplayIdentity()
Deprecated.  



Supported API: false

Specified by:
getDisplayIdentity in interface DisplayIdentification
Overrides:
getDisplayIdentity in class DisplayIdentificationStandardDelegate
Returns:
DisplayIdentity

initializeIdentifier

protected void initializeIdentifier(Object object)
Deprecated.  

Initialize the identifier attribute of this property object.

Supported API: false

Specified by:
initializeIdentifier in class DisplayIdentificationStandardDelegate
Parameters:
object -

initializeType

protected void initializeType(Object object)
Deprecated.  

Initialize the type attribute of this property object.

Supported API: false

Specified by:
initializeType in class DisplayIdentificationStandardDelegate
Parameters:
object -