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 org.orcid.core.manager.impl.ActivityCacheManagerImpl.java

public class ActivityCacheManagerImpl extends Object implements ActivityCacheManager {

    @Resource
    private PeerReviewManager peerReviewManager;

    @Resource

From source file com.greenline.guahao.biz.manager.image.codes.gif.GifEncoder.java

/**
 * Class <CODE>GIFEncoder</CODE> takes an <CODE>Image</CODE> and saves it to a
 * file using the <CODE>GIF</CODE> file format (<A
 * HREF="http://www.dcs.ed.ac.uk/%7Emxr/gfx/">Graphics Interchange Format</A>).
 * A <CODE>GIFEncoder</CODE> object is constructed with either an
 * <CODE>Image</CODE> object (which must be fully loaded), or a set of three

From source file org.hyperic.hq.ui.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.
 *

From source file cl.tinet.devops.metrics.gen.bitbucket.model.Participant.java

/**
 * Participant
 */
@javax.annotation.Generated(value = "class io.swagger.codegen.languages.JavaClientCodegen", date = "2016-07-04T23:42:53.141-04:00")
public class Participant extends Object {
    @JsonProperty("type")

From source file org.opencds.service.metadata.DSSMetadataDiscoveryAdapter.java

/**
 * <p>Adapter to process the metadata discovery operation of the DSS web service:
 * 
 * <p/>
 * <p>Copyright: Copyright (c) 2010</p>
 * <p>Company: OpenCDS</p>

From source file cl.tinet.devops.metrics.gen.bitbucket.model.Account.java

/**
 * Account
 */
@javax.annotation.Generated(value = "class io.swagger.codegen.languages.JavaClientCodegen", date = "2016-07-04T23:42:53.141-04:00")
public class Account extends Object {
    @JsonProperty("type")

From source file org.apache.roller.planet.util.MailUtil.java

public class MailUtil extends Object {

    private static Log mLogger = LogFactory.getFactory().getInstance(MailUtil.class);

    // agangolli: Incorporated suggested changes from Ken Blackler.

From source file cl.tinet.devops.metrics.gen.bitbucket.model.Group.java

/**
 * Group
 */
@javax.annotation.Generated(value = "class io.swagger.codegen.languages.JavaClientCodegen", date = "2016-07-04T23:42:53.141-04:00")
public class Group extends Object {
    @JsonProperty("type")

From source file carstore.CarStore.java

/**
 * <p>This is the main bean for the application.  It maintains a
 * <code>Map</code> of {@link CarBean} instances, keyed by model name,
 * and a <code>Map</code> of {@link CarCustomizer} instances, keyed by
 * package name.  The <code>CarBean</code> instances in the model
 * <code>Map</code> are accessed from several pages, as described

From source file com.hg.ecommerce.util.MailUtil.java

/**
 * Util class from Apache Roller
 * Reserve the license statement above
 * @author lihe
 *
 */