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.intuit.wasabi.analyticsobjects.counts.AbstractContainerCounts.java

/**
 * The base class for containers for different counts that can be in an ExperimentCounts or a BucketCounts object
 */
public abstract class AbstractContainerCounts implements ContainerCounts, Cloneable {

    @ApiModelProperty(value = "counts for each action individually", required = true)

From source file wilos.model.misc.concreteactivity.ConcreteActivity.java

/**
 *
 * Concrete instanciation of a SPEM2 Activity
 *
 * @author garwind
 *

From source file org.pentaho.pms.schema.concept.types.aggregation.ConceptPropertyAggregationList.java

/**
 * This property allows for a list of aggregations to be selected.
 * 
 * @author Will Gorman (wgorman@pentaho.com)
 * 
 * @deprecated as of metadata 3.0.

From source file org.apache.hadoop.hbase.IndividualBytesFieldCell.java

@InterfaceAudience.Private
public class IndividualBytesFieldCell implements ExtendedCell, Cloneable {

    private static final long FIXED_OVERHEAD = ClassSize.align( // do alignment(padding gap)
            ClassSize.OBJECT // object header
                    + KeyValue.TIMESTAMP_TYPE_SIZE // timestamp and type

From source file org.nuxeo.ecm.platform.suggestbox.service.descriptors.SuggesterGroupDescriptor.java

@XObject("suggesterGroup")
public class SuggesterGroupDescriptor implements Cloneable {

    private static final Log log = LogFactory.getLog(SuggesterGroupDescriptor.class);

    @XNode("@name")

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

/**
 * DTO to save the progress of a bucket or an action. <br>
 *
 * Fields:
 * <ul>
 * <li>list of winners</li>

From source file gov.nih.nci.caarray.domain.vocabulary.Category.java

/**
 *
 */
@Entity
@BatchSize(size = AbstractCaArrayObject.DEFAULT_BATCH_SIZE)
@UniqueConstraints(constraints = {

From source file org.ejbca.core.model.ra.raadmin.UserNotification.java

/**
 * Class holding information about user notification sent when a user transitions through
 * the work-flow. 
 * This class is implemented on top of a HashMap, so it can easily be upgraded with new features
 * such as different notification actions (apart from email) etc.
 * 

From source file org.jbpcc.domain.model.BatchManagerVO.java

/**
 * A VO to store JBPCC Server Config Data
 */
@Entity
@Table(name = "JBPCC_BATCH_MANAGERS")
public class BatchManagerVO implements Cloneable, Serializable {