@Immutable
public class CachedCrowdInternalDirectoryGroup
extends java.lang.Object
implements com.atlassian.crowd.model.group.InternalDirectoryGroup, java.io.Serializable
Constructor and Description |
---|
CachedCrowdInternalDirectoryGroup(com.atlassian.crowd.model.group.InternalDirectoryGroup group) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(com.atlassian.crowd.model.group.Group other) |
java.util.Date |
getCreatedDate() |
java.lang.String |
getDescription() |
long |
getDirectoryId() |
java.lang.String |
getName() |
com.atlassian.crowd.model.group.GroupType |
getType() |
java.util.Date |
getUpdatedDate() |
boolean |
isActive() |
boolean |
isLocal() |
public CachedCrowdInternalDirectoryGroup(com.atlassian.crowd.model.group.InternalDirectoryGroup group)
public boolean isLocal()
isLocal
in interface com.atlassian.crowd.model.group.InternalDirectoryGroup
public java.util.Date getCreatedDate()
getCreatedDate
in interface com.atlassian.crowd.model.TimestampedEntity
public java.util.Date getUpdatedDate()
getUpdatedDate
in interface com.atlassian.crowd.model.TimestampedEntity
public int compareTo(com.atlassian.crowd.model.group.Group other)
compareTo
in interface java.lang.Comparable<com.atlassian.crowd.model.group.Group>
public com.atlassian.crowd.model.group.GroupType getType()
getType
in interface com.atlassian.crowd.model.group.Group
public boolean isActive()
isActive
in interface com.atlassian.crowd.model.group.Group
public java.lang.String getDescription()
getDescription
in interface com.atlassian.crowd.model.group.Group
public long getDirectoryId()
getDirectoryId
in interface com.atlassian.crowd.model.DirectoryEntity
public java.lang.String getName()
getName
in interface com.atlassian.crowd.model.DirectoryEntity
Copyright © 2003-2014 Atlassian. All Rights Reserved.