Package wt.eff
Class EffEffContext
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
wt.fc._ForeignKeyLink
wt.fc.ForeignKeyLink
wt.eff.EffEffContext
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._BinaryLink,wt.fc._Link,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,BinaryLink,Link,NetFactor,ObjectMappable,Persistable,DisplayIdentification
Foreign-key association between an Eff and its context.
Use the newEffEffContext static factory method(s), not the
EffEffContext 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 -
Method Summary
Modifier and TypeMethodDescriptiongetEff()Gets the object for the association that plays role: EFF_ROLE.Gets the object for the association that plays role: EFF_CONTEXT_ROLE.voidSets the object for the association that plays role: EFF_ROLE.voidsetEffContext(EffContext effContext) Sets the object for the association that plays role: EFF_CONTEXT_ROLE.Methods inherited from class wt.fc.ObjectToObjectLink
appendJoinCriteria, duplicate, getAllObjects, getJoinValues, getRoleObject, setRoleObjectMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
EFF_ROLE
Label for the attribute; The Effs using this context.
Supported API: true- See Also:
-
EFF_CONTEXT_ROLE
Label for the attribute; The context for which this Eff is valid.
Supported API: true- See Also:
-
-
Method Details
-
getEff
Gets the object for the association that plays role: EFF_ROLE. The Effs using this context.
Supported API: true- Returns:
- Eff
-
setEff
Sets the object for the association that plays role: EFF_ROLE. The Effs using this context.
Supported API: true- Parameters:
eff-- Throws:
WTPropertyVetoException
-
getEffContext
Gets the object for the association that plays role: EFF_CONTEXT_ROLE. The context for which this Eff is valid.
Supported API: true- Returns:
- EffContext
-
setEffContext
Sets the object for the association that plays role: EFF_CONTEXT_ROLE. The context for which this Eff is valid.
Supported API: true- Parameters:
effContext-- Throws:
WTPropertyVetoException
-