public abstract class MongoDbo extends java.lang.Object implements ObjectWithId<org.bson.types.ObjectId>
| Constructor and Description |
|---|
MongoDbo() |
| Modifier and Type | Method and Description |
|---|---|
java.time.Instant |
getCreatedUtc() |
org.bson.types.ObjectId |
getId() |
java.lang.String |
getIdAsString() |
java.time.Instant |
getUpdatedUtc() |
void |
setId(org.bson.types.ObjectId id) |
public org.bson.types.ObjectId getId()
getId in interface ObjectWithId<org.bson.types.ObjectId>public void setId(org.bson.types.ObjectId id)
setId in interface ObjectWithId<org.bson.types.ObjectId>public java.lang.String getIdAsString()
getIdAsString in interface ObjectWithId<org.bson.types.ObjectId>public java.time.Instant getCreatedUtc()
getCreatedUtc in interface ObjectWithId<org.bson.types.ObjectId>public java.time.Instant getUpdatedUtc()
getUpdatedUtc in interface ObjectWithId<org.bson.types.ObjectId>