List of usage examples for java.lang Cloneable interface-usage
From source file com.androidquery.simplefeed.data.Like.java
public class Like implements Serializable, Cloneable { private static final long serialVersionUID = 1L; private String name; private String userId;
From source file com.bsb.intellij.plugins.xmlbeans.utils.XmlBeansConfiguration.java
/** * @author gja * @version $Revision: 2557 $ $Date: 2014-02-25 16:59:22 +0100 (mar., 25 fvr. 2014) $ */ public class XmlBeansConfiguration implements Serializable, Cloneable {
From source file org.opendaylight.controller.protocol_plugin.openflow.vendorextension.v6extension.V6FlowMod.java
/**
* This class is used to create IPv6 Vendor Extension messages. Specfically, It
* defines the methods used in creation of Vendor specific IPv6 Flow Mod message.
*
*
*/
From source file com.splout.db.dnode.CacheListener.java
/** * An EHCache event listener that calls a finalization method in the value of the Cache which is a {@link EngineManager} * . We use an expiring cache in {@link DNode} for closing SQL connection pools that have not been used for some time. * We want to close the pool when the item expires and that's what this class does. */ public class CacheListener implements CacheEventListener, Cloneable {
From source file it.unibas.spicy.model.datasource.KeyConstraint.java
public class KeyConstraint implements Cloneable { private static Log logger = LogFactory.getLog(KeyConstraint.class); private List<PathExpression> keyPaths; private boolean primaryKey;
From source file uk.ac.imperial.presage2.util.location.Location.java
/**
* This represents a location in the environment space as defined by a 3D
* vector. We the apache commons {@link Vector3D} class for this vector.
*
* @author Sam Macbeth
*
From source file org.apache.bval.model.MetaProperty.java
/**
* Description: the meta description of a property of a bean. It supports a map
* of features and multiple validations.<br/>
*
* @see Validation
* @see MetaBean
From source file com.github.michalbednarski.intentslab.browser.Fetcher.java
/** * Category of data in components browser */ abstract class Fetcher implements Parcelable, Cloneable { static final class Category { String title;
From source file org.openhab.binding.cardio2e.internal.code.Cardio2eDateTime.java
/**
* Cardio2e DateTime structured data model
*
* @author Manuel Alberto Guerrero Daz
* @Since 1.11.0
*/
From source file com.adis.tools.http.client.entity.BodyParamsEntity.java
/** * Author: wyouflf * Date: 13-7-26 * Time: ?4:21 */ public class BodyParamsEntity extends AbstractHttpEntity implements Cloneable {