Class BallotDocumentElement

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

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

      • hangarId

        protected java.lang.String hangarId
        The hangar id.
      • docId

        protected java.lang.String docId
        The doc id.
      • htmlformat

        protected java.lang.String htmlformat
        The htmlformat.
      • relatedId

        protected java.lang.String relatedId
        The related id.
      • source

        protected java.lang.String source
        The source.
      • sourceid

        protected java.lang.String sourceid
        The sourceid.
      • rm

        protected java.lang.String rm
        The rm.
      • label

        protected java.lang.String label
        The label.
      • elementType

        protected java.lang.String elementType
        The element type.
      • documentType

        protected java.lang.String documentType
        The document type.
      • subType

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

        protected java.lang.String status
        The status.
      • tempLabel

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

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

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

        protected java.math.BigInteger endNumberValue
        The end number value.
      • title

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

        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.
      • 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

      • BallotDocumentElement

        public BallotDocumentElement()
    • Method Detail

      • getHangarId

        public java.lang.String getHangarId()
        Gets the hangar id.
        Returns:
        the hangar id
      • setHangarId

        public void setHangarId​(java.lang.String value)
        Sets the hangar id.
        Parameters:
        value - the new hangar id
      • getDocId

        public java.lang.String getDocId()
        Gets the doc id.
        Returns:
        the doc id
      • setDocId

        public void setDocId​(java.lang.String value)
        Sets the doc id.
        Parameters:
        value - the new doc id
      • getHtmlformat

        public java.lang.String getHtmlformat()
        Gets the htmlformat.
        Returns:
        the htmlformat
      • setHtmlformat

        public void setHtmlformat​(java.lang.String value)
        Sets the htmlformat.
        Parameters:
        value - the new htmlformat
      • 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
      • getSource

        public java.lang.String getSource()
        Gets the source.
        Returns:
        the source
      • setSource

        public void setSource​(java.lang.String value)
        Sets the source.
        Parameters:
        value - the new source
      • getSourceid

        public java.lang.String getSourceid()
        Gets the sourceid.
        Returns:
        the sourceid
      • setSourceid

        public void setSourceid​(java.lang.String value)
        Sets the sourceid.
        Parameters:
        value - the new sourceid
      • 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
      • 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
      • getElementType

        public java.lang.String getElementType()
        Gets the element type.
        Returns:
        the element type
      • setElementType

        public void setElementType​(java.lang.String value)
        Sets the element type.
        Parameters:
        value - the new element type
      • 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
      • 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
      • 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
      • getEndNumberValue

        public java.math.BigInteger getEndNumberValue()
        Gets the end number value.
        Returns:
        the end number value
      • setEndNumberValue

        public void setEndNumberValue​(java.math.BigInteger value)
        Sets the end number value.
        Parameters:
        value - the new end 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
      • 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
      • withHangarId

        public BallotDocumentElement withHangarId​(java.lang.String value)
        With hangar id.
        Parameters:
        value - the value
        Returns:
        the ballot document element
      • withDocId

        public BallotDocumentElement withDocId​(java.lang.String value)
        With doc id.
        Parameters:
        value - the value
        Returns:
        the ballot document element
      • withHtmlformat

        public BallotDocumentElement withHtmlformat​(java.lang.String value)
        With htmlformat.
        Parameters:
        value - the value
        Returns:
        the ballot document element
      • withRelatedId

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

        public BallotDocumentElement withSource​(java.lang.String value)
        With source.
        Parameters:
        value - the value
        Returns:
        the ballot document element
      • withSourceid

        public BallotDocumentElement withSourceid​(java.lang.String value)
        With sourceid.
        Parameters:
        value - the value
        Returns:
        the ballot document element
      • withRm

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

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

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

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

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

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

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

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

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

        public BallotDocumentElement withEndNumberValue​(java.math.BigInteger value)
        With end number value.
        Parameters:
        value - the value
        Returns:
        the ballot document element
      • withTitle

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

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

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

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

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

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

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

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

        public BallotDocumentElement withCommitteeReportUrlXml​(java.lang.String value)
        With committee report url xml.
        Parameters:
        value - the value
        Returns:
        the ballot 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