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 gov.nih.nci.iso21090.Ts.java

/**
 * Represents iso data type TS.
 * @author lpower
 */
public final class Ts extends Qty implements Cloneable {

From source file org.displaytag.util.MultipleHtmlAttribute.java

/**
 * Object used to contain html multiple attribute value (for the "class" attribute).
 * @author Fabrizio Giustina
 * @version $Revision: 1.12 $ ($Author: fgiust $)
 */
public class MultipleHtmlAttribute implements Cloneable {

From source file org.openscore.engine.queue.entities.Payload.java

/**
 * User:
 * Date: 10/09/12
 * Time: 09:39
 */
public class Payload implements Cloneable, Serializable {

From source file gov.nih.nci.iso21090.Qty.java

/**
 * Represents iso datatype QTY.
 * @author lpower
 */
@SuppressWarnings("PMD.AbstractNaming")
public abstract class Qty extends Any implements Cloneable {

From source file gov.nih.nci.iso21090.Pqv.java

/**
 * Physical Quantity Value (PQV).
 * @author Naveen Amiruddin
 *
 */
@SuppressWarnings("PMD.AbstractNaming")

From source file com.joyent.manta.http.entity.ExposedByteArrayEntity.java

/**
 * Provides a byte array backed entity like {@link org.apache.http.entity.ByteArrayEntity}
 * that provides a method to access the underlying byte array as a buffer.
 *
 * @author <a href="https://github.com/dekobon">Elijah Zupancic</a>
 * @since 3.0.0

From source file org.sipfoundry.sipxconfig.common.BeanWithId.java

/**
 * BeanWithId - simplify implementation of the model layer
 *
 * Hibernate advises against using object IDs in equals and hashCode methods, as we do below. See
 * http://www.hibernate.org/109.html . However, we disagree. It's true that using the ID means
 * that an unsaved object (with ID = -1) doesn't have a unique identity and that can cause

From source file info.magnolia.cms.core.ContentHandler.java

/**
 * @author Sameer Charles
 * @version $Revision $ ($Author $)
 * $Id: ContentHandler.java 3299 2006-05-30 08:53:34Z scharles $
 */
public abstract class ContentHandler implements Cloneable {

From source file io.wcm.devops.conga.model.shared.AbstractModel.java

/**
 * Abstract model implementation.
 */
public abstract class AbstractModel implements Cloneable {

    @Override

From source file org.nqcx.ncs.commons.app.GlobalApp.java

/**
 *  app entity
 *
 * @author naqichuan 17/2/23 08:48
 */
public class GlobalApp extends EntityBO implements Cloneable {