Class Profile

    • Constructor Detail

      • Profile

        public Profile()
    • Method Detail

      • setId

        public void setId​(String id)
      • creationDate

        public Profile creationDate​(String creationDate)
      • getCreationDate

        @Nullable
        public String getCreationDate()
        date and time of profile creation
        Returns:
        creationDate
      • setCreationDate

        public void setCreationDate​(String creationDate)
      • getIcon

        @Nullable
        public String getIcon()
        icon used in the portal to represent the profile
        Returns:
        icon
      • setIcon

        public void setIcon​(String icon)
      • getCreatedBy

        @Nullable
        public String getCreatedBy()
        id of the uer who created the profile
        Returns:
        createdBy
      • setCreatedBy

        public void setCreatedBy​(String createdBy)
      • description

        public Profile description​(String description)
      • getDescription

        @Nullable
        public String getDescription()
        a description of the profile
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
      • setName

        public void setName​(String name)
      • getIsdefault

        @Nullable
        public Boolean getIsdefault()
        true | false
        Returns:
        isdefault
      • setIsdefault

        public void setIsdefault​(Boolean isdefault)
      • lastUpdateDate

        public Profile lastUpdateDate​(String lastUpdateDate)
      • getLastUpdateDate

        @Nullable
        public String getLastUpdateDate()
        date and time of the last update to the profile
        Returns:
        lastUpdateDate
      • setLastUpdateDate

        public void setLastUpdateDate​(String lastUpdateDate)
      • getUpdatedBy

        @Nullable
        public String getUpdatedBy()
        the id of the user who last updated the profile
        Returns:
        updatedBy
      • setUpdatedBy

        public void setUpdatedBy​(String updatedBy)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object