Package iip.datatypes

Class AbcImpl

java.lang.Object
iip.datatypes.AbcImpl
All Implemented Interfaces:
Abc

public class AbcImpl extends Object implements Abc
Testing data class.
Author:
Holger Eichelberger, SSE
  • Field Details

    • value

      private int value
  • Constructor Details

    • AbcImpl

      public AbcImpl()
  • Method Details

    • getValue

      public int getValue()
      Description copied from interface: Abc
      Returns a value.
      Specified by:
      getValue in interface Abc
      Returns:
      the value
    • setValue

      public void setValue(int value)
      Description copied from interface: Abc
      Sets a value.
      Specified by:
      setValue in interface Abc
      Parameters:
      value - the value