List of usage examples for java.lang Cloneable interface-usage
From source file com.autentia.tnt.version.Version.java
/** * * @author ivan */ public class Version implements Comparable<Version>, Cloneable { private static final Log log = LogFactory.getLog(Version.class);
From source file lucee.runtime.db.DataSourceSupport.java
public abstract class DataSourceSupport implements DataSourcePro, Cloneable { private final Class clazz; private final boolean blob; private final boolean clob; private final int connectionLimit;
From source file es.ucm.fdi.dalgs.domain.LearningGoal.java
@Entity @Table(name = "learninggoal") public class LearningGoal implements Cloneable, Copyable<LearningGoal>, Serializable { private static final long serialVersionUID = 1L;
From source file org.geowebcache.config.BlobStoreInfo.java
/**
* Base class for configuration and factory of concrete {@link BlobStore} implementations.
* <p>
* Each realization of {@link BlobStore} should have a matching {@link BlobStoreInfo} subclass
* that acts both as configuration and {@link #createInstance(TileLayerDispatcher, LockProvider)} factory}.
* <p>
From source file com.astamuse.asta4d.sample.util.persondb.Person.java
public class Person implements IdentifiableEntity, Cloneable { public static enum BloodType { A, B, O, AB; public static final OptionValueMap asOptionValueMap = OptionValueMap.build(BloodType.values(),
From source file it.unibas.spicy.model.paths.VariableCorrespondence.java
public class VariableCorrespondence implements Cloneable { private static Log logger = LogFactory.getLog(VariableCorrespondence.class); private List<VariablePathExpression> sourcePaths; private ISourceValue sourceValue; private VariablePathExpression targetPath;
From source file lineage2.gameserver.model.reward.RewardData.java
/** * @author Mobius * @version $Revision: 1.0 $ */ public class RewardData implements Cloneable { /**
From source file org.apache.pdfbox.pdmodel.graphics.PDLineDashPattern.java
/**
* This class represents the line dash pattern for a graphics state. See PDF
* Reference 1.5 section 4.3.2
*
* @author <a href="mailto:ben@benlitchfield.com">Ben Litchfield</a>
* @version $Revision: 1.7 $
From source file org.pentaho.pms.ui.concept.editor.PhysicalTableModel.java
public class PhysicalTableModel extends AbstractTableModel implements Cloneable { // ~ Static fields/initializers ====================================================================================== private static final Log logger = LogFactory.getLog(PhysicalTableModel.class);
From source file edu.ku.brc.specify.tasks.DataEntryView.java
/**
* @author rods
*
* @code_status Alpha
*
* Created Date: Feb 27, 2008