Class DocumentContainerElement

  • All Implemented Interfaces:
    com.hack23.cia.model.common.api.ModelObject, java.io.Serializable

    @Entity(name="DocumentContainerElement")
    public class DocumentContainerElement
    extends java.lang.Object
    implements com.hack23.cia.model.common.api.ModelObject
    The Class DocumentContainerElement.
    See Also:
    Serialized Form
    • Field Detail

      • dokument

        protected java.util.List<DocumentElement> dokument
        The dokument.
      • datum

        protected java.lang.String datum
        The datum.
      • debug

        protected java.lang.String debug
        The debug.
      • nextPage

        protected java.lang.String nextPage
        The next page.
      • page

        protected java.math.BigInteger page
        The page.
      • totalPages

        protected java.math.BigInteger totalPages
        The total pages.
      • created

        protected java.lang.String created
        The created.
      • hitsFrom

        protected java.math.BigInteger hitsFrom
        The hits from.
      • hitsTo

        protected java.math.BigInteger hitsTo
        The hits to.
      • hits

        protected java.math.BigInteger hits
        The hits.
      • documentVersion

        protected java.lang.String documentVersion
        The document version.
      • warning

        protected java.lang.String warning
        The warning.
      • hjid

        protected java.lang.Long hjid
        The hjid.
    • Constructor Detail

      • DocumentContainerElement

        public DocumentContainerElement()
    • Method Detail

      • getDokument

        public java.util.List<DocumentElement> getDokument()
        Gets the dokument.
        Returns:
        the dokument
      • setDokument

        public void setDokument​(java.util.List<DocumentElement> dokument)
        Sets the dokument.
        Parameters:
        dokument - the new dokument
      • getDatum

        public java.lang.String getDatum()
        Gets the datum.
        Returns:
        the datum
      • setDatum

        public void setDatum​(java.lang.String value)
        Sets the datum.
        Parameters:
        value - the new datum
      • getDebug

        public java.lang.String getDebug()
        Gets the debug.
        Returns:
        the debug
      • setDebug

        public void setDebug​(java.lang.String value)
        Sets the debug.
        Parameters:
        value - the new debug
      • getNextPage

        public java.lang.String getNextPage()
        Gets the next page.
        Returns:
        the next page
      • setNextPage

        public void setNextPage​(java.lang.String value)
        Sets the next page.
        Parameters:
        value - the new next page
      • getPage

        public java.math.BigInteger getPage()
        Gets the page.
        Returns:
        the page
      • setPage

        public void setPage​(java.math.BigInteger value)
        Sets the page.
        Parameters:
        value - the new page
      • getTotalPages

        public java.math.BigInteger getTotalPages()
        Gets the total pages.
        Returns:
        the total pages
      • setTotalPages

        public void setTotalPages​(java.math.BigInteger value)
        Sets the total pages.
        Parameters:
        value - the new total pages
      • getCreated

        public java.lang.String getCreated()
        Gets the created.
        Returns:
        the created
      • setCreated

        public void setCreated​(java.lang.String value)
        Sets the created.
        Parameters:
        value - the new created
      • getHitsFrom

        public java.math.BigInteger getHitsFrom()
        Gets the hits from.
        Returns:
        the hits from
      • setHitsFrom

        public void setHitsFrom​(java.math.BigInteger value)
        Sets the hits from.
        Parameters:
        value - the new hits from
      • getHitsTo

        public java.math.BigInteger getHitsTo()
        Gets the hits to.
        Returns:
        the hits to
      • setHitsTo

        public void setHitsTo​(java.math.BigInteger value)
        Sets the hits to.
        Parameters:
        value - the new hits to
      • getHits

        public java.math.BigInteger getHits()
        Gets the hits.
        Returns:
        the hits
      • setHits

        public void setHits​(java.math.BigInteger value)
        Sets the hits.
        Parameters:
        value - the new hits
      • getDocumentVersion

        public java.lang.String getDocumentVersion()
        Gets the document version.
        Returns:
        the document version
      • setDocumentVersion

        public void setDocumentVersion​(java.lang.String value)
        Sets the document version.
        Parameters:
        value - the new document version
      • getWarning

        public java.lang.String getWarning()
        Gets the warning.
        Returns:
        the warning
      • setWarning

        public void setWarning​(java.lang.String value)
        Sets the warning.
        Parameters:
        value - the new warning
      • withDokument

        public DocumentContainerElement withDokument​(java.util.List<DocumentElement> dokument)
        With dokument.
        Parameters:
        dokument - the dokument
        Returns:
        the document container element
      • withDatum

        public DocumentContainerElement withDatum​(java.lang.String value)
        With datum.
        Parameters:
        value - the value
        Returns:
        the document container element
      • withDebug

        public DocumentContainerElement withDebug​(java.lang.String value)
        With debug.
        Parameters:
        value - the value
        Returns:
        the document container element
      • withNextPage

        public DocumentContainerElement withNextPage​(java.lang.String value)
        With next page.
        Parameters:
        value - the value
        Returns:
        the document container element
      • withPage

        public DocumentContainerElement withPage​(java.math.BigInteger value)
        With page.
        Parameters:
        value - the value
        Returns:
        the document container element
      • withTotalPages

        public DocumentContainerElement withTotalPages​(java.math.BigInteger value)
        With total pages.
        Parameters:
        value - the value
        Returns:
        the document container element
      • withCreated

        public DocumentContainerElement withCreated​(java.lang.String value)
        With created.
        Parameters:
        value - the value
        Returns:
        the document container element
      • withHitsFrom

        public DocumentContainerElement withHitsFrom​(java.math.BigInteger value)
        With hits from.
        Parameters:
        value - the value
        Returns:
        the document container element
      • withHitsTo

        public DocumentContainerElement withHitsTo​(java.math.BigInteger value)
        With hits to.
        Parameters:
        value - the value
        Returns:
        the document container element
      • withHits

        public DocumentContainerElement withHits​(java.math.BigInteger value)
        With hits.
        Parameters:
        value - the value
        Returns:
        the document container element
      • withDocumentVersion

        public DocumentContainerElement withDocumentVersion​(java.lang.String value)
        With document version.
        Parameters:
        value - the value
        Returns:
        the document container element
      • withWarning

        public DocumentContainerElement withWarning​(java.lang.String value)
        With warning.
        Parameters:
        value - the value
        Returns:
        the document container element
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getHjid

        public java.lang.Long getHjid()
        Gets the hjid.
        Returns:
        the hjid
      • setHjid

        public void setHjid​(java.lang.Long value)
        Sets the hjid.
        Parameters:
        value - the new hjid
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class java.lang.Object