@Immutable public class CachedCrowdInternalDirectoryGroup extends Object implements com.atlassian.crowd.model.group.InternalDirectoryGroup, 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) |
Date |
getCreatedDate() |
String |
getDescription() |
long |
getDirectoryId() |
String |
getName() |
com.atlassian.crowd.model.group.GroupType |
getType() |
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 Date getCreatedDate()
getCreatedDate
in interface com.atlassian.crowd.model.TimestampedEntity
public Date getUpdatedDate()
getUpdatedDate
in interface com.atlassian.crowd.model.TimestampedEntity
public int compareTo(com.atlassian.crowd.model.group.Group other)
compareTo
in interface 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 String getDescription()
getDescription
in interface com.atlassian.crowd.model.group.Group
public long getDirectoryId()
getDirectoryId
in interface com.atlassian.crowd.model.DirectoryEntity
public String getName()
getName
in interface com.atlassian.crowd.model.DirectoryEntity
Copyright © 2003–2020 Atlassian. All rights reserved.