List of usage examples for java.lang Cloneable interface-usage
From source file eu.debooy.sedes.domain.WerelddeelnaamDto.java
/** * @author Marco de Booij */ @Entity @Table(name = "WERELDDEELNAMEN", schema = "SEDES") @IdClass(WerelddeelnaamPK.class)
From source file pl.edu.pwr.iiar.zak.thermalKit.ThermalDesign.HeaterUnit.java
/**
* TODO Write module description
*
* @author Pawel Weber
* @version 0.1
* @see pl.edu.pwr.iiar.zak.thermalKit.ThermalDesign.ThermalUnit
From source file wilos.model.spem2.phase.Phase.java
/** * * @author Soosuske * */ public class Phase extends Activity implements Cloneable {
From source file uk.org.rbc1b.roms.db.common.AbstractSearchCriteria.java
/** * Base criteria used for search requests. */ public abstract class AbstractSearchCriteria implements SearchCriteria, Cloneable { private static final int DEFAULT_MAX_RESULTS = 10; private static final int DEFAULT_START_INDEX = 0;
From source file PlotsBuilding.PlotPanel.java
public class PlotPanel extends JPanel implements Cloneable { private ChartPanel chartPanel; private JPanel pointsPanel; private JTextArea cursorInfo; JFreeChart chart;
From source file org.jdal.dao.Page.java
/**
* A Page of Objects as result of query on PaginableDataSource
* Holds results for a page and info of Page definition page size and order.
*
* @author Jose Luis Martin - (jlm@joseluismartin.info)
*/
From source file it.unibas.spicy.model.mapping.rewriting.egds.Determination.java
public class Determination implements Cloneable { private static Log logger = LogFactory.getLog(Determination.class); private List<FormulaVariable> implicants; private List<VariableFunctionalDependency> generatingDependencies = new ArrayList<VariableFunctionalDependency>();
From source file org.candlepin.model.dto.ProductContentData.java
/**
* DTO representing a product content mapping exposed to the API and adapter layers. Unlike the
* ProductContent entity, this DTO does not contain a reference to the product. Instead, it is
* implied by attaching it to a ProductData instance.
*
* <pre>
From source file com.twosigma.beakerx.chart.Graphics.java
public abstract class Graphics implements Serializable, Cloneable { private static final long serialVersionUID = -1878979081955090695L; private final String uid; private boolean visible = true;
From source file org.theospi.portfolio.admin.model.IntegrationOption.java
public class IntegrationOption implements Cloneable { protected final transient Log logger = LogFactory.getLog(getClass()); private String label; private boolean include = true;