Package alpine.model

Class MappedLdapGroup

  • All Implemented Interfaces:
    Serializable

    public class MappedLdapGroup
    extends Object
    implements Serializable
    Persistable object representing a LDAP Group mapped to a Team.
    Since:
    1.4.0
    Author:
    Steve Springett
    See Also:
    Serialized Form
    • Constructor Detail

      • MappedLdapGroup

        public MappedLdapGroup()
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getTeam

        public Team getTeam()
      • setTeam

        public void setTeam​(Team team)
      • getDn

        public String getDn()
      • setDn

        public void setDn​(String dn)
      • getUuid

        public UUID getUuid()
      • setUuid

        public void setUuid​(UUID uuid)