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 wilos.model.spem2.task.Step.java

/**
 * 
 * This class represents a section which represents structural subsections of a taskDefinition.
 * 
 * @author Sebastien BALARD
 * 

From source file org.fornax.cartridges.sculptor.framework.domain.AbstractDomainObject.java

/**
 * Base class for all Domain Objects. It provides stuff like toString, equals
 * and hashCode.
 * 
 */
public abstract class AbstractDomainObject implements Serializable, Cloneable {

From source file org.faster.orm.model.GenericEntity.java

/**
 * 
 * <p>
 * ?
 * <p>
 * ???

From source file edu.umich.oasis.client.Sealed.java

public final class Sealed<T> implements Cloneable {
    private IHandle handle;
    private IHandleDebug debug;

    public static <T> Sealed<T> empty() {
        return new Sealed<>();

From source file org.marketcetera.marketdata.MarketDataRequestBean.java

/**
 * Contains the data necessary to compose a {@link MarketDataRequest}.
 *
 * @author <a href="mailto:colin@marketcetera.com">Colin DuPlantis</a>
 * @version $Id$
 * @since 2.1.0

From source file com.htmlhifive.tools.jslint.parse.JsFileInfo.java

/**
 * .
 * 
 * @author NS Solutions Corporation
 * 
 */

From source file com.medlog.webservice.vo.DiaryAnalysisVO.java

/**
 *
 * @author westy
 */
public class DiaryAnalysisVO implements Serializable, Cloneable {

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

/**
 * This is a wrapper DTO to save the List of DailyStatistics
 */
public class ExperimentCumulativeStatistics implements Cloneable {

    @ApiModelProperty(required = true)

From source file com.alibaba.wasp.master.DeadServer.java

/**
 * Class to hold dead servers list and utility querying dead server list.
 */
public class DeadServer implements Set<ServerName>, Cloneable {
    /**
     * Set of known dead servers.  On znode expiration, servers are added here.

From source file me.vertretungsplan.objects.SubstitutionScheduleDay.java

/**
 * Represents one day on the the {@link SubstitutionSchedule} and contains the corresponding substitutions and messages.
 */
public class SubstitutionScheduleDay implements Cloneable {

    private LocalDate date;