Class _NonconformanceMasterIdentity

java.lang.Object
wt.fc._IdentificationObject
wt.fc.IdentificationObject
wt.change2._ChangeIdentificationObject
wt.change2.ChangeIdentificationObject
com.ptc.qualitymanagement.nc._NonconformanceMasterIdentity
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._IdentificationObjectNamespace, wt.fc._NetFactor, wt.fc.IdentificationObjectNamespace, NetFactor, wt.inf.container._WTContainerNamespace, wt.inf.container.WTContainerNamespace, _OrganizationOwnedIdentificationObjectNamespace, OrganizationOwnedIdentificationObjectNamespace
Direct Known Subclasses:
NonconformanceMasterIdentity

public abstract class _NonconformanceMasterIdentity extends wt.change2.ChangeIdentificationObject implements Externalizable
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The end-user provided name that this NonconformanceMasterIdentity object is responsible setting on a Nonconformance object at the request of the Identity Service.
    static final String
    A unique number assigned by this NonconformanceMasterIdentity object for the associated Nonconformance object when it is stored in the database.
  • Method Summary

    Modifier and Type
    Method
    Description
    The end-user provided name that this NonconformanceMasterIdentity object is responsible setting on a Nonconformance object at the request of the Identity Service.
    A unique number assigned by this NonconformanceMasterIdentity object for the associated Nonconformance object when it is stored in the database.
    void
    The end-user provided name that this NonconformanceMasterIdentity object is responsible setting on a Nonconformance object at the request of the Identity Service.
    void
    setNumber(String number)
    A unique number assigned by this NonconformanceMasterIdentity object for the associated Nonconformance object when it is stored in the database.

    Methods inherited from class wt.change2._ChangeIdentificationObject

    getOrganizationReference, setOrganizationReference

    Methods inherited from class wt.fc.IdentificationObject

    getSemanticKey, initialize, setToObject

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • NUMBER

      public static final String NUMBER
      A unique number assigned by this NonconformanceMasterIdentity object for the associated Nonconformance object when it is stored in the database.

      Supported API: true

      See Also:
    • NAME

      public static final String NAME
      The end-user provided name that this NonconformanceMasterIdentity object is responsible setting on a Nonconformance object at the request of the Identity Service.

      Supported API: true

      See Also:
  • Method Details

    • getNumber

      public String getNumber()
      A unique number assigned by this NonconformanceMasterIdentity object for the associated Nonconformance object when it is stored in the database.

      Supported API: true

      See Also:
    • setNumber

      public void setNumber(String number) throws WTPropertyVetoException
      A unique number assigned by this NonconformanceMasterIdentity object for the associated Nonconformance object when it is stored in the database.

      Supported API: true

      Throws:
      WTPropertyVetoException
      See Also:
    • getName

      public String getName()
      The end-user provided name that this NonconformanceMasterIdentity object is responsible setting on a Nonconformance object at the request of the Identity Service.

      Supported API: true

      See Also:
    • setName

      public void setName(String name) throws WTPropertyVetoException
      The end-user provided name that this NonconformanceMasterIdentity object is responsible setting on a Nonconformance object at the request of the Identity Service.

      Supported API: true

      Throws:
      WTPropertyVetoException
      See Also: