Class TemporaryDocumentId

  • All Implemented Interfaces:
    java.io.Serializable

    public final class TemporaryDocumentId
    extends java.lang.Object
    implements java.io.Serializable
    Identifies a temporary document.
    See Also:
    Serialized Form
    • Method Detail

      • getId

        public java.lang.String getId()
        Returns:
        object ID of the document. This corresponds with the SysRowId. Never null.
      • getDocumentName

        public java.lang.String getDocumentName()
        Returns:
        the name of the temporary document
      • setDocumentName

        public void setDocumentName​(java.lang.String name)
        Parameters:
        name - the name of the temporary document
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
        See Also:
        Object.hashCode()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
        See Also:
        Object.equals(java.lang.Object)