Class BwUser
- java.lang.Object
-
- org.bedework.bwcli.copiedCalFacade.BwPrincipal
-
- org.bedework.bwcli.copiedCalFacade.BwUser
-
- All Implemented Interfaces:
Serializable,Comparable<BwPrincipal>,Comparator<BwPrincipal>,org.bedework.access.AccessPrincipal
public class BwUser extends BwPrincipal
Value object to represent a calendar user.- Version:
- 1.0
- 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 BwUser()Create a guest user
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()voidcopyTo(BwUser val)Copy this to valintgetKind()-
Methods inherited from class org.bedework.bwcli.copiedCalFacade.BwPrincipal
addGroup, compare, compareTo, copyTo, equals, getAccount, getAclAccount, 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, toString, toStringSegment, 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
-
getKind
public int getKind()
- Specified by:
getKindin interfaceorg.bedework.access.AccessPrincipal- Specified by:
getKindin classBwPrincipal
-
copyTo
public void copyTo(BwUser val)
Copy this to val- Parameters:
val- BwUser
-
clone
public Object clone()
- Specified by:
clonein classBwPrincipal
-
-