Class DocumentElement

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

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

      • hit

        protected java.math.BigInteger hit
        The hit.
      • domainOrg

        @GenericField
        protected java.lang.String domainOrg
        The domain org.
      • documentName

        @GenericField
        protected java.lang.String documentName
        The document name.
      • debateName

        @GenericField
        protected java.lang.String debateName
        The debate name.
      • noteTitle

        @GenericField
        protected java.lang.String noteTitle
        The note title.
      • note

        @GenericField
        protected java.lang.String note
        The note.
      • summary

        @GenericField
        protected java.lang.String summary
        The summary.
      • databaseSource

        @GenericField
        protected java.lang.String databaseSource
        The database source.
      • origin

        @GenericField
        protected java.lang.String origin
        The origin.
      • lang

        @GenericField
        protected java.lang.String lang
        The lang.
      • rm

        @GenericField
        protected java.lang.String rm
        The rm.
      • relatedId

        @GenericField
        protected java.lang.String relatedId
        The related id.
      • documentType

        @GenericField
        protected java.lang.String documentType
        The document type.
      • docType

        @GenericField
        protected java.lang.String docType
        The doc type.
      • subType

        @GenericField
        protected java.lang.String subType
        The sub type.
      • status

        @GenericField
        protected java.lang.String status
        The status.
      • label

        @GenericField
        protected java.lang.String label
        The label.
      • tempLabel

        @GenericField
        protected java.lang.String tempLabel
        The temp label.
      • org

        @GenericField
        protected java.lang.String org
        The org.
      • numberValue

        protected java.math.BigInteger numberValue
        The number value.
      • title

        @GenericField
        protected java.lang.String title
        The title.
      • subTitle

        @GenericField
        protected java.lang.String subTitle
        The sub title.
      • createdDate

        protected java.lang.String createdDate
        The created date.
      • madePublicDate

        protected java.lang.String madePublicDate
        The made public date.
      • systemDate

        protected java.lang.String systemDate
        The system date.
      • kallId

        protected java.lang.String kallId
        The kall id.
      • documentFormat

        protected java.lang.String documentFormat
        The document format.
      • documentUrlText

        protected java.lang.String documentUrlText
        The document url text.
      • documentUrlHtml

        protected java.lang.String documentUrlHtml
        The document url html.
      • documentStatusUrlXml

        protected java.lang.String documentStatusUrlXml
        The document status url xml.
      • committeeReportUrlXml

        protected java.lang.String committeeReportUrlXml
        The committee report url xml.
    • Constructor Detail

      • DocumentElement

        public DocumentElement()
    • Method Detail

      • getHit

        public java.math.BigInteger getHit()
        Gets the hit.
        Returns:
        the hit
      • setHit

        public void setHit​(java.math.BigInteger value)
        Sets the hit.
        Parameters:
        value - the new hit
      • getId

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

        public void setId​(java.lang.String value)
        Sets the id.
        Parameters:
        value - the new id
      • getDomainOrg

        public java.lang.String getDomainOrg()
        Gets the domain org.
        Returns:
        the domain org
      • setDomainOrg

        public void setDomainOrg​(java.lang.String value)
        Sets the domain org.
        Parameters:
        value - the new domain org
      • getDocumentName

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

        public void setDocumentName​(java.lang.String value)
        Sets the document name.
        Parameters:
        value - the new document name
      • getDebateName

        public java.lang.String getDebateName()
        Gets the debate name.
        Returns:
        the debate name
      • setDebateName

        public void setDebateName​(java.lang.String value)
        Sets the debate name.
        Parameters:
        value - the new debate name
      • getNoteTitle

        public java.lang.String getNoteTitle()
        Gets the note title.
        Returns:
        the note title
      • setNoteTitle

        public void setNoteTitle​(java.lang.String value)
        Sets the note title.
        Parameters:
        value - the new note title
      • getNote

        public java.lang.String getNote()
        Gets the note.
        Returns:
        the note
      • setNote

        public void setNote​(java.lang.String value)
        Sets the note.
        Parameters:
        value - the new note
      • getSummary

        public java.lang.String getSummary()
        Gets the summary.
        Returns:
        the summary
      • setSummary

        public void setSummary​(java.lang.String value)
        Sets the summary.
        Parameters:
        value - the new summary
      • getDatabaseSource

        public java.lang.String getDatabaseSource()
        Gets the database source.
        Returns:
        the database source
      • setDatabaseSource

        public void setDatabaseSource​(java.lang.String value)
        Sets the database source.
        Parameters:
        value - the new database source
      • getOrigin

        public java.lang.String getOrigin()
        Gets the origin.
        Returns:
        the origin
      • setOrigin

        public void setOrigin​(java.lang.String value)
        Sets the origin.
        Parameters:
        value - the new origin
      • getLang

        public java.lang.String getLang()
        Gets the lang.
        Returns:
        the lang
      • setLang

        public void setLang​(java.lang.String value)
        Sets the lang.
        Parameters:
        value - the new lang
      • getRm

        public java.lang.String getRm()
        Gets the rm.
        Returns:
        the rm
      • setRm

        public void setRm​(java.lang.String value)
        Sets the rm.
        Parameters:
        value - the new rm
      • getRelatedId

        public java.lang.String getRelatedId()
        Gets the related id.
        Returns:
        the related id
      • setRelatedId

        public void setRelatedId​(java.lang.String value)
        Sets the related id.
        Parameters:
        value - the new related id
      • getDocumentType

        public java.lang.String getDocumentType()
        Gets the document type.
        Returns:
        the document type
      • setDocumentType

        public void setDocumentType​(java.lang.String value)
        Sets the document type.
        Parameters:
        value - the new document type
      • getDocType

        public java.lang.String getDocType()
        Gets the doc type.
        Returns:
        the doc type
      • setDocType

        public void setDocType​(java.lang.String value)
        Sets the doc type.
        Parameters:
        value - the new doc type
      • getSubType

        public java.lang.String getSubType()
        Gets the sub type.
        Returns:
        the sub type
      • setSubType

        public void setSubType​(java.lang.String value)
        Sets the sub type.
        Parameters:
        value - the new sub type
      • getStatus

        public java.lang.String getStatus()
        Gets the status.
        Returns:
        the status
      • setStatus

        public void setStatus​(java.lang.String value)
        Sets the status.
        Parameters:
        value - the new status
      • getLabel

        public java.lang.String getLabel()
        Gets the label.
        Returns:
        the label
      • setLabel

        public void setLabel​(java.lang.String value)
        Sets the label.
        Parameters:
        value - the new label
      • getTempLabel

        public java.lang.String getTempLabel()
        Gets the temp label.
        Returns:
        the temp label
      • setTempLabel

        public void setTempLabel​(java.lang.String value)
        Sets the temp label.
        Parameters:
        value - the new temp label
      • getOrg

        public java.lang.String getOrg()
        Gets the org.
        Returns:
        the org
      • setOrg

        public void setOrg​(java.lang.String value)
        Sets the org.
        Parameters:
        value - the new org
      • getNumberValue

        public java.math.BigInteger getNumberValue()
        Gets the number value.
        Returns:
        the number value
      • setNumberValue

        public void setNumberValue​(java.math.BigInteger value)
        Sets the number value.
        Parameters:
        value - the new number value
      • getTitle

        public java.lang.String getTitle()
        Gets the title.
        Returns:
        the title
      • setTitle

        public void setTitle​(java.lang.String value)
        Sets the title.
        Parameters:
        value - the new title
      • getSubTitle

        public java.lang.String getSubTitle()
        Gets the sub title.
        Returns:
        the sub title
      • setSubTitle

        public void setSubTitle​(java.lang.String value)
        Sets the sub title.
        Parameters:
        value - the new sub title
      • getCreatedDate

        public java.lang.String getCreatedDate()
        Gets the created date.
        Returns:
        the created date
      • setCreatedDate

        public void setCreatedDate​(java.lang.String value)
        Sets the created date.
        Parameters:
        value - the new created date
      • getMadePublicDate

        public java.lang.String getMadePublicDate()
        Gets the made public date.
        Returns:
        the made public date
      • setMadePublicDate

        public void setMadePublicDate​(java.lang.String value)
        Sets the made public date.
        Parameters:
        value - the new made public date
      • getSystemDate

        public java.lang.String getSystemDate()
        Gets the system date.
        Returns:
        the system date
      • setSystemDate

        public void setSystemDate​(java.lang.String value)
        Sets the system date.
        Parameters:
        value - the new system date
      • getKallId

        public java.lang.String getKallId()
        Gets the kall id.
        Returns:
        the kall id
      • setKallId

        public void setKallId​(java.lang.String value)
        Sets the kall id.
        Parameters:
        value - the new kall id
      • getDocumentFormat

        public java.lang.String getDocumentFormat()
        Gets the document format.
        Returns:
        the document format
      • setDocumentFormat

        public void setDocumentFormat​(java.lang.String value)
        Sets the document format.
        Parameters:
        value - the new document format
      • getDocumentUrlText

        public java.lang.String getDocumentUrlText()
        Gets the document url text.
        Returns:
        the document url text
      • setDocumentUrlText

        public void setDocumentUrlText​(java.lang.String value)
        Sets the document url text.
        Parameters:
        value - the new document url text
      • getDocumentUrlHtml

        public java.lang.String getDocumentUrlHtml()
        Gets the document url html.
        Returns:
        the document url html
      • setDocumentUrlHtml

        public void setDocumentUrlHtml​(java.lang.String value)
        Sets the document url html.
        Parameters:
        value - the new document url html
      • getDocumentStatusUrlXml

        public java.lang.String getDocumentStatusUrlXml()
        Gets the document status url xml.
        Returns:
        the document status url xml
      • setDocumentStatusUrlXml

        public void setDocumentStatusUrlXml​(java.lang.String value)
        Sets the document status url xml.
        Parameters:
        value - the new document status url xml
      • getCommitteeReportUrlXml

        public java.lang.String getCommitteeReportUrlXml()
        Gets the committee report url xml.
        Returns:
        the committee report url xml
      • setCommitteeReportUrlXml

        public void setCommitteeReportUrlXml​(java.lang.String value)
        Sets the committee report url xml.
        Parameters:
        value - the new committee report url xml
      • withHit

        public DocumentElement withHit​(java.math.BigInteger value)
        With hit.
        Parameters:
        value - the value
        Returns:
        the document element
      • withId

        public DocumentElement withId​(java.lang.String value)
        With id.
        Parameters:
        value - the value
        Returns:
        the document element
      • withDomainOrg

        public DocumentElement withDomainOrg​(java.lang.String value)
        With domain org.
        Parameters:
        value - the value
        Returns:
        the document element
      • withDocumentName

        public DocumentElement withDocumentName​(java.lang.String value)
        With document name.
        Parameters:
        value - the value
        Returns:
        the document element
      • withDebateName

        public DocumentElement withDebateName​(java.lang.String value)
        With debate name.
        Parameters:
        value - the value
        Returns:
        the document element
      • withNoteTitle

        public DocumentElement withNoteTitle​(java.lang.String value)
        With note title.
        Parameters:
        value - the value
        Returns:
        the document element
      • withNote

        public DocumentElement withNote​(java.lang.String value)
        With note.
        Parameters:
        value - the value
        Returns:
        the document element
      • withSummary

        public DocumentElement withSummary​(java.lang.String value)
        With summary.
        Parameters:
        value - the value
        Returns:
        the document element
      • withDatabaseSource

        public DocumentElement withDatabaseSource​(java.lang.String value)
        With database source.
        Parameters:
        value - the value
        Returns:
        the document element
      • withOrigin

        public DocumentElement withOrigin​(java.lang.String value)
        With origin.
        Parameters:
        value - the value
        Returns:
        the document element
      • withLang

        public DocumentElement withLang​(java.lang.String value)
        With lang.
        Parameters:
        value - the value
        Returns:
        the document element
      • withRm

        public DocumentElement withRm​(java.lang.String value)
        With rm.
        Parameters:
        value - the value
        Returns:
        the document element
      • withRelatedId

        public DocumentElement withRelatedId​(java.lang.String value)
        With related id.
        Parameters:
        value - the value
        Returns:
        the document element
      • withDocumentType

        public DocumentElement withDocumentType​(java.lang.String value)
        With document type.
        Parameters:
        value - the value
        Returns:
        the document element
      • withDocType

        public DocumentElement withDocType​(java.lang.String value)
        With doc type.
        Parameters:
        value - the value
        Returns:
        the document element
      • withSubType

        public DocumentElement withSubType​(java.lang.String value)
        With sub type.
        Parameters:
        value - the value
        Returns:
        the document element
      • withStatus

        public DocumentElement withStatus​(java.lang.String value)
        With status.
        Parameters:
        value - the value
        Returns:
        the document element
      • withLabel

        public DocumentElement withLabel​(java.lang.String value)
        With label.
        Parameters:
        value - the value
        Returns:
        the document element
      • withTempLabel

        public DocumentElement withTempLabel​(java.lang.String value)
        With temp label.
        Parameters:
        value - the value
        Returns:
        the document element
      • withOrg

        public DocumentElement withOrg​(java.lang.String value)
        With org.
        Parameters:
        value - the value
        Returns:
        the document element
      • withNumberValue

        public DocumentElement withNumberValue​(java.math.BigInteger value)
        With number value.
        Parameters:
        value - the value
        Returns:
        the document element
      • withTitle

        public DocumentElement withTitle​(java.lang.String value)
        With title.
        Parameters:
        value - the value
        Returns:
        the document element
      • withSubTitle

        public DocumentElement withSubTitle​(java.lang.String value)
        With sub title.
        Parameters:
        value - the value
        Returns:
        the document element
      • withCreatedDate

        public DocumentElement withCreatedDate​(java.lang.String value)
        With created date.
        Parameters:
        value - the value
        Returns:
        the document element
      • withMadePublicDate

        public DocumentElement withMadePublicDate​(java.lang.String value)
        With made public date.
        Parameters:
        value - the value
        Returns:
        the document element
      • withSystemDate

        public DocumentElement withSystemDate​(java.lang.String value)
        With system date.
        Parameters:
        value - the value
        Returns:
        the document element
      • withKallId

        public DocumentElement withKallId​(java.lang.String value)
        With kall id.
        Parameters:
        value - the value
        Returns:
        the document element
      • withDocumentFormat

        public DocumentElement withDocumentFormat​(java.lang.String value)
        With document format.
        Parameters:
        value - the value
        Returns:
        the document element
      • withDocumentUrlText

        public DocumentElement withDocumentUrlText​(java.lang.String value)
        With document url text.
        Parameters:
        value - the value
        Returns:
        the document element
      • withDocumentUrlHtml

        public DocumentElement withDocumentUrlHtml​(java.lang.String value)
        With document url html.
        Parameters:
        value - the value
        Returns:
        the document element
      • withDocumentStatusUrlXml

        public DocumentElement withDocumentStatusUrlXml​(java.lang.String value)
        With document status url xml.
        Parameters:
        value - the value
        Returns:
        the document element
      • withCommitteeReportUrlXml

        public DocumentElement withCommitteeReportUrlXml​(java.lang.String value)
        With committee report url xml.
        Parameters:
        value - the value
        Returns:
        the document element
      • toString

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

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

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