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, setUpdatedDateToNow
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, getName, hashCode
protected Directory directory
protected Set<T extends InternalEntityAttribute> attributes
protected InternalDirectoryEntity()
protected InternalDirectoryEntity(InternalEntityTemplate template, Directory directory)
public long getDirectoryId()
getDirectoryId
in interface DirectoryEntity
public Directory getDirectory()
Copyright © 2017 Atlassian. All rights reserved.