java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.ContentIdPair

public final class ContentIdPair extends Object
Author:
scf
  • Field Details

    • key

      public final String key
    • value

      public final de.fraunhofer.iosb.ilt.frostserver.model.core.PkValue value
    • type

      public final de.fraunhofer.iosb.ilt.frostserver.model.EntityType type
  • Constructor Details

    • ContentIdPair

      public ContentIdPair(String key, de.fraunhofer.iosb.ilt.frostserver.model.core.PkValue value, de.fraunhofer.iosb.ilt.frostserver.model.EntityType type)
  • Method Details

    • getKey

      public String getKey()
    • getValue

      public de.fraunhofer.iosb.ilt.frostserver.model.core.PkValue getValue()
    • getType

      public de.fraunhofer.iosb.ilt.frostserver.model.EntityType getType()
    • selfLink

      public String selfLink()
    • keyToUrl

      public String keyToUrl()
    • toString

      public String toString()
      Overrides:
      toString in class Object