List of usage examples for java.io Serializable interface-usage
From source file com.enonic.cms.domain.structure.menuitem.section.SectionContentKey.java
public class SectionContentKey extends AbstractIntegerBasedKey implements Serializable { public SectionContentKey(String key) { init(key); }
From source file Employee.java
@Entity public class Employee implements java.io.Serializable { private int id; private String firstName;
From source file com.xumpy.thuisadmin.controllers.model.FinanceOverview.java
/** * * @author Nico */ @Component @Scope("session")
From source file net.mjc.zip.domain.Person.java
public class Person implements Serializable { public static Person[] createAwaiting() { Person[] ppl = new Person[3]; ppl[0] = new Person();
From source file org.roda_project.commons_ip.model.RepresentationStatus.java
public class RepresentationStatus implements Serializable { private static final long serialVersionUID = 886952889995803542L; public enum RepresentationStatusEnum { ORIGINAL, OTHER; }
From source file com.easarrive.quartz.aws.bean.WebEventMessage.java
/**
* <h1> - ?</h1>
*
* @author <a href="http://www.lizhaoweb.cn">??(John.Lee)</a>
* @notes Created on 20160721<br>
* Revision of last commit:$Revision$<br>
From source file pl.vane.pdf.model.PDFFont.java
/**
* Author: Michal Szczepanski
* Date: 23/03/15
* Time: 23:04
*/
@Data
From source file com.enonic.cms.core.structure.page.template.PageTemplateRegionEntity.java
public class PageTemplateRegionEntity implements Serializable { private int key; private String name; private String separator;
From source file com.mirth.connect.model.QueuedMessage.java
public class QueuedMessage implements Serializable { private MessageObject messageObject; private UMOEndpointURI endpointUri; public MessageObject getMessageObject() { return messageObject;
From source file de.science.hack.jetstream.web.controller.ResultCache.java
/**
* This class saves the result from the previous calculation during the session.
*
* @author Mario
*/
@Component