Class DocumentData

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

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

      • hangarId

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

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

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

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

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

        protected java.lang.String subType
        The sub type.
      • 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.
      • finalNumber

        protected java.math.BigInteger finalNumber
        The final number.
      • madePublicDate

        protected java.util.Date madePublicDate
        The made public date.
      • title

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

        protected java.lang.String subTitle
        The sub title.
      • 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.
      • documentStatusUrlWWW

        protected java.lang.String documentStatusUrlWWW
        The document status url WWW.
      • committeeReportUrlXml

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

        protected java.lang.String status
        The status.
    • Constructor Detail

      • DocumentData

        public DocumentData()
    • 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
      • 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
      • 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
      • 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
      • 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
      • getFinalNumber

        public java.math.BigInteger getFinalNumber()
        Gets the final number.
        Returns:
        the final number
      • setFinalNumber

        public void setFinalNumber​(java.math.BigInteger value)
        Sets the final number.
        Parameters:
        value - the new final number
      • getMadePublicDate

        public java.util.Date getMadePublicDate()
        Gets the made public date.
        Returns:
        the made public date
      • setMadePublicDate

        public void setMadePublicDate​(java.util.Date value)
        Sets the made public date.
        Parameters:
        value - the new made public date
      • 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
      • 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
      • getDocumentStatusUrlWWW

        public java.lang.String getDocumentStatusUrlWWW()
        Gets the document status url WWW.
        Returns:
        the document status url WWW
      • setDocumentStatusUrlWWW

        public void setDocumentStatusUrlWWW​(java.lang.String value)
        Sets the document status url WWW.
        Parameters:
        value - the new document status url WWW
      • 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
      • 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
      • withHangarId

        public DocumentData withHangarId​(java.lang.String value)
        With hangar id.
        Parameters:
        value - the value
        Returns:
        the document data
      • withId

        public DocumentData withId​(java.lang.String value)
        With id.
        Parameters:
        value - the value
        Returns:
        the document data
      • withRm

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

        public DocumentData withLabel​(java.lang.String value)
        With label.
        Parameters:
        value - the value
        Returns:
        the document data
      • withDocumentType

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

        public DocumentData withSubType​(java.lang.String value)
        With sub type.
        Parameters:
        value - the value
        Returns:
        the document data
      • withTempLabel

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

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

        public DocumentData withNumberValue​(java.math.BigInteger value)
        With number value.
        Parameters:
        value - the value
        Returns:
        the document data
      • withFinalNumber

        public DocumentData withFinalNumber​(java.math.BigInteger value)
        With final number.
        Parameters:
        value - the value
        Returns:
        the document data
      • withMadePublicDate

        public DocumentData withMadePublicDate​(java.util.Date value)
        With made public date.
        Parameters:
        value - the value
        Returns:
        the document data
      • withTitle

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

        public DocumentData withSubTitle​(java.lang.String value)
        With sub title.
        Parameters:
        value - the value
        Returns:
        the document data
      • withDocumentUrlText

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

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

        public DocumentData withDocumentStatusUrlXml​(java.lang.String value)
        With document status url xml.
        Parameters:
        value - the value
        Returns:
        the document data
      • withDocumentStatusUrlWWW

        public DocumentData withDocumentStatusUrlWWW​(java.lang.String value)
        With document status url WWW.
        Parameters:
        value - the value
        Returns:
        the document data
      • withCommitteeReportUrlXml

        public DocumentData withCommitteeReportUrlXml​(java.lang.String value)
        With committee report url xml.
        Parameters:
        value - the value
        Returns:
        the document data
      • withStatus

        public DocumentData withStatus​(java.lang.String value)
        With status.
        Parameters:
        value - the value
        Returns:
        the document data
      • 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