Package 

Class GroupShareBean

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long id
      private boolean share
      private String name
      private String iconUrl
    • Method Summary

      Modifier and Type Method Description
      long getId() Get group id.
      void setId(long id) Set group id.
      void setShare(boolean share) Set whether the group will be shared.
      String getName() Get group name.
      void setName(String name) Set group name.
      String getIconUrl() Get group icon url.
      void setIconUrl(String iconUrl) Set group icon url.
      boolean isShare() Get whether the group is shared.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getId

         long getId()

        Get group id.

      • setId

         void setId(long id)

        Set group id.

        Parameters:
        id - group id
      • setShare

         void setShare(boolean share)

        Set whether the group will be shared.

        Parameters:
        share - describes whether the group is shared
      • getName

         String getName()

        Get group name.

      • setName

         void setName(String name)

        Set group name.

        Parameters:
        name - group name
      • getIconUrl

         String getIconUrl()

        Get group icon url.

      • setIconUrl

         void setIconUrl(String iconUrl)

        Set group icon url.

        Parameters:
        iconUrl - group icon url
      • isShare

         boolean isShare()

        Get whether the group is shared.