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.inf.container._WTContained,WTContained,wt.recent.RecentlyVisited,wt.vc._Mastered,Mastered
- Direct Known Subclasses:
MPMConfigurationRecipeMaster
public abstract class _MPMConfigurationRecipeMaster
extends Master
implements WTContained, UniquelyIdentified, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSupported API: truestatic final StringA string representing the name of a Process Plan Configuration Recipestatic final StringA string representing the number of a Process Plan Configuration RecipeFields inherited from class wt.enterprise.Master
OLD_FORMAT_VERSION_UIDFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.vc._Mastered
SERIESFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.inf.container._WTContained
CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCEFields inherited from interface wt.fc.BusinessInformation
BUSINESS_TYPE, IDENTITYFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
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.enterprise.Master
getBusinessType, getIdentity, setSeriesMethods inherited from class wt.enterprise._Master
getSeries, readVersion, super_readExternal_Master, super_readVersion_Master, super_writeExternal_MasterMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Identified
getIdentificationObjectMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
Field Details
-
NAME
A string representing the name of a Process Plan Configuration RecipeSupported API: true
- See Also:
-
NUMBER
A string representing the number of a Process Plan Configuration RecipeSupported API: true
- See Also:
-
CATEGORY
Supported API: true- See Also:
-
-
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:
-