List of usage examples for java.io Serializable interface-usage
From source file com.enonic.cms.core.preference.PreferenceEntity.java
public class PreferenceEntity implements Serializable { private PreferenceKey key; private String value;
From source file com.enonic.cms.core.content.RelatedContentKey.java
public class RelatedContentKey implements Serializable { private ContentVersionKey parentContentVersionKey; private ContentKey childContentKey; public RelatedContentKey() {
From source file com.enonic.cms.domain.preference.PreferenceEntity.java
public class PreferenceEntity implements Serializable { private PreferenceKey key; private String value;
From source file ID.java
class ID implements Serializable { } class Employee implements Serializable { private String name;
From source file com.enonic.cms.domain.content.RelatedContentKey.java
public class RelatedContentKey implements Serializable { private ContentVersionKey parentContentVersionKey; private ContentKey childContentKey; public RelatedContentKey() {
From source file com.enonic.cms.core.structure.page.PageWindowKey.java
public class PageWindowKey implements Serializable { private int pageKey; private int portletKey; public PageWindowKey() {
From source file com.enonic.cms.domain.structure.page.PageWindowKey.java
public class PageWindowKey implements Serializable { private int pageKey; private int portletKey; public PageWindowKey() {
From source file com.tecapro.inventory.common.bean.ValueFactory.java
public class ValueFactory implements Serializable, Factory { private static final long serialVersionUID = -3350812431869917074L; private Class<? extends Object> clazz = null;
From source file m.c.m.proxyma.resource.ProxymaHttpHeader.java
/**
* <p>
* This class rappresents a single Http Header that can be sent to a Client.<br/>
* It is designed to be "rewritable", so you can get it and update its value as
* much as needed.<br/>
*
From source file com.enonic.cms.domain.resource.ResourceKey.java
public class ResourceKey implements Serializable { private String key; public ResourceKey(String key) { if (key == null) {