Class BwAdminGroup

All Implemented Interfaces:
Serializable, Comparable<BwPrincipal<?>>, Comparator<BwPrincipal<?>>, org.bedework.access.AccessPrincipal, org.bedework.util.logging.Logged

public class BwAdminGroup extends BwGroup<BwAdminGroup>
An object representing a calendar admin group.
Version:
2.2
Author:
Mike Douglass
See Also:
  • Constructor Details

    • BwAdminGroup

      public BwAdminGroup()
      Create a new object.
  • Method Details

    • getAclAccount

      public String getAclAccount()
      Specified by:
      getAclAccount in interface org.bedework.access.AccessPrincipal
      Overrides:
      getAclAccount in class BwPrincipal<BwAdminGroup>
    • setGroupOwnerHref

      public void setGroupOwnerHref(String val)
      Set the group owner.
      Parameters:
      val - String group owner.
    • getGroupOwnerHref

      public String getGroupOwnerHref()
      Return the group owner href.
      Returns:
      String group owner href
    • setOwnerHref

      public void setOwnerHref(String val)
      Set the owner of the groups resources and entities.
      Parameters:
      val - String group event owner.
    • getOwnerHref

      public String getOwnerHref()
      Return the owner of the groups resources and entities.
      Returns:
      String group owner
    • shallowClone

      public BwAdminGroup shallowClone()
      Overrides:
      shallowClone in class BwGroup<BwAdminGroup>
    • toString

      public String toString()
      Overrides:
      toString in class BwGroup<BwAdminGroup>
    • clone

      public Object clone()
      Description copied from class: BwUnversionedDbentity
      Make visible
      Overrides:
      clone in class BwGroup<BwAdminGroup>
      Returns:
      Object of class T