Package dev.orne.test.rnd.it
Class CustomBasicGenerator.BasicImpl
java.lang.Object
dev.orne.test.rnd.it.CustomBasicGenerator.BasicImpl
- All Implemented Interfaces:
CustomBasicGenerator.BasicInterface
- Direct Known Subclasses:
CustomBasicGenerator.ExtendedImpl
- Enclosing class:
- CustomBasicGenerator
public static class CustomBasicGenerator.BasicImpl
extends Object
implements CustomBasicGenerator.BasicInterface
Test base bean.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BasicImpl
public BasicImpl()Creates a new instance.
-
-
Method Details
-
getCode
public int getCode()Description copied from interface:CustomBasicGenerator.BasicInterface
Returns the code.- Specified by:
getCode
in interfaceCustomBasicGenerator.BasicInterface
- Returns:
- The code.
-
setCode
public void setCode(int code) Sets the code.- Parameters:
code
- The code.
-
getName
Description copied from interface:CustomBasicGenerator.BasicInterface
Returns the name.- Specified by:
getName
in interfaceCustomBasicGenerator.BasicInterface
- Returns:
- The name.
-
setName
Sets the name.- Parameters:
name
- The name.
-
hashCode
public int hashCode() -
equals
-