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 org.openscore.engine.queue.entities.ExecutionMessage.java

/**
 * User:
 * Date: 10/09/12
 * Time: 11:11
 */
public class ExecutionMessage implements Message, Cloneable {

From source file wsattacker.library.intelligentdos.dos.DoSAttack.java

/**
 * @author Christian Altmeier
 */
public interface DoSAttack extends Cloneable, Comparable<DoSAttack> {

    @XmlEnum

From source file org.talend.updates.runtime.nexus.component.ComponentIndexBean.java

/**
 * DOC ggu class global comment. Detailled comment
 */
public class ComponentIndexBean implements Cloneable {

    static final String DOT_SNAPSHOT = ".SNAPSHOT"; //$NON-NLS-1$

From source file com.intuit.wasabi.analyticsobjects.counts.Counts.java

/**
 * DTO to save counts
 *
 * Fields:
 * <ul>
 * <li>Total counts </li>

From source file eu.debooy.natuur.domain.FotoDto.java

/**
 * @author Marco de Booij
 */
@Entity
@Table(name = "FOTOS", schema = "NATUUR")
public class FotoDto extends Dto implements Comparable<FotoDto>, Cloneable {

From source file com.evolveum.midpoint.prism.xnode.XNode.java

/**
 * @author semancik
 *
 */
public abstract class XNode implements DebugDumpable, Visitable, Cloneable, Serializable {

From source file nl.strohalm.cyclos.utils.RangeConstraint.java

/**
 * Contains a range constraint
 * @author luis
 */
public class RangeConstraint implements Serializable, Cloneable {

From source file uk.co.flax.biosolr.TreeFacetField.java

/**
 * POJO representing an entry in the hierarchical facet tree.
 *
 * <p>Implements Comparable, so that entries in the tree may be ordered by their
 * value count.</p>
 * 

From source file org.aliuge.crawler.url.WebURL.java

public class WebURL implements Serializable, Cloneable {

    private static final long serialVersionUID = 1L;

    private String url;
    private String name;

From source file org.nuxeo.ecm.webengine.loader.store.ResourceStoreClassLoader.java

/**
 * The class loader allows modifying the stores (adding/removing).
 * Mutable operations are thread safe.
 *
 * @author <a href="mailto:bs@nuxeo.com">Bogdan Stefanescu</a>
 */