public class Article extends Document
Modifier and Type | Field and Description |
---|---|
String |
body |
String |
title |
_parent, associationEmbeddedName, associations, associationsEmbedded, attributes, callbacks, mongoMongo, new_record, parent$_alias_names, parent$_associations, parent$_associations_embedded, parent$_collection, parent$_collectionName, parent$_embedded, parent$_fields, parent$_primaryKey, parent$_validate_info, validateParses, validateResults
Constructor and Description |
---|
Article() |
Modifier and Type | Method and Description |
---|---|
AssociationEmbedded |
blog() |
String |
getBody() |
String |
getTitle() |
void |
setBody(String body) |
void |
setTitle(String title) |
_root, alias, associationEmbedded, associations, associationsEmbeddedMetaData, associationsMetaData, attr, attr, attributes, belongsTo, belongsToEmbedded, collectCallback, collection, collectionName, copyAllAttributesToPojoFields, copyPojoFieldsToAllAttributes, count, create, create9, embedded, embedded, fields, fields, find, findAll, findById, hasMany, hasManyEmbedded, hasOne, hasOneEmbedded, id, id, in, index, insert, insert, limit, merge, nativeQuery, newRecord, not, notIn, order, reload, remove, remove, runCallbacks, save, save, select, skip, storeIn, toString, translateFromAlias, translateKeyForParams, translateMapToDBObject, translateToAlias, update, update, valid, validate_info, validate, where
public AssociationEmbedded blog()
public String getTitle()
public void setTitle(String title)
public String getBody()
public void setBody(String body)
Copyright © 2018. All Rights Reserved.