Class User

  • All Implemented Interfaces:
    java.io.Serializable


    public class User
    extends java.lang.Object
    implements java.io.Serializable
    This is a model class for a User object that will be created by the HelpCenterProvider.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      User() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object o) 
      java.lang.Long getId()
      Gets the ID of the user
      java.lang.String getName()
      Gets the name of the user
      int hashCode() 
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • User

        public User()
    • Method Detail

      • getId

        public java.lang.Long getId()
        Gets the ID of the user
        Returns:
        the ID of the user
      • getName

        public java.lang.String getName()
        Gets the name of the user
        Returns:
        the name of the user
      • equals

        public boolean equals(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object