Package wt.part
Class _ProductMSNEffectivity
java.lang.Object
wt.part._ProductMSNEffectivity
- All Implemented Interfaces:
Externalizable,Serializable,wt.eff._Eff,wt.eff._EffRecord,Eff,EffRecord,wt.eff.form._EffForm,wt.eff.form._MSNEffForm,wt.eff.form._UnitEffForm,EffForm,MSNEffForm,UnitEffForm,wt.esi._Releasable,Releasable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,NetFactor,ObjectMappable,Persistable,wt.federation._FederatedLinkHolder,wt.federation._RemotelyLinkable,wt.federation.FederatedLinkHolder,wt.federation.RemotelyLinkable,wt.ufid._Federatable,wt.ufid.Federatable
- Direct Known Subclasses:
ProductMSNEffectivity
public abstract class _ProductMSNEffectivity
extends Object
implements MSNEffForm, Eff, Externalizable
- See Also:
-
Field Summary
Fields inherited from interface wt.fc.adminlock._AdministrativelyLockable
ADMINISTRATIVE_LOCKFields inherited from interface wt.eff.form._EffForm
EFF_CONTEXT, EFF_CONTEXT_REFERENCE, RANGEFields inherited from interface wt.eff._EffRecord
CREATION, CREATION_REFERENCE, DELETION, DELETION_REFERENCE, EFF_TYPE_MODIFIER, TARGET, TARGET_REFERENCEFields inherited from interface wt.ufid._Federatable
FEDERATABLE_INFOFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionSupported API: trueSupported API: trueThe target for an Eff.The target for an Eff.voidsetEffContext(EffContext the_effContext) Supported API: truevoidsetEffContextReference(ObjectReference the_effContextReference) Supported API: truevoidsetTarget(EffRecordable the_target) The target for an Eff.voidsetTargetReference(WTReference the_targetReference) The target for an Eff.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.eff.Eff
checkAttributesMethods inherited from interface wt.eff.EffRecord
getAdditionalAttributeMap, setAdditionalAttributeMapMethods inherited from interface wt.fc.Persistable
getIdentity
-
Method Details
-
getEffContext
Supported API: true- Specified by:
getEffContextin interfacewt.eff.form._EffForm- See Also:
-
getEffContextReference
Supported API: true- Specified by:
getEffContextReferencein interfacewt.eff.form._EffForm- See Also:
-
setEffContext
Supported API: true- Specified by:
setEffContextin interfacewt.eff.form._EffForm- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setEffContextReference
public void setEffContextReference(ObjectReference the_effContextReference) throws WTPropertyVetoException Supported API: true- Specified by:
setEffContextReferencein interfacewt.eff.form._EffForm- Throws:
WTPropertyVetoException- See Also:
-
getTarget
The target for an Eff.Supported API: true
- Specified by:
getTargetin interfacewt.eff._EffRecord- See Also:
-
getTargetReference
The target for an Eff.Supported API: true
- Specified by:
getTargetReferencein interfacewt.eff._EffRecord- See Also:
-
setTarget
The target for an Eff.Supported API: true
- Specified by:
setTargetin interfacewt.eff._EffRecord- Specified by:
setTargetin interfaceEff- Parameters:
the_target-- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setTargetReference
The target for an Eff.Supported API: true
- Specified by:
setTargetReferencein interfacewt.eff._EffRecord- Throws:
WTPropertyVetoException- See Also:
-