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

public class EffEffContext extends ForeignKeyLink implements Externalizable
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 Details

    • EFF_ROLE

      public static final String EFF_ROLE
      Label for the attribute; The Effs using this context.

      Supported API: true
      See Also:
    • EFF_CONTEXT_ROLE

      public static final String EFF_CONTEXT_ROLE
      Label for the attribute; The context for which this Eff is valid.

      Supported API: true
      See Also:
  • Method Details

    • getEff

      public Eff getEff()
      Gets the object for the association that plays role: EFF_ROLE. The Effs using this context.

      Supported API: true
      Returns:
      Eff
    • setEff

      public void setEff(Eff eff) throws WTPropertyVetoException
      Sets the object for the association that plays role: EFF_ROLE. The Effs using this context.

      Supported API: true
      Parameters:
      eff -
      Throws:
      WTPropertyVetoException
    • getEffContext

      public EffContext 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

      public void setEffContext(EffContext effContext) throws WTPropertyVetoException
      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