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
- 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
- Direct Known Subclasses:
MPMConfigurationRecipeMaster
public abstract class _MPMConfigurationRecipeMaster
extends Master
implements UniquelyIdentified, Externalizable
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionSupported API: truegetName()A string representing the name of a Process Plan Configuration RecipeA string representing the number of a Process Plan Configuration RecipevoidsetCategory(MPMConfigurationRecipeCategory category) Supported API: truevoidA string representing the name of a Process Plan Configuration RecipevoidA string representing the number of a Process Plan Configuration RecipeMethods 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.Identified
getIdentificationObjectMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
NAME
A string representing the name of a Process Plan Configuration RecipeSupported API: true
-
NUMBER
A string representing the number of a Process Plan Configuration RecipeSupported API: true
-
CATEGORY
Supported API: true
-
-
Method Details
-
getName
A string representing the name of a Process Plan Configuration RecipeSupported API: true
- See Also:
-
setName
A string representing the name of a Process Plan Configuration RecipeSupported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getNumber
A string representing the number of a Process Plan Configuration RecipeSupported API: true
- See Also:
-
setNumber
A string representing the number of a Process Plan Configuration RecipeSupported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getCategory
Supported API: true- See Also:
-
setCategory
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-