Uses of Interface
de.xima.fc.common.function.accessor.ILastModifiedBySetter
-
Packages that use ILastModifiedBySetter Package Description de.xima.fc.common.function.accessor Package containing various interfaces for generic accessors.de.xima.fc.logic.filesystem -
-
Uses of ILastModifiedBySetter in de.xima.fc.common.function.accessor
Subinterfaces of ILastModifiedBySetter in de.xima.fc.common.function.accessor Modifier and Type Interface Description interface
ILastModifiedByAccessor<Holder>
Accessor (getter+setter) for the name of the user who made the last modification to an object. -
Uses of ILastModifiedBySetter in de.xima.fc.logic.filesystem
Subinterfaces of ILastModifiedBySetter in de.xima.fc.logic.filesystem Modifier and Type Interface Description interface
IEntityFileSystemBeanAdapter<Entry extends IFileSystemEntry<Entry>,Entity,Scope>
Bean adapter the entities of aEntityFileSystem
.
-