List of usage examples for java.lang Comparable interface-usage
From source file org.marketcetera.messagehistory.ReportHolder.java
/**
* Represents a Photon trading report.
*
* @author anshul@marketcetera.com
* @author <a href="mailto:will@marketcetera.com">Will Horn</a>
* @version $Id$
From source file com.skcraft.launcher.model.modpack.Feature.java
@JsonIdentityInfo(generator = ObjectIdGenerators.PropertyGenerator.class, property = "name") @Data public class Feature implements Comparable<Feature> { public enum Recommendation { STARRED, AVOID;
From source file de.ailis.xadrian.data.Asteroid.java
/** * An asteroid * * @author Klaus Reimer (k@ailis.de) */ public class Asteroid implements Serializable, Comparable<Asteroid> {
From source file UInt16.java
/** * Class to represent 16-bit unsigned integers. */ @SuppressWarnings("serial") public class UInt16 extends Number implements Comparable<UInt16> { /** Maximum possible value. */
From source file gov.guilin.entity.OrderEntity.java
/**
* Entity - ?
*
* @author guilin
* @version
*/
From source file com.joyent.manta.client.multipart.MantaMultipartUploadTuple.java
/**
* Minimal class representing the logical pairing of a ETag value and a
* part number for a multipart upload part. This minimum set of identifying
* values is needed when completing a Manta multipart upload.
*
* @author <a href="https://github.com/dekobon">Elijah Zupancic</a>
From source file com.lingxiang2014.entity.OrderEntity.java
@MappedSuperclass public abstract class OrderEntity extends BaseEntity implements Comparable<OrderEntity> { private static final long serialVersionUID = 5995013015967525827L; public static final String ORDER_PROPERTY_NAME = "order";
From source file zw.ac.solusiuniversity.model.DrugUse.java
/** * * @author given */ @Document public class DrugUse implements Serializable, Comparable<DrugUse> {
From source file uk.ac.ebi.ep.pdbeadapter.publication.AuthorList.java
/**
*
* @author joseph
*/
@JsonIgnoreProperties(ignoreUnknown = true)
@JsonAutoDetect(fieldVisibility = JsonAutoDetect.Visibility.ANY)
From source file org.sipfoundry.sipxconfig.admin.CertificateDecorator.java
public class CertificateDecorator implements Comparable, PrimaryKeySource, Serializable { private String m_fileName; private String m_dirName; private boolean m_systemGenerated; public int compareTo(Object certificate) {