List of usage examples for java.lang Comparable interface-usage
From source file uk.ac.ebi.ep.ebeye.autocomplete.Suggestion.java
/** * * @author joseph */ @JsonIgnoreProperties(ignoreUnknown = true) public class Suggestion implements Comparable<Suggestion> {
From source file gov.nih.nci.security.authorization.domainobjects.ConfigurationProperties.java
public class ConfigurationProperties implements Comparable, Serializable { private String propertyKey; private String propertyValue; public ConfigurationProperties() {
From source file com.mirth.connect.client.ui.ChannelTableNameEntry.java
public class ChannelTableNameEntry implements Comparable<ChannelTableNameEntry> { private String name; public ChannelTableNameEntry(String name) { this.name = StringUtils.defaultString(name);
From source file com.tubes2.Post.Comment.java
/** * * @author ilmi */ public class Comment implements Comparable { public String Nama;
From source file gov.nih.nci.caintegrator.web.transfer.TreeNode.java
/**
* Represents a node in our permissions tree. Simply consists of the id of the object and whether or
* not that node has been selected in the UI.
*
* @author Abraham J. Evans-EL <aevansel@5amsolutions.com>
*/
From source file zw.ac.solusiuniversity.model.Accomodation.java
/** * * @author given */ @Document public class Accomodation implements Serializable, Comparable<Accomodation> {
From source file zw.ac.solusiuniversity.model.Course.java
/** * * @author given */ @Document public class Course implements Serializable, Comparable<Course> {
From source file zw.ac.solusiuniversity.model.QualificationType.java
/** * * @author given */ @Document public class QualificationType implements Serializable, Comparable<QualificationType> {
From source file zw.ac.solusiuniversity.model.Statistic.java
/** * * @author given */ @Document public class Statistic implements Serializable, Comparable<Statistic> {
From source file org.beangle.web.agent.Os.java
public class Os implements Serializable, Comparable<Os> { private static final long serialVersionUID = -7506270303767154240L; private static Logger logger = LoggerFactory.getLogger(Os.class); public static Map<String, Os> osMap = CollectUtils.newHashMap();