Class UserInformation


  • public class UserInformation
    extends MapObject
    Version:
    $Revision$ $Date$
    • Constructor Detail

      • UserInformation

        public UserInformation()
    • Method Detail

      • getUsername

        public String getUsername()
        the username of this user
      • setUsername

        public void setUsername​(String username)
      • getContent

        public String getContent()
        the user description
      • setContent

        public void setContent​(String content)
      • getCreatorName

        public String getCreatorName()
        the creator of the user
      • setCreatorName

        public void setCreatorName​(String creatorName)
      • getLastModifierName

        public String getLastModifierName()
        the url to view this user online
      • setLastModifierName

        public void setLastModifierName​(String lastModifierName)
      • getVersion

        public int getVersion()
        the version
      • setVersion

        public void setVersion​(int version)
      • getId

        public String getId()
        the ID of the user
      • setId

        public void setId​(String id)
      • getCreationDate

        public Date getCreationDate()
        the date the user was created
      • setCreationDate

        public void setCreationDate​(Date creationDate)
      • getLastModificationDate

        public Date getLastModificationDate()
        the date the user was last modified
      • setLastModificationDate

        public void setLastModificationDate​(Date lastModificationDate)