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 org.sipfoundry.sipxconfig.gateway.GatewayCallerAliasInfo.java

public class GatewayCallerAliasInfo implements Cloneable {
    private String m_defaultCallerAlias;

    private boolean m_anonymous;

    private boolean m_ignoreUserInfo;

From source file gov.nih.nci.calims2.business.email.EmailMessage.java

/**
 * @author viseem
 *
 */
public class EmailMessage implements Cloneable {
    private String body;

From source file Main.java

/**
 * Simple person object with first and last name.
 */
class Person implements Cloneable {

    String firstName = null;

From source file fr.calamus.common.db.model.RequestBuilder.java

/**
 *
 * @author haerwynn
 */
public class RequestBuilder implements Cloneable {

From source file gov.nih.nci.iso21090.EnPn.java

/**
 * Represents the iso datatype. EN.PN (Person Name)
 * @author lpower
 */
public final class EnPn extends En implements Cloneable {

From source file IntVector.java

/**
 * @author Vlad Roubtsov, (C) 2001
 */
public final class IntVector implements Cloneable {
    // public: ................................................................

From source file cz.muni.pa165.carparkapp.dto.EmployeeDTO.java

/**
 *
 * @author Martin
 */
public class EmployeeDTO implements Cloneable {
    private int id = -1;

From source file gov.nih.nci.cabig.ctms.tools.configuration.DefaultConfigurationProperty.java

/**
 * Defines the desired type for a configuration property and provides a mechanism for
 * converting it to and from a string for persistence.
 *
 * @author Rhett Sutphin
*/

From source file com.currencyfair.minfraud.model.RiskScoreRequest.java

/**
 * Request object encapsulating the fields required to obtain a risk score
 * assessement from MinFraud. See <a href="http://dev.maxmind.com/minfraud/">
 *     http://dev.maxmind.com/minfraud/</a>.
 *
 * @since 1.0.0

From source file gov.nih.nci.iso21090.EnOn.java

/**
 * Represents the iso datatype. EN.ON (Organization Name)
 * @author lpower
 */
public final class EnOn extends En implements Cloneable {