Klasse Group

java.lang.Object
de.dlr.proseo.usermgr.model.Group

@Entity(name="groups") public class Group extends Object
A group of users
Autor:
Dr. Thomas Bassler
  • Konstruktordetails

    • Group

      public Group()
  • Methodendetails

    • getId

      public long getId()
      Gets the group ID
      Gibt zurück:
      the id
    • setId

      public void setId(long id)
      Sets the group ID
      Parameter:
      id - the id to set
    • getGroupName

      public String getGroupName()
      Gets the group name
      Gibt zurück:
      the group name
    • setGroupName

      public void setGroupName(String groupName)
      Sets the group name
      Parameter:
      groupName - the group name to set
    • getGroupMembers

      public Set<GroupMember> getGroupMembers()
      Gets the members of this group
      Gibt zurück:
      a set of users
    • setGroupMembers

      public void setGroupMembers(Set<GroupMember> groupMembers)
      Sets the members of this group
      Parameter:
      groupMembers - the group members to set
    • getGroupAuthorities

      public Set<GroupAuthority> getGroupAuthorities()
      Gets the authorities granted to members of this group
      Gibt zurück:
      the group authorities
    • setGroupAuthorities

      public void setGroupAuthorities(Set<GroupAuthority> groupAuthorities)
      Sets the authorities granted to members of this group
      Parameter:
      groupAuthorities - the group authorities to set
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • equals

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse Object