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.opennms.web.alarm.AlarmUtil.java

/**
 * <p>Abstract AlarmUtil class.</p>
 *
 * @author ranger
 * @version $Id: $
 * @since 1.8.1

From source file com.sun.faces.util.Util.java

/**
 * <B>Util</B> is a class ...
 * <p/>
 * <B>Lifetime And Scope</B> <P>
 *
 * @version $Id: Util.java,v 1.143.6.1.2.5.2.1 2006/04/12 19:32:33 ofung Exp $

From source file RandomGUIDdemo.java

    public class RandomGUID extends Object {

        public String valueBeforeMD5 = "";
        public String valueAfterMD5 = "";
        private static Random myRand;
        private static SecureRandom mySecureRand;

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

/**
 * Mapper classes provide mapping in both directions between the external schema structure of the vMR
 *       and the internal javabeans used by the rules.
 * 
 * This specialized mapper routes mapping of generic Clinical Statements, related Clinical Statements,
 *       and related Entities to the specific mapper class needed.

From source file stg.utils.CSettings.java

/**
 * This class is a SingleTon Factory class for reading Properties from different
 * Implementors of ISettingsSource.
 * 
 * @version $Revision: 2980 $
 * @author Kedar C. Raybagkar

From source file com.naryx.tagfusion.cfm.engine.cfEngine.java

public class cfEngine extends Object implements cfEngineMBean {

    public static final String DEFAULT_BUFFERSIZE = "0";
    public static final String DEFAULT_SUPPRESS_WHITESPACE = "false";
    public static final String DEFAULT_ERROR_HANDLER = "";
    public static final String DEFAULT_MISSING_TEMPLATE_HANDLER = "";

From source file sk.vzahradn.dvb.projectx.common.Common.java

/**
 *
 */
public final class Common extends Object {

    /* main version index */

From source file RandomGUID.java

public class RandomGUID extends Object {

    public String valueBeforeMD5 = "";
    public String valueAfterMD5 = "";
    private static Random myRand;
    private static SecureRandom mySecureRand;

From source file net.sourceforge.dvb.projectx.common.Common.java

/**
 *
 */
public final class Common extends Object {

    /* main version index */

From source file org.sakaiproject.metaobj.utils.id.guid.RandomGUID.java

public class RandomGUID extends Object {
    protected final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory
            .getLog(getClass());

    public String valueBeforeMD5 = "";
    public String valueAfterMD5 = "";