Class CompoundApproverSupplier

java.lang.Object
uk.ac.gda.component.beamline.common.CompoundApproverSupplier
All Implemented Interfaces:
Findable, Supplier<ActionApprover>

public final class CompoundApproverSupplier extends Object implements Supplier<ActionApprover>, Findable
  • Constructor Details

  • Method Details

    • get

      public ActionApprover get()
      Specified by:
      get in interface Supplier<ActionApprover>
    • setName

      public void setName(String nameOfFindable)
      Description copied from interface: Findable
      Set or change the name of the object (as defined in XML).
      Specified by:
      setName in interface Findable
      Parameters:
      nameOfFindable - the object name
    • getName

      public String getName()
      Description copied from interface: Findable
      Get the object name. Used by Castor to check if the object name has been set before calling the Findable.setName(String) method.
      Specified by:
      getName in interface Findable
      Returns:
      a String containing the object name.
    • setOperationalContext

      public void setOperationalContext(String contextForErrorMessages)
    • getOperationalContext

      public String getOperationalContext()