Example usage for java.io Serializable interface-usage

List of usage examples for java.io Serializable interface-usage

Introduction

In this page you can find the example usage for java.io Serializable interface-usage.

Usage

From source file com.keydap.sparrow.rbac.OperationPermission.java

/**
 *
 * @author Kiran Ayyagari (kayyagari@keydap.com)
 */
public class OperationPermission implements Serializable {
    private String op;

From source file de.document.entity.Krankheit.java

/**
 *
 * @author Bilel-PC
 */
public class Krankheit extends Document implements Serializable, Cloneable {

From source file hr.softwarecity.osijek.model.CommentPK.java

/**
 *
 * @author Leon
 */
@Embeddable
public class CommentPK implements Serializable {

From source file de.ailis.xadrian.data.Product.java

/**
 * A product
 *
 * @author Klaus Reimer (k@ailis.de)
 */
public class Product implements Serializable, Comparable<Product> {

From source file com.enonic.cms.core.structure.page.template.PageTemplatePortletEntity.java

public class PageTemplatePortletEntity implements Serializable {
    private PageTemplatePortletKey key;

    private int order;

    private Date timestamp;

From source file com.aokyu.dev.pocket.RequestToken.java

public class RequestToken implements Serializable {

    private static final long serialVersionUID = -9155567621462690980L;

    private static final String KEY_CODE = "code";
    private static final String ENCODE = "UTF-8";

From source file com.webbfontaine.valuewebb.search.DeclarantFinder.java

/**
 * Copyrights 2002-2010 Webb Fontaine
 * This software is the proprietary information of Webb Fontaine.
 * Its use is subject to License terms.
 * User: nigiyan
 * Date: Oct 28, 2010

From source file org.roda_project.commons_ip.model.RepresentationContentType.java

public class RepresentationContentType implements Serializable {
    private static final long serialVersionUID = -5292855152678206771L;

    public enum RepresentationContentTypeEnum {
        MOREQ, SIARD, SIARD2, SMURF, OTHER, MIXED;
    }

From source file at.tfr.securefs.key.UiShare.java

@SuppressWarnings("serial")
public class UiShare implements Serializable {

    public static final String SHIELD = "xxxxxxxxxxx";
    int index;
    String share;

From source file beans.CourseConflict.java

/**
 *
 * @author ElBastamy
 */
public class CourseConflict implements Serializable, Comparable<CourseConflict> {