Example usage for java.lang Cloneable interface-usage

List of usage examples for java.lang Cloneable interface-usage

Introduction

In this page you can find the example usage for java.lang Cloneable interface-usage.

Usage

From source file org.rifidi.emulator.reader.module.GeneralReaderPropertyHolder.java

/**
 * This class is a general-purpose holder class for all of the properties one
 * would need in creating a reader.
 * 
 * @author Jochen Mader - jochen@pramari.com
 * @author Andreas Huebner - andreas@pramari.com

From source file lucee.runtime.chart.TickUnitsImpl.java

public class TickUnitsImpl implements TickUnitSource, Cloneable, Serializable {

    private TickUnitSource tus;
    private int labelFormat;

    /**

From source file eu.scape_project.hawarp.cli.CliConfig.java

/**
 * CLI configuration
 *
 * @author Sven Schlarb https://github.com/shsdev
 */
public abstract class CliConfig implements Cloneable {

From source file gov.nih.nci.caintegrator.domain.application.CompoundCriterion.java

/**
 *
 */
public class CompoundCriterion extends AbstractCriterion implements Cloneable {

    private static final long serialVersionUID = 1L;

From source file org.okinawaopenlabs.ofpm.json.device.OfcInfo.java

public class OfcInfo implements Cloneable {
    @SerializedName("ofcIp")
    private String ip;
    @SerializedName("ofcPort")
    private Integer port;

From source file edu.umd.cfar.lamp.viper.geometry.Circle.java

/**
 * A circle, specified by the center point and the radius
 * in integer format, supporting functions necessary for 
 * simple comparison. It does not support the functions
 * necessary for advanced comparison (union, etc.) yet.
 */

From source file org.onepf.oms.appstore.googleUtils.Purchase.java

/**
 * Represents an in-app billing purchase.
 *
 * Purchase contains all data from receipt, including signature.
 * <p>
 * To verify signature manually - use {@link #getOriginalJson()} and {@link #getSignature()}

From source file org.onepf.store.data.Purchase.java

/**
 * Represents an in-app billing purchase.
 */
public class Purchase implements Cloneable {

    String _orderId;

From source file com.twosigma.beaker.chart.xychart.plotitem.YAxis.java

/**
 * YAxis
 *
 */
public class YAxis implements Serializable, Cloneable {

From source file com.twosigma.beakerx.chart.xychart.plotitem.YAxis.java

/**
 * YAxis
 *
 */
public class YAxis implements Serializable, Cloneable {