Package wt.mpm.configuration
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
@GenAsPersistable(superClass=Master.class,interfaces=UniquelyIdentified.class,serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="name",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="A string representing the name of a Process Plan Configuration Recipe",constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS,upperLimit=60,required=true)),@GeneratedProperty(name="number",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="A string representing the number of a Process Plan Configuration Recipe",constraints=@PropertyConstraints(stringCase=UPPER_CASE,changeable=VIA_OTHER_MEANS,upperLimit=32,required=true),columnProperties=@ColumnProperties(index=true,columnName="MPMConfRecipeNumber")),@GeneratedProperty(name="category",type=MPMConfigurationRecipeCategory.class,initialValue="MPMConfigurationRecipeCategory.BOM",supportedAPI=PUBLIC)})
public class MPMConfigurationRecipeMaster
extends _MPMConfigurationRecipeMaster
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:
-
Field Summary
Fields inherited from class wt.mpm.configuration._MPMConfigurationRecipeMaster
CATEGORY, NAME, NUMBER -
Method Summary
Modifier and TypeMethodDescriptionConstructs and returns an identification object.Returns the number and name of the MPMConfigurationRecipe master in the form "- ". static MPMConfigurationRecipeMasterDefault factory for the class.Methods inherited from class wt.mpm.configuration._MPMConfigurationRecipeMaster
getCategory, getName, getNumber, setCategory, setName, setNumberMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
getIdentificationObject
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
Returns the number and name of the MPMConfigurationRecipe master in the form "- ".
Supported API: true- Specified by:
getIdentityin interfacewt.fc.BusinessInformation- Specified by:
getIdentityin interfacePersistable- Overrides:
getIdentityin classMaster- Returns:
- String
-
newMPMConfigurationRecipeMaster
Default factory for the class.
Supported API: true- Returns:
- PPConfigurationRecipeMaster
- Throws:
WTException
-