wt.eff
Class EffConfigurationItemIdentificationObject

java.lang.Object
  extended by wt.fc.IdentificationObject
      extended by wt.eff.EffConfigurationItemIdentificationObject
All Implemented Interfaces:
Externalizable, Serializable, NetFactor

public class EffConfigurationItemIdentificationObject
extends IdentificationObject
implements Externalizable

The identification object to be used by all implementations of configuration item.

Use the newEffConfigurationItemIdentificationObject static factory method(s), not the EffConfigurationItemIdentificationObject constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
EffConfigurationItem, Serialized Form

Method Summary
protected  void initialize(EffConfigurationItem configItem)
          Supports initialization, following construction of an instance.
static EffConfigurationItemIdentificationObject newEffConfigurationItemIdentificationObject(EffConfigurationItem configItem)
          The factory to be used by the configuration item's implementation of get/setIdentificationObject.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

newEffConfigurationItemIdentificationObject

public static EffConfigurationItemIdentificationObject newEffConfigurationItemIdentificationObject(EffConfigurationItem configItem)
                                                                                            throws WTException
The factory to be used by the configuration item's implementation of get/setIdentificationObject.

Supported API: true

Parameters:
configItem -
Returns:
EffConfigurationItemIdentificationObject
Throws:
WTException

initialize

protected void initialize(EffConfigurationItem configItem)
                   throws WTException
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.

Supported API: true

Parameters:
configItem -
Throws:
WTException