Package org.mongojack
Class TestObjectIdHandling.ObjectWithConstructorOnlyObjectId
- java.lang.Object
-
- org.mongojack.TestObjectIdHandling.ObjectWithConstructorOnlyObjectId
-
- Enclosing class:
- TestObjectIdHandling
public static class TestObjectIdHandling.ObjectWithConstructorOnlyObjectId extends Object
-
-
Constructor Summary
Constructors Constructor Description ObjectWithConstructorOnlyObjectId(org.bson.types.ObjectId id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bson.types.ObjectId
getId()
void
setId(org.bson.types.ObjectId id)
-