public class BasicPerson extends Object implements Serializable, Comparable<Object>
Note about serialisation. The User object is not serialisable and does not contain a no-arg constructor so cannot be manually serialised via the serializable methods (readObject, writeObject).
Hence why it is not used instead. So the most useful values it provides are extracted and set into this object.
public int compareTo(Object o)
compareTo in interface Comparable<Object>Copyright © 2008-2016 The Sakai Foundation. All Rights Reserved.