List of usage examples for java.io Serializable interface-usage
From source file com.enonic.cms.core.structure.menuitem.section.SectionContentTypeFilterKey.java
public class SectionContentTypeFilterKey extends AbstractIntegerBasedKey implements Serializable { public SectionContentTypeFilterKey(String key) { init(key); }
From source file com.enonic.cms.core.content.category.CategoryAccessKey.java
public class CategoryAccessKey implements Serializable { private CategoryKey categoryKey; private GroupKey groupKey;
From source file com.enonic.cms.core.language.LanguageKey.java
/** * Created by rmy - Date: Oct 5, 2009 */ public class LanguageKey extends AbstractIntegerBasedKey implements Serializable, IntBasedKey { public LanguageKey(String languageKey) {
From source file au.com.ors.rest.bean.JobApplication.java
/**
* Job application bean<br/>
*
* @author hansmong
*
*/
From source file conceptnet.ds.Edge.java
/** * * @author Hong */ public class Edge implements Serializable { public String start = null;
From source file org.marketcetera.util.ws.tags.Tag.java
/**
* A generic ID tag.
*
* @author tlerios@marketcetera.com
* @since 1.0.0
* @version $Id$
From source file com.enonic.cms.domain.content.category.CategoryAccessKey.java
public class CategoryAccessKey implements Serializable { private CategoryKey categoryKey; private GroupKey groupKey;
From source file edu.asu.ser.jsonrpc.lite.jsonutils.JsonRequest.java
/**
* Copyright 2016 Avijit Singh Vishen
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
From source file com.enonic.cms.domain.LanguageEntity.java
public class LanguageEntity implements Serializable { private LanguageKey key; private String code; private String description;
From source file com.wormsim.tracking.TrackedValue.java
/**
* A value that may be tracked and recorded or optimised.
*
* @author ah810
* @version 0.0.1
*/