Package wt.part

Class WTPartMasterKey

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._SemanticKey
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._IdentificationObjectNamespace, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.fc.IdentificationObjectNamespace, NetFactor, ObjectMappable, Persistable, DisplayIdentification, wt.inf.container._WTContainerNamespace, wt.inf.container.WTContainerNamespace, _OrganizationOwnedIdentificationObjectNamespace, OrganizationOwnedIdentificationObjectNamespace

@GenAsPersistable(superClass=SemanticKey.class, interfaces={OrganizationOwnedIdentificationObjectNamespace.class,wt.inf.container.WTContainerNamespace.class}, extendable=true, versions=-4236362769123525171L, tableProperties=@TableProperties(oracleTableSize=HUGE)) public class WTPartMasterKey extends _WTPartMasterKey
The table for the uniqueness constraint of number on the master.

Use the newWTPartMasterKey static factory method(s), not the WTPartMasterKey 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: true

See Also:
  • Method Details

    • newWTPartMasterKey

      public static WTPartMasterKey newWTPartMasterKey(String identity) throws WTException


      Supported API: true
      Parameters:
      identity -
      Returns:
      WTPartMasterKey
      Throws:
      WTException
    • initialize

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

      Supported API: true
      Overrides:
      initialize in class SemanticKey
      Parameters:
      identity -
      Throws:
      WTException