com.atlassian.confluence.user.crowd
Class CachedCrowdInternalDirectoryGroup
java.lang.Object
com.atlassian.confluence.user.crowd.CachedCrowdInternalDirectoryGroup
- All Implemented Interfaces:
- com.atlassian.crowd.model.DirectoryEntity, com.atlassian.crowd.model.group.Group, com.atlassian.crowd.model.group.InternalDirectoryGroup, com.atlassian.crowd.model.group.TimestampedGroup, com.atlassian.crowd.model.TimestampedEntity, java.io.Serializable, java.lang.Comparable<com.atlassian.crowd.model.group.Group>
@Immutable
public class CachedCrowdInternalDirectoryGroup
- extends java.lang.Object
- implements com.atlassian.crowd.model.group.InternalDirectoryGroup, java.io.Serializable
Immutable group for caching
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.crowd.model.DirectoryEntity |
equals, hashCode |
CachedCrowdInternalDirectoryGroup
public CachedCrowdInternalDirectoryGroup(com.atlassian.crowd.model.group.InternalDirectoryGroup group)
isLocal
public boolean isLocal()
- Specified by:
isLocal
in interface com.atlassian.crowd.model.group.InternalDirectoryGroup
getCreatedDate
public java.util.Date getCreatedDate()
- Specified by:
getCreatedDate
in interface com.atlassian.crowd.model.TimestampedEntity
getUpdatedDate
public java.util.Date getUpdatedDate()
- Specified by:
getUpdatedDate
in interface com.atlassian.crowd.model.TimestampedEntity
compareTo
public int compareTo(com.atlassian.crowd.model.group.Group other)
- Specified by:
compareTo
in interface java.lang.Comparable<com.atlassian.crowd.model.group.Group>
getType
public com.atlassian.crowd.model.group.GroupType getType()
- Specified by:
getType
in interface com.atlassian.crowd.model.group.Group
isActive
public boolean isActive()
- Specified by:
isActive
in interface com.atlassian.crowd.model.group.Group
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface com.atlassian.crowd.model.group.Group
getDirectoryId
public long getDirectoryId()
- Specified by:
getDirectoryId
in interface com.atlassian.crowd.model.DirectoryEntity
getName
public java.lang.String getName()
- Specified by:
getName
in interface com.atlassian.crowd.model.DirectoryEntity
Copyright © 2003-2013 Atlassian. All Rights Reserved.