Class MongoApplicationConfiguration
java.lang.Object
dev.getelements.elements.dao.mongo.model.application.MongoApplicationConfiguration
- Direct Known Subclasses:
MongoFacebookApplicationConfiguration,MongoFirebaseApplicationConfiguration,MongoGooglePlayApplicationConfiguration,MongoIosApplicationConfiguration,MongoMatchmakingApplicationConfiguration,MongoPSNApplicationConfiguration
@Index(fields=@Field("name")) @Index(fields=@Field("parent")) @Index(fields={@Field("type"),@Field("parent"),@Field("name")},options=@IndexOptions(unique=true,partialFilter="{ name: { $exists: true } }")) @Index(fields=@Field(value="description",type=TEXT))
@Entity("application_configuration")
public class MongoApplicationConfiguration
extends Object
Created by patricktwohig on 7/10/15.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()org.bson.types.ObjectIdgetType()voidsetDescription(String description) voidvoidsetObjectId(org.bson.types.ObjectId objectId) voidsetParent(MongoApplication parent) void
-
Constructor Details
-
MongoApplicationConfiguration
public MongoApplicationConfiguration()
-
-
Method Details
-
getObjectId
public org.bson.types.ObjectId getObjectId() -
setObjectId
public void setObjectId(org.bson.types.ObjectId objectId) -
getName
-
setName
-
getType
-
setType
-
getDescription
-
setDescription
-
getParent
-
setParent
-