List of usage examples for java.io Serializable interface-usage
From source file com.enonic.cms.core.structure.DefaultSiteAccessKey.java
public class DefaultSiteAccessKey implements Serializable { private SiteKey siteKey; private GroupKey groupKey; public DefaultSiteAccessKey() {
From source file main.MainFormImpl.java
public class MainFormImpl extends br.mdarte.exemplo.academico.accessControl.LoginFormImpl implements java.io.Serializable { public MainFormImpl() { }
From source file org.jfrog.build.client.artifactoryXrayResponse.License.java
/** * Used for serialization of Xray scanning results */ public class License implements Serializable { private final static long serialVersionUID = -4743362963485868205L; private String name;
From source file carrental.model.pickupPoint.Reservation.java
/** * Created by Michael on 13.05.2015. */ @Document(collection = "reservation") public class Reservation implements Serializable {
From source file com.swen900014.orange.rideshareoz.models.User.java
/**
* Created by Sangzhuoyang Yu on 9/11/15.
* Encapsulate user data, user can be either a
* driver or passenger depending on whether the
* ride is offed by them
*/
From source file org.shelloid.netverif.TestRunnable.java
/** * * @author jayaraj */ public class TestRunnable implements Runnable, Serializable { private static final long serialVersionUID = 1L;
From source file com.enonic.cms.core.structure.menuitem.MenuItemAccessKey.java
public class MenuItemAccessKey implements Serializable { private MenuItemKey menuItemKey; private GroupKey groupKey; public MenuItemAccessKey() {
From source file org.lnicholls.galleon.database.ShoutcastStation.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.enonic.cms.core.security.userstore.UserStoreKey.java
public class UserStoreKey extends AbstractIntegerBasedKey implements Serializable { public UserStoreKey(String key) { if (key.startsWith("#")) { key = key.substring(1); }
From source file com.enonic.cms.domain.structure.menuitem.MenuItemAccessKey.java
public class MenuItemAccessKey implements Serializable { private int menuItemKey; private GroupKey groupKey; public MenuItemAccessKey() {