List of usage examples for java.io Serializable interface-usage
From source file ListSet.java
/**
* A thin wrapper around a <code>List</code> transforming it into a modifiable
* <code>Set</code>.
*
* @version <tt>$Revision: 2800 $</tt>
* @author <a href="mailto:jason@planet57.com">Jason Dillon</a>
From source file com.curso.cableado.Contenedor.java
/** * * @author usuario */ public class Contenedor implements Serializable, BeanNameAware {
From source file org.geosdi.geocoder.cache.model.Suggest.java
/** * @author Nazzareno Sileno - CNR IMAA geoSDI Group * @email nazzareno.sileno@geosdi.org */ @JsonIgnoreProperties(ignoreUnknown = true) public class Suggest implements Serializable {
From source file com.enonic.cms.domain.content.ContentAccessEntity.java
public class ContentAccessEntity implements Serializable { private String key; private Integer readAccess;
From source file org.beangle.security.core.authority.GrantedAuthorityBean.java
/** * Basic concrete implementation of a {@link GrantedAuthority}. */ public class GrantedAuthorityBean implements GrantedAuthority, Serializable {
From source file br.edu.claudivan.controledegastos.domain.CardExpense.java
/** * * @author Claudivan Moreira */ public class CardExpense extends Expense implements Serializable {
From source file org.wikipedia.gallery.ImageLicense.java
public class ImageLicense implements Serializable { private static final String CREATIVE_COMMONS_PREFIX = "cc"; private static final String PUBLIC_DOMAIN_PREFIX = "pd"; private static final String CC_BY_SA = "ccbysa"; @NonNull
From source file com.enonic.cms.domain.content.ContentVersionKey.java
public class ContentVersionKey extends AbstractIntegerBasedKey implements Serializable, IntBasedKey { public ContentVersionKey(String key) { init(key); } public ContentVersionKey(int key) {
From source file com.enonic.cms.domain.structure.page.template.PageTemplatePortletEntity.java
public class PageTemplatePortletEntity implements Serializable { private PageTemplatePortletKey key; private int order; private Date timestamp;
From source file org.beangle.web.agent.Browser.java
/** * Web browser * * @author chaostone */ public class Browser implements Serializable, Comparable<Browser> {