Class StorageAdapterDTO

  • All Implemented Interfaces:
    Cloneable, Comparable<StorageAdapterDTO>

    public class StorageAdapterDTO
    extends AbstractStorageObjectDTO
    implements Comparable<StorageAdapterDTO>
    A storage adapter is a concrete configured connection to a storage system. All customizing should be done in the storage interface, the business applications should only refer to a adapter identifier as a customizing.
    A combination of the adapterId and the description can be displayed in the business application for a descriptive selection.