- All Implemented Interfaces:
Abc
public class AbcImpl
extends Object
implements Abc
Testing data class.
- Author:
- Holger Eichelberger, SSE
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
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