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.example.cmput301.model.Task.java

/**
 * This is the model of a basic "Task" which the user wanted fulfilled.
 */
@SuppressWarnings("serial")
public class Task implements Comparable<Object>, Serializable, Cloneable {

From source file com.creditease.utilframe.http.client.entity.BodyParamsEntity.java

/**
 * Author: wyouflf
 * Date: 13-7-26
 * Time: ?4:21
 */
public class BodyParamsEntity extends AbstractHttpEntity implements Cloneable {

From source file com.third.lidroid.xutils.http.client.entity.BodyParamsEntity.java

/**
 * Author: wyouflf
 * Date: 13-7-26
 * Time: ?4:21
 */
public class BodyParamsEntity extends AbstractHttpEntity implements Cloneable {

From source file com.photon.phresco.commons.model.Technology.java

@XmlRootElement
@JsonIgnoreProperties(ignoreUnknown = true)
public class Technology extends CustomerBasedElement implements Cloneable {

    public enum Option {
        BUILD_SUPPORTED, CODE_QULAITY_SUPPORTED, DEPLOY_SUPPORTED, UNIT_TEST_SUPPORTED, FUNCTIONAL_TEST_SUPPORTED, PERFORMANCE_TEST_SUPPORTED, LOAD_TEST_SUPPORTED, REPORTS_SUPPORTED, CI_SUPPORTED, EXE_DOWNLOAD

From source file net.sourceforge.vulcan.dto.BaseDto.java

public abstract class BaseDto implements Serializable, Cloneable, Copyable {
    protected transient PropertyChangeSupport propertyChangeSupport = new PropertyChangeSupport(this);

    public void addPropertyChangeListener(String propertyName, PropertyChangeListener listener) {
        propertyChangeSupport.addPropertyChangeListener(propertyName, listener);
    }

From source file dz.alkhwarizmix.trouvauto.java.model.vo.ReservautoVehicule.java

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

From source file ArrayDictionary.java

/**
 * Random-access dictionary:
 * like a dictionary but with a certain Vector-ness to it
 * Besides all the methods from Dictionary, it also has methods that
 * permit direct access to the nth element or nth key.
 * Should be used with care...it's not too well tested yet, and it

From source file onl.area51.httpd.util.PathEntity.java

/**
 * A java nio2 equivalent to {@link org.apache.http.entity.FileEntity}
 *
 * @author peter
 */
public class PathEntity extends AbstractHttpEntity implements Cloneable {

From source file com.adaptris.core.interceptor.MetadataStatistic.java

/**
 * A metadata statistic stored by concrete implementations {@link MetadataMetricsInterceptorImpl}
 * 
 * @config interceptor-metadata-statistic
 */
@XStreamAlias("interceptor-metadata-statistic")

From source file com.intuit.wasabi.analyticsobjects.statistics.DistinguishableEffectSize.java

/**
 * DTO that saves the smallest distinguishable effect size <br>
 *
 * Fields:
 * <ul>
 * <li>negative effect size </li>