test.com.william.document
Class Person

java.lang.Object
  extended by net.csdn.mongo.Document
      extended by test.com.william.document.Person

public class Person
extends Document

User: WilliamZhu Date: 12-10-18 Time: 上午10:31


Field Summary
 
Fields inherited from class net.csdn.mongo.Document
_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 Summary
Person()
           
 
Method Summary
 Association addresses()
           
 void beforeSave()
           
 Integer getBodyLength()
           
 String getName()
           
 Association idcard()
           
 void setBodyLength(Integer bodyLength)
           
 void setName(String name)
           
 
Methods inherited from class net.csdn.mongo.Document
_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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Person

public Person()
Method Detail

beforeSave

public void beforeSave()

addresses

public Association addresses()

idcard

public Association idcard()

getName

public String getName()

setName

public void setName(String name)

getBodyLength

public Integer getBodyLength()

setBodyLength

public void setBodyLength(Integer bodyLength)


Copyright © 2014. All Rights Reserved.