public abstract class InternalDirectoryEntity<T extends InternalEntityAttribute> extends InternalEntity implements DirectoryEntity
| Modifier and Type | Field and Description |
|---|---|
protected Set<T> |
attributes |
protected Directory |
directory |
active, createdDate, id, name, updatedDate| Modifier | Constructor and Description |
|---|---|
protected |
InternalDirectoryEntity() |
protected |
InternalDirectoryEntity(InternalEntityTemplate template,
Directory directory) |
| Modifier and Type | Method and Description |
|---|---|
Set<T> |
getAttributes() |
Directory |
getDirectory() |
long |
getDirectoryId() |
equals, getCreatedDate, getId, getName, getUpdatedDate, hashCode, isActive, setActive, setCreatedDate, setCreatedDateToNow, setName, setUpdatedDate, setUpdatedDateToNowclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, getName, hashCodeprotected Directory directory
protected Set<T extends InternalEntityAttribute> attributes
protected InternalDirectoryEntity()
protected InternalDirectoryEntity(InternalEntityTemplate template, Directory directory)
public long getDirectoryId()
getDirectoryId in interface DirectoryEntitypublic Directory getDirectory()
Copyright © 2022 Atlassian. All rights reserved.