List of usage examples for java.io Serializable interface-usage
From source file com.enonic.cms.core.content.binary.BinaryDataEntity.java
public class BinaryDataEntity implements Serializable { private BinaryDataKey key; private String name; private Integer size;
From source file com.hp.autonomy.types.requests.Spelling.java
@Data public class Spelling implements Serializable { private static final long serialVersionUID = -3759977893073373750L; private final List<String> corrections; private final String correctedQuery;
From source file com.enonic.cms.domain.content.binary.BinaryDataEntity.java
public class BinaryDataEntity implements Serializable { private BinaryDataKey key; private String name; private Integer size;
From source file Employee.java
@Entity public class Employee implements java.io.Serializable { private int id; private String firstName;
From source file Employee.java
@Entity public class Employee implements java.io.Serializable { private int id; private String firstName;
From source file com.opensymphony.webwork.util.Counter.java
/**
* A bean that can be used to keep track of a counter.
* <p/>
* Since it is an Iterator it can be used by the iterator tag
*
* @author Rickard berg (rickard@middleware-company.com)
From source file org.owasp.webgoat.util.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.findcab.driver.object.DriverInfo.java
/**
* ??
*
* @author yuqunfeng
*
*/
From source file com.enonic.cms.domain.structure.menuitem.ContentHomeKey.java
public class ContentHomeKey implements Serializable { private ContentKey contentKey; private SiteKey siteKey; public ContentHomeKey() {
From source file com.gerenciaProyecto.Beans.ConfiguracionBean.java
/**
*
* @author Agandio
*/
@ViewScoped