Class ItemMetadata

java.lang.Object
com.adobe.epubcheck.reporting.ItemMetadata
All Implemented Interfaces:
Comparable<ItemMetadata>

public class ItemMetadata extends Object implements Comparable<ItemMetadata>
  • Field Details

    • id

      private String id
    • fileName

      private String fileName
    • media_type

      private String media_type
    • compressedSize

      private long compressedSize
    • uncompressedSize

      private long uncompressedSize
    • compressionMethod

      private String compressionMethod
    • checkSum

      private String checkSum
    • isSpineItem

      private boolean isSpineItem
    • spineIndex

      private Integer spineIndex
    • isLinear

      private boolean isLinear
    • isFixedFormat

      private Boolean isFixedFormat
    • isScripted

      private boolean isScripted
    • renditionLayout

      private String renditionLayout
    • renditionOrientation

      private String renditionOrientation
    • renditionSpread

      private String renditionSpread
    • referencedItems

      private final SortedSet<String> referencedItems
  • Constructor Details

    • ItemMetadata

      public ItemMetadata()
  • Method Details

    • getItemByName

      public static ItemMetadata getItemByName(Map<String, ItemMetadata> metadata, String fileName)
    • getId

      public String getId()
    • setId

      public void setId(String value)
    • getFileName

      public String getFileName()
    • getRenditionLayout

      public String getRenditionLayout()
    • setRenditionLayout

      public void setRenditionLayout(String value)
    • getRenditionOrientation

      public String getRenditionOrientation()
    • setRenditionOrientation

      public void setRenditionOrientation(String value)
    • getRenditionSpread

      public String getRenditionSpread()
    • setRenditionSpread

      public void setRenditionSpread(String value)
    • getIsFixedFormat

      public Boolean getIsFixedFormat()
    • setIsFixedFormat

      public void setIsFixedFormat(Boolean value)
    • getIsSpineItem

      public boolean getIsSpineItem()
    • handleInfo

      public void handleInfo(FeatureEnum feature, String value)
    • compareTo

      public int compareTo(ItemMetadata item)
      Specified by:
      compareTo in interface Comparable<ItemMetadata>