List of usage examples for java.io Serializable interface-usage
From source file com.studevs.utils.providers.BeanProvider.java
/** * * @author ashik */ public class BeanProvider implements Serializable {
From source file es.pode.administracion.presentacion.repositoriosExternos.listarRepositoriosExternos.FormularioNodosSQIModificarNodoSQIFormImpl.java
public class FormularioNodosSQIModificarNodoSQIFormImpl extends org.apache.struts.validator.ValidatorForm implements java.io.Serializable { private java.lang.Long id; private java.lang.Object[] idValueList; private java.lang.Object[] idLabelList;
From source file es.pode.administracion.presentacion.repositoriosExternos.listarRepositoriosExternos.FormularioNodosSQIVerNodoSQIFormImpl.java
public class FormularioNodosSQIVerNodoSQIFormImpl extends org.apache.struts.validator.ValidatorForm implements java.io.Serializable { private java.lang.Long id; private java.lang.Object[] idValueList; private java.lang.Object[] idLabelList;
From source file MutableLong.java
/** Implements a long object wrapper which allows changing the long value.
*
* <p>
* The built-in Java Long class does not allow changing the value
* of the wrapped Long value once the Long object is created.
* MutableLong provides most of the same methods as Long but adds
From source file com.enonic.cms.core.security.group.GroupKey.java
public class GroupKey implements StringBasedKey, Serializable { private String value; public GroupKey(String key) {
From source file es.pode.administracion.presentacion.estructuraseducativas.arboles.listar.FormListarArbolesValidarFormImpl.java
public class FormListarArbolesValidarFormImpl extends org.apache.struts.validator.ValidatorForm implements java.io.Serializable, es.pode.administracion.presentacion.estructuraseducativas.arboles.listar.ValidarSeleccionadosForm { private java.util.List seleccionadoRowSelection = null; private java.lang.Object[] seleccionadoValueList; private java.lang.Object[] seleccionadoLabelList;
From source file es.pode.administracion.presentacion.repositoriosExternos.modificarRepositoriosExternos.ResultadoModificacionNodoSQIAceptarFormImpl.java
public class ResultadoModificacionNodoSQIAceptarFormImpl extends org.apache.struts.validator.ValidatorForm implements java.io.Serializable { private java.lang.Long idModificado; private java.lang.Object[] idModificadoValueList; private java.lang.Object[] idModificadoLabelList;
From source file br.ufba.dcc.wiser.fot.fotbalance.optaplannertest1.solver.HostStrengthComparator.java
/** * * @author jeferson */ public class HostStrengthComparator implements Comparator<Host>, Serializable {
From source file com.enonic.cms.core.log.LogEntryKey.java
public class LogEntryKey implements Serializable { private String key; public LogEntryKey(String value) { if (value == null) {
From source file com.aol.webservice_base.util.http.HttpResponseData.java
public class HttpResponseData implements java.io.Serializable { private static final long serialVersionUID = -1813071481399606710L; private static final String ISO_8859_1 = "ISO-8859-1"; private static final String WINDOWS_1252 = "WINDOWS-1252"; private byte[] content; private String contentAsString = null;