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.enonic.cms.domain.portal.rendering.PageCacheKey.java

public class PageCacheKey implements Serializable {
    private String userKey;

    private MenuItemKey menuItemKey;

    private String queryString;

From source file com.xumpy.thuisadmin.controllers.model.BeheerBedragenReportLst.java

/**
 *
 * @author nicom
 */
@Component
@Scope("session")

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

/**
 * Storage capacity for a single ware.
 *
 * @author Klaus Reimer (k@ailis.de)
 */
public class Capacity implements Serializable, Comparable<Capacity> {

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

/**
 *
 * @author Leon Palai
 * Class Address that represents location where people lives. Created in purpose to show Many to Many
 * mapping. This side is implemented as owning side of relation.
 */

From source file com.enonic.cms.core.structure.menuitem.ContentHomeEntity.java

public class ContentHomeEntity implements Serializable {
    private ContentHomeKey key;

    private MenuItemEntity menuItem;

    private PageTemplateEntity pageTemplate;

From source file com.example.security.Role.java

/**
 *
 * @author dilyan
 */
@Entity
public class Role implements GrantedAuthority, Serializable {

From source file gov.nih.nci.caintegrator.application.configuration.SpringContext.java

/**
 * Helper class that provides an easy way to load beans from any point in the application,
 * not just from a spring managed bean.
 * 
 *
 * @author caIntegrator Team

From source file com.webbfontaine.valuewebb.search.CompanyFinder.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 Reportes.ChartCustomizer.java

/**
 *
 * @author ernesto
 */
public class ChartCustomizer implements DRIChartCustomizer, Serializable {

From source file biblioteca.datos.hibernate.dao.imp.RegistroAlquilerDAOImp.java

/**
 *
 * @author alejandro
 */
public class RegistroAlquilerDAOImp extends HibernateDaoSupport implements IRegistroAlquilerDAO, Serializable {
    @Override