List of usage examples for java.io Serializable interface-usage
From source file org.owasp.webgoat.i18n.LabelManagerImpl.java
/**
*************************************************************************************************
*
*
* This file is part of WebGoat, an Open Web Application Security Project utility. For details,
* please see http://www.owasp.org/
From source file com.reversemind.glia.other.jndi.SpringRemoteEjb.java
/**
*
* Copyright (c) 2013-2014 Eugene Kalinin
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
From source file com.enonic.cms.core.structure.page.template.PageTemplatePortletKey.java
public class PageTemplatePortletKey implements Serializable { private int pageTemplateKey; private int portletKey; public PageTemplatePortletKey() {
From source file com.enonic.cms.domain.structure.page.template.PageTemplatePortletKey.java
public class PageTemplatePortletKey implements Serializable { private int pageTemplateKey; private int portletKey; public PageTemplatePortletKey() {
From source file com.enonic.cms.domain.content.ContentHandlerKey.java
public class ContentHandlerKey extends AbstractIntegerBasedKey implements Serializable { public ContentHandlerKey(String key) { init(key); } public ContentHandlerKey(int key) {
From source file com.enonic.cms.core.structure.SiteKey.java
public class SiteKey extends AbstractIntegerBasedKey implements Serializable { public SiteKey(String key) { init(key); } public SiteKey(int key) {
From source file com.clican.pluto.cms.ui.action.BaseAction.java
public abstract class BaseAction implements java.io.Serializable { /** * */ private static final long serialVersionUID = -2619483835745954820L;
From source file com.enonic.cms.core.content.binary.ContentBinaryDataKey.java
public class ContentBinaryDataKey extends AbstractIntegerBasedKey implements Serializable { public ContentBinaryDataKey(String key) { init(key); }
From source file com.enonic.cms.core.content.category.UnitKey.java
public class UnitKey extends AbstractIntegerBasedKey implements Serializable { public UnitKey(String key) { init(key); } public UnitKey(int key) {
From source file com.enonic.cms.core.content.contenttype.ContentHandlerKey.java
public class ContentHandlerKey extends AbstractIntegerBasedKey implements Serializable { public ContentHandlerKey(String key) { init(key); } public ContentHandlerKey(int key) {