Class TestServiceableComponent

All Implemented Interfaces:
Component, DestructableComponent, IdentifiableComponent, IdentifiedComponent, InitializableComponent

public class TestServiceableComponent extends AbstractIdentifiableInitializableComponent
  • Field Details

    • theValue

      private String theValue
  • Constructor Details

    • TestServiceableComponent

      public TestServiceableComponent()
  • Method Details

    • getTheValue

      public String getTheValue()
      Returns:
      Returns the theValue.
    • setTheValue

      public void setTheValue(String value)
      Parameters:
      value - The theValue to set.