List of usage examples for java.io Serializable interface-usage
From source file zw.ac.solusiuniversity.model.Statistic.java
/** * * @author given */ @Document public class Statistic implements Serializable, Comparable<Statistic> {
From source file gov.nih.nci.security.ri.valueObject.EmployeeProject.java
/** @author Hibernate CodeGenerator */ public class EmployeeProject implements Serializable { /** identifier field */ private Long employeeProjectId;
From source file org.boaboa.utils.NumberUtils.java
/** * * @author frubilar */ public abstract class NumberUtils implements Serializable {
From source file com.reversemind.glia.test.go3.java
/**
*
* Copyright (c) 2013-2014 Eugene Kalinin
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
From source file org.beangle.web.agent.Os.java
public class Os implements Serializable, Comparable<Os> { private static final long serialVersionUID = -7506270303767154240L; private static Logger logger = LoggerFactory.getLogger(Os.class); public static Map<String, Os> osMap = CollectUtils.newHashMap();
From source file org.sipfoundry.sipxconfig.login.LogFilter.java
public class LogFilter implements Serializable { private String m_type; private Date m_startDate; private Date m_endDate; private String m_user;
From source file com.enonic.cms.core.content.ContentVersionKey.java
public class ContentVersionKey extends AbstractIntegerBasedKey implements Serializable, IntBasedKey { public ContentVersionKey(String key) { init(key); } public ContentVersionKey(int key) {
From source file edu.harvard.iq.dataverse.PasswordEncryption.java
/** * * original author: Ellen Kraffmiller */ public final class PasswordEncryption implements java.io.Serializable { private static PasswordEncryption instance;
From source file edu.gcsc.vrl.jfreechart.JFreeChartExporter.java
/** * * @author Michael Hoffer <info@michaelhoffer.de> */ @ComponentInfo(name = "JFreeChart Exporter", category = "JFreeChart", description = "Exports JFreeChart plots to various image formats (svg, pdf, png, etc.)") public class JFreeChartExporter implements java.io.Serializable {
From source file soc.scar.service.ErrorTypeService.java
@Service("errorTypeService") public class ErrorTypeService implements Serializable { @Autowired private ErrorTypeRepository ErrorTypeRepository; public List<ErrorType> findAllErrorType() {