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 com.medlog.webservice.vo.StateVO.java

/**
 *
 * @author (c)2016 Guiding Technologies
 */
public class StateVO implements Serializable, IEntityBase<StateVO>, Comparable<StateVO> {

From source file edu.cornell.mannlib.vitro.webapp.beans.VClassGroup.java

public class VClassGroup extends LinkedList<VClass> implements Comparable<VClassGroup> {

    private static final Log log = LogFactory.getLog(VClassGroup.class.getName());

    private String URI = null;
    private String namespace = null;

From source file org.displaytag.model.Cell.java

/**
 * <p>
 * Represents a table cell.
 * </p>
 * <p>
 * A cell is used only when the content is placed as content of the column tag and need to be evaluated during

From source file org.mifosplatform.portfolio.self.account.data.SelfAccountTemplateData.java

@SuppressWarnings("unused")
public class SelfAccountTemplateData implements Comparable<SelfAccountTemplateData> {

    private final Long accountId;
    private final String accountNo;
    private final EnumOptionData accountType;

From source file net.sf.sze.model.zeugnisconfig.Schulamt.java

/**
 * Schler knnen verschieden mter inne haben, diese werden hier definiert.
 *
 */
@Entity
@Table(name = "schulamt", uniqueConstraints = @UniqueConstraint(columnNames = "name", name = "UK_SCHULAMT_NAME"))

From source file org.mifosplatform.portfolio.floatingrates.data.FloatingRatePeriodData.java

public class FloatingRatePeriodData implements Comparable<FloatingRatePeriodData> {

    private Long id;
    private Date fromDate;
    private BigDecimal interestRate;
    private boolean isDifferentialToBaseLendingRate;

From source file com.github.fauu.natrank.model.entity.BaseEntity.java

@MappedSuperclass
@Getter
@Setter
@NoArgsConstructor
@EqualsAndHashCode(of = { "id" })
@ToString

From source file de.ailis.xadrian.data.Ware.java

/**
 * A product
 *
 * @author Klaus Reimer (k@ailis.de)
 */
public class Ware implements Serializable, Comparable<Ware> {

From source file carpool.model.identityVerification.IdentityVerification.java

public abstract class IdentityVerification implements PseudoModel, Comparable<IdentityVerification> {

    private VerificationType type;

    private int verificationId;
    private int userId;

From source file zw.ac.solusiuniversity.model.LanguageProficiency.java

/**
 *
 * @author given
 */
@Document
public class LanguageProficiency implements Serializable, Comparable<LanguageProficiency> {