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 dz.alkhwarizmix.trouvauto.java.model.vo.ReservautoExtensionData.java

/**
 * <p>
 * TODO: Javadoc
 * </p>
 *
 * @author ?  (Fares Belhaouas)

From source file com.restfeel.entity.AbstractEntity.java

public abstract class AbstractEntity implements Serializable, Cloneable, Comparable<Object> {
    private static final long serialVersionUID = 1L;

    @Id
    private String id;

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

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

From source file com.restfiddle.entity.AbstractEntity.java

public abstract class AbstractEntity implements Serializable, Cloneable, Comparable<Object> {
    private static final long serialVersionUID = 1L;

    @Id
    private String id;

From source file org.openhie.openempi.configuration.FunctionField.java

/**
 * FunctionField encapsulates a field that stores information about a transformation or comparator
 * 
 * @author <a href="mailto:csaba.toth@vanderbilt.edu">Csaba Toth</a>
 */
public class FunctionField extends BaseObject implements Cloneable {

From source file it.av.eatt.ocm.model.RistoranteRevision.java

/**
 * @author <a href='mailto:a.vincelli@gmail.com'>Alessandro Vincelli</a>
 */
@Entity
public class RistoranteRevision extends BasicEntity implements Cloneable {

From source file org.gbif.namefinder.analysis.sciname.SciNameAttributeImpl.java

/**
 * @author markus
 * 
 */
public class SciNameAttributeImpl extends AttributeImpl implements SciNameAttribute, Cloneable, Serializable {
    private static final long serialVersionUID = 1321442422L;

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

/**
 * 
 * 
 * @author MK124
 */
public class AngledLocation extends Location implements Cloneable, Serializable {

From source file org.codinjutsu.tools.mongo.ServerConfiguration.java

public class ServerConfiguration implements Cloneable {

    private static final String DEFAULT_URL = "localhost";
    public static final int DEFAULT_PORT = 27017;

    private String label;

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

@NamedQueries({
        @NamedQuery(name = "GridRegistrant.GetByName", query = "select DISTINCT gr from GridRegistrant as gr where gr.name = :name") })
@Entity
public class GridRegistrant implements Registrant, Cloneable {

    private static final long serialVersionUID = 5230114393058543176L;