Package wt.mpm.configuration
Class MPMConfRecipeMasterKey
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._SemanticKey
wt.fc.SemanticKey
wt.mpm.configuration._MPMConfRecipeMasterKey
wt.mpm.configuration.MPMConfRecipeMasterKey
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,DisplayIdentification
@GenAsPersistable(superClass=SemanticKey.class,
interfaces={},
serializable=EXTERNALIZABLE_BASIC)
public class MPMConfRecipeMasterKey
extends wt.mpm.configuration._MPMConfRecipeMasterKey
Key table for all MPMConfigurationRecipeMasters. Ensures MPMConfigurationRecipeMasters are
unique based on the number attribute.
Use the newMPMConfRecipeMasterKey static factory method(s),
not the MPMConfRecipeMasterKey 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
-
Method Summary
Modifier and TypeMethodDescriptionstatic MPMConfRecipeMasterKeynewMPMConfRecipeMasterKey(String identity)
Supported API: trueMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
-
Method Details
-
newMPMConfRecipeMasterKey
Supported API: true- Parameters:
identity-- Returns:
- MPMConfRecipeMasterKey
- Throws:
WTException
-