Class BwAdminGroup
- java.lang.Object
-
- org.bedework.bwcli.copiedCalFacade.BwPrincipal
-
- org.bedework.bwcli.copiedCalFacade.BwGroup
-
- org.bedework.bwcli.copiedCalFacade.BwAdminGroup
-
- All Implemented Interfaces:
Serializable,Comparable<BwPrincipal>,Comparator<BwPrincipal>,org.bedework.access.AccessPrincipal
public class BwAdminGroup extends BwGroup
An object representing a calendar admin group.- Version:
- 2.2
- Author:
- Mike Douglass
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.bedework.bwcli.copiedCalFacade.BwPrincipal
bwadmingroupPrincipalRoot, categoryAccess, contactAccess, created, groupNames, groupPrincipalRoot, groups, hostPrincipalRoot, lastAccess, lastModify, locationAccess, logon, principalRoot, publicUser, resourcePrincipalRoot, ticketPrincipalRoot, unauthenticated, userPrincipalRoot, venuePrincipalRoot
-
-
Constructor Summary
Constructors Constructor Description BwAdminGroup()Create a new object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()StringgetAclAccount()StringgetGroupOwnerHref()Return the group owner href.StringgetOwnerHref()Return the owner of the groups resources and entities.voidsetGroupOwnerHref(String val)Set the group owner.voidsetOwnerHref(String val)Set the owner of the groups resources and entities.BwAdminGroupshallowClone()StringtoString()-
Methods inherited from class org.bedework.bwcli.copiedCalFacade.BwGroup
addGroupMember, copyTo, getGroupMembers, getKind, isMember, removeGroupMember, setGroupMembers, shallowCopyTo, toStringSegment
-
Methods inherited from class org.bedework.bwcli.copiedCalFacade.BwPrincipal
addGroup, compare, compareTo, copyTo, equals, getAccount, getCategoryAccess, getContactAccess, getCreated, getDescription, getGroupNames, getGroups, getLastAccess, getLastModify, getLocationAccess, getLogon, getPrincipalRef, getQuota, getUnauthenticated, hashCode, isPrincipal, makePrincipalHref, setAccount, setCategoryAccess, setContactAccess, setCreated, setDescription, setGroupNames, setGroups, setKind, setLastAccess, setLastModify, setLocationAccess, setLogon, setPrincipalRef, setQuota, setUnauthenticated, toStringSegment
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
getAclAccount
public String getAclAccount()
- Specified by:
getAclAccountin interfaceorg.bedework.access.AccessPrincipal- Overrides:
getAclAccountin classBwPrincipal
-
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:
shallowClonein classBwGroup
-
-