Class UserEntity

  • All Implemented Interfaces:
    Serializable

    public class UserEntity
    extends Object
    implements Serializable
    It represents the web entity of a user in Silverpeas from which a representation (usually in JSON) can be produced. This web entity gather common usual user information and an entry point (a URI) to its more complete profile. It is usually used in other web entities to refer a user (for example the author of a contribution represented by the web entity).
    Author:
    mmoquillon
    See Also:
    Serialized Form
    • Constructor Detail

      • UserEntity

        protected UserEntity()
      • UserEntity

        public UserEntity​(User user)
    • Method Detail

      • getUri

        public URI getUri()
      • getId

        public String getId()
      • getFirstName

        public String getFirstName()
      • getLastName

        public String getLastName()
      • getFullName

        public String getFullName()