Class LocalIdentityStorageInfo

java.lang.Object
de.frachtwerk.essencium.backend.model.AbstractBaseModel<ID>
All Implemented Interfaces:
de.frachtwerk.essencium.backend.model.Identifiable<Long>, AbstractLocalStorageInfo<IdentityFile,Long,IdentityStorageInfo>, Cloneable

@Entity(name="LOCAL_STORAGE_INFO") public class LocalIdentityStorageInfo extends IdentityStorageInfo implements AbstractLocalStorageInfo<IdentityFile,Long,IdentityStorageInfo>
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.frachtwerk.essencium.backend.model.AbstractBaseModel

    de.frachtwerk.essencium.backend.model.AbstractBaseModel.AbstractBaseModelBuilder<ID extends Serializable,C extends de.frachtwerk.essencium.backend.model.AbstractBaseModel<ID>,B extends de.frachtwerk.essencium.backend.model.AbstractBaseModel.AbstractBaseModelBuilder<ID,C,B>>
  • Field Summary

    Fields inherited from class de.frachtwerk.essencium.backend.model.AbstractBaseModel

    createdAt, createdBy, updatedAt, updatedBy
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class de.frachtwerk.essencium.storage.impl.identity.model.IdentityStorageInfo

    accept

    Methods inherited from class de.frachtwerk.essencium.backend.model.AbstractBaseModel

    canEqual, clone, equals, getCreatedAt, getCreatedBy, getUpdatedAt, getUpdatedBy, hashCode, setCreatedAt, setCreatedBy, setUpdatedAt, setUpdatedBy, toString

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface de.frachtwerk.essencium.storage.generic.provider.local.AbstractLocalStorageInfo

    accept, getFile, getPath, setAvailable, setContent

    Methods inherited from interface de.frachtwerk.essencium.backend.model.Identifiable

    getId, setId
  • Constructor Details

    • LocalIdentityStorageInfo

      public LocalIdentityStorageInfo(IdentityFile file, @NotNull @NotNull String path)