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.misc.concretephase.ConcretePhase.java

/**
 *
 * @author Soosuske
 *
 */
public class ConcretePhase extends ConcreteActivity implements Cloneable {

From source file it.unibas.spicy.parser.ParserView.java

public class ParserView implements Cloneable {

    private static Log logger = LogFactory.getLog(ParserView.class);
    private List<ParserView> subViews = new ArrayList<ParserView>();
    private List<ParserAtom> atoms = new ArrayList<ParserAtom>();
    private List<ParserBuiltinFunction> functions = new ArrayList<ParserBuiltinFunction>();

From source file de.hofuniversity.iisys.neo4j.websock.query.encoding.StringTransferUtil.java

/**
 * Utility receiving text data and forwarding it to a message handler and
 * encoding and sending messages using the configured format.
 */
public class StringTransferUtil implements MessageHandler.Whole<String>, Cloneable {
    private final Basic fRemote;

From source file dz.alkhwarizmix.trouvauto.java.model.vo.ReservautoResponse.java

/**
 * <p>
 * TODO: Javadoc
 * </p>
 *
 * @author ?  (Fares Belhaouas)

From source file org.freebxml.omar.common.RepositoryItemImpl.java

/**
* Repository item wrapper.
*
* @author Adrian Chong
* @author Peter Burgess
*

From source file org.openvpms.component.business.domain.im.common.IMObjectReference.java

/**
 * This class holds a reference to another {@link IMObject}. To create a
 * valid reference you must supply an archetypeId and the linkId.
 *
 * @author Jim Alateras
 * @author Tim Anderson

From source file shc.iautos.domain.IautosCarInfo.java

@Entity
@Table(name = "CarInfo_Iautos")
public class IautosCarInfo implements Cloneable, Serializable {

    private static final long serialVersionUID = -4395908881660747661L;

From source file net.asfun.jangod.interpret.FloorBindings.java

public class FloorBindings implements Cloneable {
    private static ExpressionParser parser = new SpelExpressionParser();

    private Map<Integer, Map<String, Object>> floor;

    public FloorBindings() {

From source file org.jumpmind.db.model.IndexColumn.java

/**
 * Represents a column of an index in the database model.
 */
public class IndexColumn implements Cloneable, Serializable {
    /** Unique ID for serialization purposes. */
    private static final long serialVersionUID = -5009366896427504739L;

From source file org.talend.core.nexus.ArtifactRepositoryBean.java

/**
 * created by wchen on 2015-5-12 Detailled comment
 *
 */
public class ArtifactRepositoryBean implements Cloneable {
    public static final String REPO2_MIDDLE_PATH = "/content/repositories/";