Interface IEntityFileSystemBeanAdapter<Entry extends IFileSystemEntry<Entry>, Entity, Scope>

Type Parameters:
Entry - Type of the file system entry.
Entity - Type of the entity.
Scope - Type of the scope of the entity, such as a client or a project.
All Superinterfaces:
ICreatedAtSetter<Entity>, ICreatedBySetter<Entity>, IDefaultConstructor<Entity>, IFileSizeGetter<Entity>, IFileSystemEntryAccessor<Entity,Entry>, ILastModifiedAtAccessor<Entity>, ILastModifiedAtGetter<Entity>, ILastModifiedAtSetter<Entity>, ILastModifiedByAccessor<Entity>, ILastModifiedByGetter<Entity>, ILastModifiedBySetter<Entity>, IScopeAccessor<Entity,Scope>, IScopeGetter<Entity,Scope>, IScopeSetter<Entity,Scope>, Serializable

public interface IEntityFileSystemBeanAdapter<Entry extends IFileSystemEntry<Entry>, Entity, Scope> extends Serializable, IDefaultConstructor<Entity>, ICreatedAtSetter<Entity>, ICreatedBySetter<Entity>, IFileSizeGetter<Entity>, IFileSystemEntryAccessor<Entity,Entry>, ILastModifiedAtAccessor<Entity>, ILastModifiedByAccessor<Entity>, IScopeAccessor<Entity,Scope>
Bean adapter the entities of a EntityFileSystem. Contains methods related to creating new instances and getting / setting the properties of the entity which are related to file system entries.