Package wt.impact
Interface _ImpactIntent
- All Superinterfaces:
wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,Serializable
- All Known Subinterfaces:
ImpactIntent
- All Known Implementing Classes:
_ChangeRecord2,ChangeRecord2
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringType of impact an object has on associated Impacted objects. -
Method Summary
Modifier and TypeMethodDescriptionType of impact an object has on associated Impacted objects.voidsetImpactIntent(ImpactIntentType impactIntent) Type of impact an object has on associated Impacted objects.Methods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
IMPACT_INTENT
Type of impact an object has on associated Impacted objects.Supported API: true
- See Also:
-
-
Method Details
-
getImpactIntent
ImpactIntentType getImpactIntent()Type of impact an object has on associated Impacted objects.Supported API: true
- See Also:
-
setImpactIntent
Type of impact an object has on associated Impacted objects.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-