Package wt.eff

Class EffConfigurationItemIdentificationObject

java.lang.Object
wt.fc._IdentificationObject
wt.fc.IdentificationObject
wt.eff._EffConfigurationItemIdentificationObject
wt.eff.EffConfigurationItemIdentificationObject
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._NetFactor, NetFactor

@GenAsUnPersistable(superClass=IdentificationObject.class, interfaces=java.io.Externalizable.class, versions=2438185513296908203L, properties=@GeneratedProperty(name="name",type=java.lang.String.class,supportedAPI=PRIVATE,javaDoc="The name of the configuration item is the key for all configuration item implementations.",constraints=@PropertyConstraints(upperLimit=80,required=true),columnProperties=@ColumnProperties(unique=true))) public class EffConfigurationItemIdentificationObject extends wt.eff._EffConfigurationItemIdentificationObject
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:
  • Method Details

    • 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