Class SharedItem

    • Constructor Detail

      • SharedItem

        public SharedItem()
    • Method Detail

      • errorDetails

        public SharedItem errorDetails​(ErrorDetails errorDetails)
        errorDetails.
        Returns:
        SharedItem
      • getErrorDetails

        public ErrorDetails getErrorDetails()
        Array or errors..
        Returns:
        errorDetails
      • setErrorDetails

        public void setErrorDetails​(ErrorDetails errorDetails)
        setErrorDetails.
      • shared

        public SharedItem shared​(String shared)
        shared.
        Returns:
        SharedItem
      • getShared

        public String getShared()
        When set to **true**, this custom tab is shared..
        Returns:
        shared
      • setShared

        public void setShared​(String shared)
        setShared.
      • getUser

        public UserInfo getUser()
        Information about the user who owns the shared item..
        Returns:
        user
      • setUser

        public void setUser​(UserInfo user)
        setUser.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object