Package wt.eff

Class EffGroup

java.lang.Object
wt.eff.EffGroup
All Implemented Interfaces:
Serializable, DisplayIdentification

public class EffGroup extends Object implements DisplayIdentification, Serializable
An in-memory-only object used to encapsulate all the Effs associated with a given EffManagedVersion and EffContext for client interaction purposes (for example, if three effectivities exist for configuration item X and part 100 Rev A, these three effectivities will be represented as a range like "1-10, 12, 20-").

Supported API: true

Extendable: false
See Also:
  • EffGroupAssistant#getValidEffGroups(EffManagedVersion, EffContext)
  • EffGroupAssistant#getValidEffGroups(EffContext)
  • Serialized Form
  • Constructor Details

  • Method Details

    • getPredecessor

      public EffGroup getPredecessor()
      Gets the object for the association that plays role: predecessor.

      Supported API: true
      Returns:
      EffGroup
    • getSuccessor

      public EffGroup getSuccessor()
      Gets the object for the association that plays role: successor.

      Supported API: true
      Returns:
      EffGroup
    • getEffContext

      public EffContext getEffContext()
      Gets the object for the association that plays role: effContext; The context the range applies to.

      Supported API: true
      Returns:
      EffContext