Example usage for java.lang Object subclass-usage

List of usage examples for java.lang Object subclass-usage

Introduction

In this page you can find the example usage for java.lang Object subclass-usage.

Usage

From source file gov.nih.nci.ncicb.cadsr.common.lov.ProtocolsLOVBean.java

public class ProtocolsLOVBean extends Object {
    private static Log log = LogFactory.getLog(ProtocolsLOVBean.class.getName());

    private String[] searchName;
    private String[] displayName;
    private String[] jspParm;

From source file edu.asu.bscs.csiebler.waypointapplication.WaypointServerStub.java

/**
 * Copyright (c) 2015 Tim Lindquist,
 * <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 gov.nih.nci.ncicb.cadsr.common.lov.ValueDomainsLOVBean.java

public class ValueDomainsLOVBean extends Object {
    private static Log log = LogFactory.getLog(ValueDomainsLOVBean.class.getName());

    private CommonLOVBean clb;
    private String targetJsp = "valueDomainsLOV.jsp";
    private String whereClause = "";

From source file com.aguin.stock.recommender.UserOptions.java

public class UserOptions extends Object {
    private static Options options = null;
    private static BasicParser parser = null;

    public static void printUsage() {
        System.out.println("Usage : \n" + "[-h] Display Help \n" + "-u <userid> \n" + "[-f <userfile> ...]\n"

From source file org.rhq.enterprise.gui.legacy.taglib.display.BeanSorter.java

/**
 * This utility class is used to sort the list that the table is viewing based on arbitrary properties of objects
 * contained in that list. The only assumption made is that the object returned by the property is either a native type,
 * or implements the Comparable interface. If the property does not implement Comparable, then this little sorter object
 * will just assume that all objects are the same, and quietly do nothing (so you should check for Comparable
 * objecttypes elsewhere as this object won't complain).

From source file org.libreplan.web.common.components.finders.FilterPair.java

/**
 * @author Susana Montes Pedreira <smontes@wirelessgalicia.com>
 */
public class FilterPair extends Object {

    private IFilterEnum type;

From source file org.opencds.vmr.v1_0.mappings.mappers.ClinicalStatementMapper.java

/**
 * Mapper classes provide mapping in both directions between the external schema structure of the vMR
 *       and the internal javabeans used by the rules.
 * 
 * @author Daryl Chertcoff
 *

From source file gov.nih.nci.ncicb.cadsr.common.lov.DataElementConceptsLOVBean.java

public class DataElementConceptsLOVBean extends Object {
    private static Log log = LogFactory.getLog(DataElementConceptsLOVBean.class.getName());

    private String[] searchName;
    private String[] displayName;
    private String[] jspParm;

From source file org.mrgeo.data.shp.util.FileUtils.java

public class FileUtils extends Object {
    private static NumberFormat formatter = null;
    public final static int KB = 1024;
    public final static int SOURCE_DOS = 1;
    public final static int SOURCE_UNIX = 0;

From source file org.mrgeo.hdfs.vector.shp.util.FileUtils.java

public class FileUtils extends Object {
    private static NumberFormat formatter = null;
    public final static int KB = 1024;
    public final static int SOURCE_DOS = 1;
    public final static int SOURCE_UNIX = 0;