com.atlassian.crowd.model
Class InternalDirectoryEntity

java.lang.Object
  extended by com.atlassian.crowd.model.InternalEntity
      extended by com.atlassian.crowd.model.InternalDirectoryEntity
All Implemented Interfaces:
DirectoryEntity, TimestampedEntity, java.io.Serializable
Direct Known Subclasses:
InternalGroup, InternalUser

public abstract class InternalDirectoryEntity
extends InternalEntity
implements DirectoryEntity

See Also:
Serialized Form

Field Summary
protected  Directory directory
           
 
Fields inherited from class com.atlassian.crowd.model.InternalEntity
active, createdDate, id, name, updatedDate
 
Constructor Summary
protected InternalDirectoryEntity()
           
protected InternalDirectoryEntity(InternalEntityTemplate template, Directory directory)
           
 
Method Summary
 Directory getDirectory()
           
 long getDirectoryId()
           
 
Methods inherited from class com.atlassian.crowd.model.InternalEntity
equals, getCreatedDate, getId, getName, getUpdatedDate, hashCode, isActive, setActive, setCreatedDate, setCreatedDateToNow, setName, setUpdatedDate, setUpdatedDateToNow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.crowd.model.DirectoryEntity
equals, getName, hashCode
 

Field Detail

directory

protected Directory directory
Constructor Detail

InternalDirectoryEntity

protected InternalDirectoryEntity()

InternalDirectoryEntity

protected InternalDirectoryEntity(InternalEntityTemplate template,
                                  Directory directory)
Method Detail

getDirectoryId

public long getDirectoryId()
Specified by:
getDirectoryId in interface DirectoryEntity
Returns:
id of the directory in which the DirectoryEntity is stored.

getDirectory

public Directory getDirectory()


Copyright © 2010 Atlassian. All Rights Reserved.