Class MongoSchedule
java.lang.Object
dev.getelements.elements.dao.mongo.model.mission.MongoSchedule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
org.bson.types.ObjectId
void
setDescription
(String description) void
setDisplayName
(String displayName) void
void
setObjectId
(org.bson.types.ObjectId objectId)
-
Constructor Details
-
MongoSchedule
public MongoSchedule()
-
-
Method Details
-
getObjectId
public org.bson.types.ObjectId getObjectId() -
setObjectId
public void setObjectId(org.bson.types.ObjectId objectId) -
getName
-
setName
-
getDisplayName
-
setDisplayName
-
getDescription
-
setDescription
-