Class MPMConfigurationRecipeMaster

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._Master
wt.enterprise.Master
wt.mpm.configuration._MPMConfigurationRecipeMaster
wt.mpm.configuration.MPMConfigurationRecipeMaster
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._Identified, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.fc._UniquelyIdentified, wt.fc.BusinessInformation, Identified, NetFactor, ObjectMappable, Persistable, UniquelyIdentified, DisplayIdentification, wt.vc._Mastered, Mastered

Master for MPMConfigurationRecipe.

Use the newMPMConfigurationRecipeMaster static factory method(s), not the MPMConfigurationRecipeMaster 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

    • getIdentificationObject

      public IdentificationObject getIdentificationObject() throws WTException
      Constructs and returns an identification object. This method is the only way to obtain an identification object.

      Supported API: true
      Returns:
      IdentificationObject
      Throws:
      WTException
    • getIdentity

      public String getIdentity()
      Returns the number and name of the MPMConfigurationRecipe master in the form " - ".

      Supported API: true
      Specified by:
      getIdentity in interface wt.fc.BusinessInformation
      Specified by:
      getIdentity in interface Persistable
      Overrides:
      getIdentity in class Master
      Returns:
      String
    • newMPMConfigurationRecipeMaster

      public static MPMConfigurationRecipeMaster newMPMConfigurationRecipeMaster() throws WTException
      Default factory for the class.

      Supported API: true
      Returns:
      PPConfigurationRecipeMaster
      Throws:
      WTException