Package de.xima.fc.logic.filesystem
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 aEntityFileSystem. Contains methods related to creating new instances and getting / setting the properties of the entity which are related to file system entries.
-
-
Method Summary
-
Methods inherited from interface de.xima.fc.common.function.accessor.ICreatedAtSetter
setCreatedAt
-
Methods inherited from interface de.xima.fc.common.function.accessor.ICreatedBySetter
setCreatedBy
-
Methods inherited from interface de.xima.fc.common.function.constructor.IDefaultConstructor
newInstance
-
Methods inherited from interface de.xima.fc.common.function.accessor.IFileSizeGetter
getFileSize
-
Methods inherited from interface de.xima.fc.common.filesystem.IFileSystemEntryAccessor
getFileSystemEntry, setFileSystemEntry
-
Methods inherited from interface de.xima.fc.common.function.accessor.ILastModifiedAtGetter
getLastModifiedAt
-
Methods inherited from interface de.xima.fc.common.function.accessor.ILastModifiedAtSetter
setLastModifiedAt
-
Methods inherited from interface de.xima.fc.common.function.accessor.ILastModifiedByGetter
getLastModifiedBy
-
Methods inherited from interface de.xima.fc.common.function.accessor.ILastModifiedBySetter
setLastModifiedBy
-
Methods inherited from interface de.xima.fc.common.function.accessor.IScopeGetter
getScope
-
Methods inherited from interface de.xima.fc.common.function.accessor.IScopeSetter
setScope
-
-