Class EPMResultRule

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.epm.alternaterep._EPMResultRule
wt.epm.alternaterep.EPMResultRule
All Implemented Interfaces:
Externalizable, Serializable, wt.alternaterep.AlternateRepResultRule, _AlternateRepRule, _EPMAlternateRepResultRule, AlternateRepRule, EPMAlternateRepResultRule, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, NetFactor, ObjectMappable, Persistable, DisplayIdentification

@GenAsPersistable(superClass=WTObject.class,interfaces={EPMAlternateRepResultRule.class,wt.alternaterep.AlternateRepResultRule.class},serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="componentID",type=java.lang.Integer.class,supportedAPI=PUBLIC),@GeneratedProperty(name="identifierSpaceName",type=java.lang.String.class,supportedAPI=PUBLIC),@GeneratedProperty(name="uniqueNDID",type=java.lang.String.class,supportedAPI=PUBLIC),@GeneratedProperty(name="actionType",type=EPMRuleActionType.class,supportedAPI=PUBLIC,constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="representationType",type=EPMRepRuleType.class,supportedAPI=PUBLIC),@GeneratedProperty(name="setBy",type=int.class,initialValue="0",supportedAPI=PUBLIC),@GeneratedProperty(name="attrs",type=int.class,initialValue="0",supportedAPI=PUBLIC),@GeneratedProperty(name="substituteCompID",type=java.lang.Integer.class,supportedAPI=PUBLIC),@GeneratedProperty(name="substituteSpaceName",type=java.lang.String.class,supportedAPI=PUBLIC),@GeneratedProperty(name="defined",type=boolean.class,supportedAPI=PUBLIC),@GeneratedProperty(name="substituteRepInfo",type=EPMSubstituteRepInfo.class,supportedAPI=PUBLIC,columnProperties=@ColumnProperties(columnName="C")),@GeneratedProperty(name="substituteNDId",type=java.lang.String.class,supportedAPI=PUBLIC),@GeneratedProperty(name="referencedRuleReference",type=ObjectReference.class,supportedAPI=PUBLIC,columnProperties=@ColumnProperties(persistent=false),accessors=@PropertyAccessors(getAccess=PRIVATE,setAccess=PROTECTED))},foreignKeys=@GeneratedForeignKey(superClassName="wt.epm.alternaterep.AlternateRepResultRuleLink",foreignKeyRole=@ForeignKeyRole(name="representation",type=AlternateRepresentation.class,supportedAPI=PUBLIC,cascade=false,constraints=@PropertyConstraints(required=true)),myRole=@MyRole(name="resultRule",cascade=true))) public class EPMResultRule extends _EPMResultRule

Use the newEPMResultRule static factory method(s), not the EPMResultRule 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: