List of usage examples for java.io Serializable interface-usage
From source file Main.java
class MyBean implements PropertyChangeListener, Serializable { private Long id; private String name; private PropertyChangeSupport pcs = new PropertyChangeSupport(this); public MyBean() {
From source file com.uber.api.models.Vehicle.java
public class Vehicle implements java.io.Serializable { private static final long serialVersionUID = 4669967765594446566L; private String licensePlate; private String make; private String model;
From source file Employee.java
@Entity public class Employee implements java.io.Serializable { private int id; private String firstName;
From source file com.enonic.cms.core.language.LanguageEntity.java
public class LanguageEntity implements Serializable { private LanguageKey key; private String code; private String description;
From source file com.enonic.cms.core.structure.page.template.PageTemplateKey.java
/** * */ public class PageTemplateKey implements Serializable { private final int intValue;
From source file org.lnicholls.galleon.database.Thumbnail.java
/**
* Auto-generated using Hibernate hbm2java tool.
* Copyright (C) 2005, 2006 Leon Nicholls
* This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later
* version.
From source file com.gemini.domain.dto.GeminiBaseDTO.java
/** * * @author schari */ public abstract class GeminiBaseDTO implements Serializable {
From source file org.boaboa.modelos.BaseBean.java
/** * * @author Alexandra Olivares Solis */ public class BaseBean implements Serializable {
From source file com.anhao.commons.BaseObject.java
/** * * @author youyou */ public abstract class BaseObject implements Serializable {
From source file com.enonic.cms.domain.structure.DefaultSiteAccessKey.java
public class DefaultSiteAccessKey implements Serializable { private SiteKey siteKey; private GroupKey groupKey; public DefaultSiteAccessKey() {