Class WSGroup

  • All Implemented Interfaces:
    Serializable

    public class WSGroup
    extends Object
    implements Serializable
    Web Service Group. Useful class to create repository Groups.
    Since:
    6.1
    Author:
    Matteo Caruso - LogicalDOC
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_DEFAULT

        public static int TYPE_DEFAULT
      • TYPE_USER

        public static int TYPE_USER
    • Constructor Detail

      • WSGroup

        public WSGroup()
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getType

        public int getType()
      • setType

        public void setType​(int type)
      • getName

        public String getName()
      • getDescription

        public String getDescription()
      • setName

        public void setName​(String name)
      • setDescription

        public void setDescription​(String description)
      • getUserIds

        public long[] getUserIds()
      • setUserIds

        public void setUserIds​(long[] userIds)
      • getLastModified

        public String getLastModified()
      • setLastModified

        public void setLastModified​(String lastModified)
      • getInheritGroupId

        public Long getInheritGroupId()
      • setInheritGroupId

        public void setInheritGroupId​(Long inheritGroupId)
      • toGroup

        public Group toGroup()
      • fromGroup

        public static WSGroup fromGroup​(Group group)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getSource

        public String getSource()
      • setSource

        public void setSource​(String source)