Class TestCapability.TestGoal

  • Enclosing class:
    TestCapability

    public class TestCapability.TestGoal
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int cnt  
    • Constructor Summary

      Constructors 
      Constructor Description
      TestGoal()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCnt()
      Get the cnt.
      void setCnt​(int cnt)
      Set the cnt.
      • Methods inherited from class java.lang.Object

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

      • cnt

        protected int cnt
    • Constructor Detail

      • TestGoal

        public TestGoal()
    • Method Detail

      • getCnt

        public int getCnt()
        Get the cnt.
        Returns:
        The cnt.
      • setCnt

        public void setCnt​(int cnt)
        Set the cnt.
        Parameters:
        cnt - The cnt to set.