Class HdocUtil.DocId

  • Direct Known Subclasses:
    HdocUtil.SAPDocId
    Enclosing class:
    HdocUtil

    public static class HdocUtil.DocId
    extends java.lang.Object
    This class represents a DocId.
    Author:
    dam
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String encoded
      The _encoded.
    • Constructor Summary

      Constructors 
      Constructor Description
      DocId​(java.lang.String docId)
      Instantiates a new doc id.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Gets the id.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • encoded

        protected java.lang.String encoded
        The _encoded.
    • Constructor Detail

      • DocId

        public DocId​(java.lang.String docId)
        Instantiates a new doc id.
        Parameters:
        docId - the doc id
    • Method Detail

      • getId

        public java.lang.String getId()
        Gets the id.
        Returns:
        the id