Schnittstelle Record

Alle Superschnittstellen:
Comparable<Record>, Countable
Alle bekannten Implementierungsklassen:
AbstractRecord, HbzAlephRecord, HbzAlmaRecord, HbzfixRecord, HbzGviRecord, LviRecord, ZdbRecord

public interface Record extends Countable, Comparable<Record>
  • Methodendetails

    • getCreationDate

      LocalDate getCreationDate()
    • getModificationDate

      LocalDate getModificationDate()
    • getKey

      String getKey()
    • isDeleted

      boolean isDeleted()
    • getMaterials

      List<org.xbib.interlibrary.api.library.Material> getMaterials()
    • isSerialMirror

      boolean isSerialMirror()
    • isGreen

      boolean isGreen()
    • isOpenAccess

      boolean isOpenAccess()
    • getIdentifier

      String getIdentifier()
    • getExternalIdentifier

      String getExternalIdentifier()
    • getBaseUrl

      String getBaseUrl()
    • getMarcRecord

      org.xbib.marc.MarcRecord getMarcRecord()
    • addHoldings

      Holdings addHoldings(Holdings.Builder item)
    • getHoldings

      Collection<Holdings> getHoldings()
    • addAlias

      void addAlias(String alias)
    • getAlias

      Collection<String> getAlias()
    • getGlobalServices

      Collection<Service.LabeledUrl> getGlobalServices()
    • getPublicationDate

      Integer getPublicationDate()
    • getChronology

      String getChronology()
    • getProducts

      Collection<org.xbib.interlibrary.api.product.Product> getProducts()