Class DatabaseViewGroupConfig


  • public class DatabaseViewGroupConfig
    extends Object
    Contains the membership configuration for a group that uses DatabaseViewGroupMembershipProvider.
    Since:
    4.2.1
    Version:
    $Revision: 10458 $ $Date: 2009-06-02 15:49:09 -0300 (Tue, 02 Jun 2009) $
    • Constructor Detail

      • DatabaseViewGroupConfig

        public DatabaseViewGroupConfig()
    • Method Detail

      • getId

        public String getId()
        Returns the identifier for this configuration.
        Returns:
        the identifier.
        Since:
        4.2.1
      • getGroupId

        public String getGroupId()
        Returns the identifier of the group this configuration refers to.
        Returns:
        the group identifier.
        Since:
        4.2.1
      • setGroupId

        public void setGroupId​(String groupId)
        Sets the identifier of the group this configuration refers to.
        Parameters:
        groupId - the group identifier.
        Since:
        4.2.1