List of usage examples for java.lang Comparable interface-usage
From source file com.opengamma.financial.analytics.ircurve.FixedIncomeStripWithSecurity.java
/** * */ public class FixedIncomeStripWithSecurity implements Comparable<FixedIncomeStripWithSecurity> { private final FixedIncomeStrip _originalStrip; private final Tenor _resolvedTenor;
From source file net.sf.sze.model.zeugnisconfig.ArbeitsUndSozialVerhalten.java
/** * Mgliches Arbeits- bzw Sozialverhalten. Im allgemeinen kurz AvSv genannt. * */ @Entity @Table(name = "arbeits_und_sozial_verhalten", uniqueConstraints = @UniqueConstraint(columnNames = { "typ",
From source file internal.elasticSearch.ElasticTweet.java
@Document(indexName = "tweetIndex") public class ElasticTweet implements Comparable<ElasticTweet>, Tweet { private final Integer id; private final Date postedAt; private final String postedBy;
From source file UUID.java
/**
* DOCUMENT ME!
*
* @author $author$
* @version $Revision: 1.1 $
*/
From source file com.imaginary.home.controller.ScheduledCommandList.java
public class ScheduledCommandList extends CommandList implements Iterable<JSONObject>, Comparable<ScheduledCommandList> { private long executeAfter; private String scheduleId; public ScheduledCommandList(@Nonnull String serviceId, @Nonnull String scheduleId, @Nonnegative long when,
From source file org.smart.migrate.setting.TableSetting.java
/**
* Table Settings Info
* ?
*
* @author Sandy Duan
*/
From source file io.fabric8.elasticsearch.plugin.model.Project.java
/** * Simple model to represent an OpenShift project * */ public class Project implements Comparable<Project> {
From source file com.thoughtworks.go.domain.Resource.java
public class Resource extends PersistentObject implements Comparable<Resource> { private String name; private long buildId; public Resource() { }
From source file com.algoTrader.vo.ib.OpenOrderEnd.java
/** * TODO: Model Documentation for class OpenOrderEnd */ public class OpenOrderEnd implements Serializable, Comparable<OpenOrderEnd> { /** The serial version UID of this class. Needed for serialization. */ private static final long serialVersionUID = -8075639058344631131L;
From source file org.example.androiddraw.ActivityListItem.java
public class ActivityListItem implements Comparable<ActivityListItem> { private Intent intent; private String name; public ActivityListItem(Intent intent, String name) {