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
    int id  
  • Constructor Summary

    Constructors
    Constructor Description
    CId​(int id)  
  • Method Summary

    Modifier and Type Method Description
    TestModule.CObject init()
    Returns the pristine Object O

    Methods 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