com.atlassian.crowd.model.group
Class DelegatingGroupWithAttributes
java.lang.Object
com.atlassian.crowd.embedded.impl.AbstractDelegatingEntityWithAttributes
com.atlassian.crowd.embedded.impl.DelegatingGroupWithAttributes
com.atlassian.crowd.model.group.DelegatingGroupWithAttributes
- All Implemented Interfaces:
- Attributes, Group, GroupWithAttributes, DirectoryEntity, java.lang.Comparable<Group>
public class DelegatingGroupWithAttributes
- extends DelegatingGroupWithAttributes
- implements GroupWithAttributes
Implementation of GroupWithAttributes that simply delegates to an underlying Group and Attributes object.
Instances of this class will be effectively immutable so long as either:
- It is constructed with immutable objects.
or,
- The mutable objects it is constructed with are not "leaked".
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelegatingGroupWithAttributes
public DelegatingGroupWithAttributes(Group group,
Attributes attributes)
getDirectoryId
public long getDirectoryId()
- Specified by:
getDirectoryId in interface DirectoryEntity
isActive
public boolean isActive()
getDescription
public java.lang.String getDescription()
getType
public GroupType getType()
Copyright © 2010 Atlassian. All Rights Reserved.