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 gov.nih.nci.iso21090.Enxp.java

/**
 * Represents the iso datatype.
 * @author lpower
 */
public final class Enxp implements Serializable, Cloneable {

From source file com.limegroup.gnutella.licenses.AbstractLicense.java

/**
 * A base license class, implementing common functionality.
 */
public abstract class AbstractLicense implements MutableLicense, Serializable, Cloneable {

    private static final Log LOG = LogFactory.getLog(AbstractLicense.class);

From source file org.romaframework.core.util.DynaBean.java

/**
 * Dynamic Bean. Acts in two ways: <li>Dynamic mode, you can get/set attributes without define them before. It works like an
 * HashMap.</li> <li>Static mode, you had to define the attributes before to get/set them.</li>
 * 
 * @author Luca Garulli (luca.garulli--at--assetdata.it)
 */

From source file org.wwscc.storage.Run.java

/**
 * This represents a single run in an event.  Note that for simplicity we represent a ProSolo
 * run as default (reaction, sixty) and then use it for regular runs as well
 */
@SuppressWarnings("unchecked")
public class Run extends AttrBase implements Serial, Cloneable {

From source file ubicrypt.core.dto.VClock.java

public class VClock implements Cloneable {
    final ConcurrentHashMap<Integer, AtomicLong> map;

    public VClock() {
        this.map = new ConcurrentHashMap<>();
    }

From source file ar.org.neuroph.core.Weight.java

/**
 * Neuron connection weight.
 *
 * @see Connection
 * @author Zoran Sevarac <sevarac@gmail.com>
 */

From source file net.gtaun.shoebill.data.Area3D.java

/**
 * 
 * 
 * @author MK124
 */
public class Area3D extends Area implements Cloneable, Serializable, RangeCheckable3D {

From source file org.lightadmin.core.view.editor.JspFragmentFieldControl.java

public class JspFragmentFieldControl extends SimpleTagSupport implements Serializable, Cloneable {

    private final String jspPath;

    protected PersistentProperty persistentProperty;
    protected String field;

From source file com.dotosoft.dot4command.base.BaseObject.java

public class BaseObject implements Cloneable, Serializable {

    private String nodeId;
    private Object parent;
    private Logger logger;
    private Boolean showLog;

From source file net.gtaun.shoebill.data.WeaponData.java

/**
 * 
 * 
 * @author MK124
 */
public class WeaponData implements Cloneable, Serializable {