se.entitymanager.logic
Interface EntityInterface

All Known Implementing Classes:
AbstractFile, DirectoryFile, FileSystemsRootFile, RegularFile, ZipFile, ZippedDirectoryFile, ZippedFile

public interface EntityInterface

An interface for entities.

Instances of this interface must be used to communicate with logic facades. They will be used by presentation facades as well.

See Also:
LogicFacade, PresentationFacade