Example usage for java.lang Comparable interface-usage

List of usage examples for java.lang Comparable interface-usage

Introduction

In this page you can find the example usage for java.lang Comparable interface-usage.

Usage

From source file org.jmesa.limit.Sort.java

/**
 * <p>
 * An immutable class that is used to sort the rows that are returned for a
 * table. The property is the Bean (Or Map) attribute that will used to sort the
 * results based on the order. Or, in other words, it is simply the column that
 * the user is trying to sort in the order specified.

From source file org.spring.data.gemfire.app.beans.PhoneNumber.java

/**
 * The PhoneNumber class...
 *
 * @author John Blum
 * @see
 * @since 7.x

From source file org.andromda.timetracker.vo.TaskVO.java

/**
 * TODO: Model Documentation for TaskVO
 */
public class TaskVO implements Serializable, Comparable<TaskVO> {
    /** The serial version UID of this class. Needed for serialization. */
    private static final long serialVersionUID = -3435321887199770301L;

From source file es.bsc.demiurge.core.clopla.domain.AbstractPersistable.java

public abstract class AbstractPersistable implements Serializable, Comparable<AbstractPersistable> {

    protected Long id;

    protected AbstractPersistable() {
    }

From source file org.mule.transformer.TransformerWeighting.java

/**
 * Given a {@link org.mule.api.transformer.Transformer} instance, an input class and output class
 * this object will create a weighting for a transformer. This weighthing can be used compare one transformer with
 * another, which can be useful for choosing a transformer to use given the input class and required output class.
 */
public class TransformerWeighting implements Comparable {

From source file anotadorderelacoes.model.Termo.java

/**
 * Representa um termo de interesse na sentena.
 * <p>
 * Um termo  uma sequncia de tokens, ento s precisa guardar as posies do
 * token de incio e do token final.
 * <p>

From source file org.ngrinder.model.Tag.java

/**
 * Tag class for categorization of {@link PerfTest}.
 *
 * @author JunHo Yoon
 * @since 3.0
 */

From source file ke.co.tawi.babblesms.server.beans.contact.Contact.java

/**
 * A Contact within an Address Book.
 * <p>
 *  
 * @author <a href="mailto:michael@tawi.mobi">Michael Wakahe</a>
 */

From source file org.moneta.types.topic.Topic.java

/**
 * Represents an information topic.
 * @author D. Ashmore
 *
 */
public class Topic extends BaseType implements Comparable<Topic> {