Class GoalPlanResultBDI.BGoal

  • Enclosing class:
    GoalPlanResultBDI

    public class GoalPlanResultBDI.BGoal
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String result  
    • Constructor Summary

      Constructors 
      Constructor Description
      BGoal()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getResult()
      Get the result.
      void setResult​(java.lang.String result)
      Set the result.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • result

        protected java.lang.String result
    • Constructor Detail

      • BGoal

        public BGoal()
    • Method Detail

      • getResult

        public java.lang.String getResult()
        Get the result.
        Returns:
        The result.
      • setResult

        public void setResult​(java.lang.String result)
        Set the result.
        Parameters:
        result - The result to set.