List of usage examples for java.lang Cloneable interface-usage
From source file org.apache.cocoon.environment.internal.EnvironmentStack.java
/**
* The stack for the processing environment.
*
* This is an internal class, and it might change in an incompatible way over time.
* For developing your own components/applications based on Cocoon, you shouldn't
* really need it.
From source file com.drive.student.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 dz.alkhwarizmix.winrak.java.model.vo.WinrakPosition.java
/**
* <p>
* TODO: Javadoc
* </p>
*
* @author ? (Fares Belhaouas)
From source file com.bt.aloha.util.MediaDescriptionState.java
public class MediaDescriptionState implements Serializable, Cloneable { private static final long serialVersionUID = -7274543387142291012L; private static final String UNCHECKED = "unchecked"; private String media; private int port;
From source file net.chaosserver.timelord.data.TimelordTaskDay.java
/** * Data class that holds information about a single day of time * for a single task. */ @SuppressWarnings("serial") public class TimelordTaskDay implements Serializable, Cloneable {
From source file eu.debooy.natuur.domain.GebiedDto.java
/** * @author Marco de Booij */ @Entity @Table(name = "GEBIEDEN", schema = "NATUUR") public class GebiedDto extends Dto implements Comparable<GebiedDto>, Cloneable {
From source file eu.debooy.natuur.domain.TaxonnaamDto.java
/** * @author Marco de Booij */ @Entity @Table(name = "TAXONNAMEN", schema = "NATUUR") @IdClass(TaxonnaamPK.class)
From source file com.datatorrent.lib.bucket.BucketManager.java
/**
* <p>
* Bucket manager creates and manages {@link Bucket}s for an Operator.<br/>
* Only a limited number of buckets can be held in memory at a particular time. The manager is responsible for loading
* of a bucket when it is requested by the operator and un-loading least recently used buckets to optimize memory usage.
* </p>
From source file com.intuit.wasabi.analyticsobjects.counts.ExperimentCumulativeCounts.java
/**
* Top level DTO to save the cumulative counts for an Experiment
*
* Fields:
* <ul>
* <li>List of {@link DailyCounts} with the counts for each day</li>
From source file wilos.model.misc.wilosuser.WilosUser.java
/** * This class represents a user of Wilos. * * @author Yoann Lopes */ public abstract class WilosUser implements Cloneable {