Class CommitteeDocumentData

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

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

      • rm

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

        protected java.math.BigInteger hangarId
        The hangar id.
      • id

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

        protected java.lang.String label
        The label.
      • 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.
      • endNumber

        protected java.math.BigInteger endNumber
        The end number.
      • createdDate

        protected java.util.Date createdDate
        The created date.
      • publicDate

        protected java.util.Date publicDate
        The public date.
      • title

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

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

        protected java.lang.String status
        The status.
      • 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.
      • committeeProposalUrlXml

        protected java.lang.String committeeProposalUrlXml
        The committee proposal url xml.
    • Constructor Detail

      • CommitteeDocumentData

        public CommitteeDocumentData()
    • Method Detail

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

        public java.math.BigInteger getHangarId()
        Gets the hangar id.
        Returns:
        the hangar id
      • setHangarId

        public void setHangarId​(java.math.BigInteger 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
      • 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
      • 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
      • getEndNumber

        public java.math.BigInteger getEndNumber()
        Gets the end number.
        Returns:
        the end number
      • setEndNumber

        public void setEndNumber​(java.math.BigInteger value)
        Sets the end number.
        Parameters:
        value - the new end number
      • getCreatedDate

        public java.util.Date getCreatedDate()
        Gets the created date.
        Returns:
        the created date
      • setCreatedDate

        public void setCreatedDate​(java.util.Date value)
        Sets the created date.
        Parameters:
        value - the new created date
      • getPublicDate

        public java.util.Date getPublicDate()
        Gets the public date.
        Returns:
        the public date
      • setPublicDate

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

        public java.lang.String getCommitteeProposalUrlXml()
        Gets the committee proposal url xml.
        Returns:
        the committee proposal url xml
      • setCommitteeProposalUrlXml

        public void setCommitteeProposalUrlXml​(java.lang.String value)
        Sets the committee proposal url xml.
        Parameters:
        value - the new committee proposal url xml
      • withRm

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

        public CommitteeDocumentData withHangarId​(java.math.BigInteger value)
        With hangar id.
        Parameters:
        value - the value
        Returns:
        the committee document data
      • withId

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

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

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

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

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

        public CommitteeDocumentData withEndNumber​(java.math.BigInteger value)
        With end number.
        Parameters:
        value - the value
        Returns:
        the committee document data
      • withCreatedDate

        public CommitteeDocumentData withCreatedDate​(java.util.Date value)
        With created date.
        Parameters:
        value - the value
        Returns:
        the committee document data
      • withPublicDate

        public CommitteeDocumentData withPublicDate​(java.util.Date value)
        With public date.
        Parameters:
        value - the value
        Returns:
        the committee document data
      • withTitle

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

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

        public CommitteeDocumentData withStatus​(java.lang.String value)
        With status.
        Parameters:
        value - the value
        Returns:
        the committee document data
      • withDocumentUrlText

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

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

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

        public CommitteeDocumentData withDocumentStatusUrlWww​(java.lang.String value)
        With document status url www.
        Parameters:
        value - the value
        Returns:
        the committee document data
      • withCommitteeProposalUrlXml

        public CommitteeDocumentData withCommitteeProposalUrlXml​(java.lang.String value)
        With committee proposal url xml.
        Parameters:
        value - the value
        Returns:
        the committee 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