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 com.naryx.tagfusion.cfm.engine.cfDecodedInput.java

/**
 * This class is used to co-ordinate the multi-part HTTP streams for uploading files
 */
public class cfDecodedInput extends Object implements java.io.Serializable {
    private static final long serialVersionUID = 1L;

From source file Unsigned.java

/**
 * This class allows a number to be converted to it's unsigned value. This works
 * for bytes, shorts, and ints, as the value is returned as a long
 * 
 * @author Jesse Peterson <jesse@jpeterson.com>
 * 

From source file Capabilities.java

/** 
 * Convenience class for extracting capability information from a SceneGraph Object
 *
 * @author Paul Byrne
 * @version 1.6, 01/18/02
 */

From source file ca.uhn.hl7v2.sourcegen.SourceGenerator.java

/**
 * <p>Manages automatic generation of HL7 API source code for all data types,
 * segments, groups, and message structures. </p>
 * <p>Note: should put a nice UI on this</p>
 * @author Bryan Tripp (bryan_tripp@sourceforge.net)
 */

From source file nonjsp.application.XulDialectProvider.java

/**
 * <B>XulDialectProvider</B> is a class that encapsulates the Xul Dialect
 * specific logic required for creating a tree of UIComponent instances
 * from an Xml file. <P>
 *
 */

From source file org.opencms.util.CmsUUID.java

/**
 * Generates a UUID using spatial and temporal uniqueness.<p> 
 * 
 * Spatial uniqueness is derived from
 * ethernet address (MAC, 802.1); temporal from system clock.<p>
 * 

From source file org.apache.cocoon.faces.samples.carstore.CarCustomizer.java

/**
 * <p>A helper class that customizes a CarBean for a set of options
 * in a package.</p>
 *
 * <p>This class reads its settings from a Properties file</p>
 */

From source file net.oddsoftware.android.feedscribe.data.Downloader.java

public class Downloader extends Object {

    private Context mContext;

    ExecutorService mThreadPool;

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

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

From source file com.bluedragon.search.index.crawl.CrawlFactory.java

public class CrawlFactory extends Object {

    protected Map<String, AbstractFileHandler> extHandlers;

    public CrawlFactory(boolean bStoreBody) {
        extHandlers = new HashMap<String, AbstractFileHandler>();