Class Group

  • All Implemented Interfaces:
    Serializable, org.springframework.security.core.GrantedAuthority

    public class Group
    extends Object
    implements Serializable, org.springframework.security.core.GrantedAuthority
    See Also:
    Serialized Form
    • Constructor Detail

      • Group

        public Group()
    • Method Detail

      • getAuthority

        public String getAuthority()
        Specified by:
        getAuthority in interface org.springframework.security.core.GrantedAuthority
      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getRecordLastUpdated

        public ZonedDateTime getRecordLastUpdated()
      • setRecordLastUpdated

        public void setRecordLastUpdated​(ZonedDateTime recordLastUpdated)
      • setOrganization

        public void setOrganization​(Organization organization)
      • getGroupName

        public String getGroupName()
      • setGroupName

        public void setGroupName​(String groupName)
      • getGroupDescription

        public String getGroupDescription()
      • setGroupDescription

        public void setGroupDescription​(String groupDescription)