List of usage examples for java.lang Comparable interface-usage
From source file org.starfishrespect.myconsumption.server.business.entities.SensorDataset.java
/** * Contains all the values for one sensor, for an interval of 1 hour * S23Y (2015). Licensed under the Apache License, Version 2.0. * Author: Thibaud Ledent */ public class SensorDataset implements Comparable<SensorDataset> {
From source file common.Car.java
/** * * @author andre_000 */ public class Car implements Comparable { private int vinNumber;
From source file classes.Comment.java
/** * * @author USER */ public class Comment implements Comparable { public String Nama;
From source file com.stimulus.archiva.monitor.Event.java
public class Event implements Comparable<Event> { public enum Category { EXCEPTION, SPACE, MAILFLOW, VOLSTATUS, LICENSE, NOARCHIVE, SIGNATURE, UPDATE }
From source file io.jjcastillo.bconferencia.model.Asistente.java
/** * * @author anunaki */ @JsonIgnoreProperties({ "emitting", "fullName" }) public class Asistente implements Comparable<Asistente> {
From source file com.xumpy.grapias.rest.model.MenuItem.java
/** * * @author nico */ public class MenuItem implements Comparable { private Integer id;
From source file org.marketcetera.util.ws.types.InnerObject.java
/**
* @author tlerios@marketcetera.com
* @since 1.0.0
* @version $Id$
*/
From source file org.sipfoundry.sipxconfig.cdr.CdrGraphBean.java
public class CdrGraphBean implements Comparable<CdrGraphBean> { private String m_key; private Integer m_count; public CdrGraphBean(String key, Integer count) {
From source file org.sipfoundry.sipxconfig.cdr.CdrMinutesGraphBean.java
public class CdrMinutesGraphBean implements Comparable<CdrMinutesGraphBean> { private String m_extension; private Double m_minutes; public CdrMinutesGraphBean(String extension, Double minutes) {
From source file edu.cornell.mannlib.vitro.webapp.beans.PropertyGroup.java
public class PropertyGroup extends BaseResourceBean implements Comparable<PropertyGroup> { private static final Log log = LogFactory.getLog(PropertyGroup.class.getName()); private int displayRank; private String name;