List of usage examples for java.lang Cloneable interface-usage
From source file com.joyent.manta.client.MantaMetadata.java
/**
* <p>Class for storing Manta metadata information. All metadata keys must start
* with the string "m-". Case insensitive {@link Map} implementation that checks
* for valid metadata key names.</p>
*
* <p><em>Note:</em> Manta doesn't support multiple values for HTTP header based
From source file org.projectforge.business.teamcal.filter.TemplateCalendarProperties.java
/**
* Persist the settings of one calendar entry in the filter.
*
* @author M. Lauterbach (m.lauterbach@micromata.de)
* @author K. Reinhard (k.reinhard@micromata.de)
*
From source file ob.PO.TaskPO.java
/** * ? * @author oubeichen */ @JsonFilter("taskFilter") public class TaskPO extends Thread implements Cloneable {
From source file eu.debooy.sedes.form.Land.java
/** * @author Marco de Booij */ public class Land extends Formulier implements Cloneable, Comparable<Land>, Serializable { private static final long serialVersionUID = 1L;
From source file eu.planets_project.tb.impl.model.eval.EvaluationExecutableImpl.java
/**
* @author Andrew Lindley, ARC
*
* This class contains all information that is required for evaluation service execution
* (i.e. XCDL descriptions for input and output file, the comparator result, the servicetemplate, metadata, etc.).
* This object is handed over to the service execution and results are written
From source file org.apache.hadoop.mapred.SampleTaskStatus.java
/**************************************************
* Describes the current status of a sampled task.
*
**************************************************/
@InterfaceAudience.Private
@InterfaceStability.Unstable
From source file org.faster.opm.Property.java
/** * @author sqwen * @date 2012-4-22 */ @XmlRootElement(name = "property") @XmlAccessorType(XmlAccessType.FIELD)
From source file com.asta.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 com.edgenius.wiki.ext.todo.model.TodoStatus.java
/** * @author Dapeng.Ni */ public class TodoStatus implements Cloneable, Serializable { private static final long serialVersionUID = 872779496069114888L;
From source file org.jalgo.module.am0c0.model.c0.trans.TransformFunction.java
public abstract class TransformFunction extends CodeObject implements Cloneable { protected String description; /** * a C0-to-AM0 transformation function * @param token the C0 token for this function