Package org.jmanikin.test
Class TestModule.CId
java.lang.Object
org.jmanikin.test.TestModule.CId
- All Implemented Interfaces:
Id<TestModule.CObject>
- Enclosing interface:
- TestModule
public static class TestModule.CId extends java.lang.Object implements Id<TestModule.CObject>
-
Field Summary
Fields Modifier and Type Field Description intid -
Constructor Summary
Constructors Constructor Description CId(int id) -
Method Summary
Modifier and Type Method Description TestModule.CObjectinit()Returns the pristine Object OMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
id
public final int id
-
-
Constructor Details
-
CId
public CId(int id)
-
-
Method Details
-
init
Description copied from interface:IdReturns the pristine Object O- Specified by:
initin interfaceId<TestModule.CObject>- Returns:
- the pristine Object O
-