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: