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 com.twosigma.beaker.chart.ObservableChart.java

public class ObservableChart extends Observable implements Cloneable, Serializable {

    protected GraphicsActionObject details;

    @Override
    public synchronized void setChanged() {

From source file com.vaadin.addon.jpacontainer.testdata.Name.java

/**
 * Embeddable JavaBean for testing.
 *
 * @author Petter Holmstrm (Vaadin Ltd)
 * @since 1.0
 */

From source file hr.caellian.m3l.util.nbt.NbtSerializable.java

/**
 * {@link NbtSerializable} is capable of storing any serializable object. It is based on {@link NbtByteArray} and
 * externally stores objects as {@link NbtByteArray} tags.
 * <p/>
 * {@link NbtSerializable} is not capable of holding objects or pointers to them. When {@link NbtSerializable} is
 * initialized, given object is converted/serialized into byte array.

From source file com.lushapp.common.orm.entity.BaseEntity.java

/**
 * entity. <br>
 * id?????????. <br>
 * ???getId()?id???. <br>
 * 2014-12-15 wencp:?(??,?)????ID.
 * 

From source file gov.nih.nci.iso21090.Ii.java

/**
 * Represents iso data type II.
 * @author lpower
 */
public final class Ii extends Any implements Cloneable {

From source file net.riezebos.thoth.user.Group.java

public class Group extends Identity implements Cloneable {
    private static final long serialVersionUID = 1L;
    private Set<Permission> permissions = new HashSet<>();
    @JsonIgnore
    private Set<Identity> members = new HashSet<>();
    @JsonIgnore

From source file eu.scape_project.droid_identify.hadoop.HadoopJobCliConfig.java

/**
 * Process configuration 
 * @author Sven Schlarb https://github.com/shsdev
 * @version 0.1
 */
public class HadoopJobCliConfig implements Cloneable {

From source file org.mule.transformer.types.SimpleDataType.java

/**
 * A data type that simply wraps a Java type.  This type also allows a mime type to be associated
 * with the Java type.
 *
 * @since 3.0
 */

From source file com.eryansky.common.orm.entity.BaseEntity.java

/**
 * entity. <br>
 * id?????????. <br>
 * ???getId()?id???. <br>
 * 2012-12-15 wencp:?(??,?)????ID.
 * 

From source file mx.ecosur.multigame.grid.entity.GridCell.java

@Entity
public class GridCell implements Cell, Cloneable {

    private static final long serialVersionUID = -7917786935353131901L;

    protected int row, column;