Example usage for com.mongodb ReflectionDBObject subclass-usage

List of usage examples for com.mongodb ReflectionDBObject subclass-usage

Introduction

In this page you can find the example usage for com.mongodb ReflectionDBObject subclass-usage.

Usage

From source file Role.java

public class Role extends ReflectionDBObject {
    private String rolename;
    private String roledesc;

    public String getRolename() {
        return rolename;

From source file com.lsp.parttime.entity.Company.java

/**
 * ?
 * @author lsp
 *
 */
public class Company extends ReflectionDBObject {

From source file net.coreapi.mongo.documents.MessageDocumentEntity.java

/**
 * Copyright (C) 2012 by Scott Byrns
 * http://github.com/scottbyrns
 * <p/>
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
 * the License. You may obtain a copy of the License at

From source file org.broad.igv.plugin.mongocollab.DBFeature.java

/**
 * Object mapping to Mongo database
 * ReflectionDBObject works with getters/setters, and
 * doesn't use the Java Beans case convention.
 * So (get/set)Chr maps to a field named "Chr", not "chr"
 * as we might prefer

From source file star4.eval.bean.DetailTable.java

/**
 *
 * @author ankhyfw
 */
public class DetailTable extends ReflectionDBObject {
    private String cardID;