Package wt.mpm.configuration
Class MPMConfigurationRecipeData
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.mpm.configuration._MPMConfigurationRecipeData
wt.mpm.configuration.MPMConfigurationRecipeData
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,DisplayIdentification
@GenAsPersistable(superClass=WTObject.class,interfaces={},serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="member",type=ObjectReference.class,supportedAPI=PRIVATE,constraints=@PropertyConstraints(required=true),accessors=@PropertyAccessors(setAccess=PUBLIC)),@GeneratedProperty(name="navigator",type=ObjectReference.class,supportedAPI=PRIVATE,constraints=@PropertyConstraints(required=true),accessors=@PropertyAccessors(setAccess=PUBLIC))},foreignKeys=@GeneratedForeignKey(myRoleIsRoleA=true,myRole=@MyRole(cascade=true),foreignKeyRole=@ForeignKeyRole(name="recipe",type=MPMConfigurationRecipe.class,javaDoc="It holds reference to the owner MPMConfigurationRecipe. It would represent many to one relationship where each MPMConfigurationRecipeData holds the MPMConfigurationRecipe reference.",constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(index=true))),tableProperties=@TableProperties(tableName="MPMConfigurationRecipeData"))
public class MPMConfigurationRecipeData
extends wt.mpm.configuration._MPMConfigurationRecipeData
MPMConfigurationRecipeData to store data for configuration/generation.
Use the newMPMConfigurationRecipeData static factory method(s), not the
MPMConfigurationRecipeData 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._MPMConfigurationRecipeData
EXTERNALIZATION_VERSION_UID, MEMBER, NAVIGATOR, RECIPE, RECIPE_REFERENCEFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionstatic MPMConfigurationRecipeDataDefault factory for the class.Methods inherited from class wt.mpm.configuration._MPMConfigurationRecipeData
getClassInfo, getConceptualClassname, getMember, getNavigator, getRecipe, getRecipeReference, getType, readExternal, readExternal, readVersion, setMember, setNavigator, setRecipe, setRecipeReference, super_readExternal_MPMConfigurationRecipeData, super_readVersion_MPMConfigurationRecipeData, super_writeExternal_MPMConfigurationRecipeData, writeExternal, writeExternalMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo
-
Method Details
-
newMPMConfigurationRecipeData
public static MPMConfigurationRecipeData newMPMConfigurationRecipeData(MPMConfigurationRecipe recipe) throws WTException Default factory for the class.
Supported API: true- Returns:
- MPMConfigurationRecipeData
- Throws:
WTException
-