java.lang.Object
com.hack23.cia.model.external.riksdagen.utskottsforslag.impl.CommitteeDocumentData
All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject, Serializable

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

    • rm

      protected String rm
      The rm.
    • hangarId

      protected BigInteger hangarId
      The hangar id.
    • id

      protected String id
      The id.
    • label

      protected String label
      The label.
    • subType

      protected String subType
      The sub type.
    • tempLabel

      protected String tempLabel
      The temp label.
    • org

      protected String org
      The org.
    • endNumber

      protected BigInteger endNumber
      The end number.
    • createdDate

      protected Date createdDate
      The created date.
    • publicDate

      protected Date publicDate
      The public date.
    • title

      protected String title
      The title.
    • subTitle

      protected String subTitle
      The sub title.
    • status

      protected String status
      The status.
    • documentUrlText

      protected String documentUrlText
      The document url text.
    • documentUrlHtml

      protected String documentUrlHtml
      The document url html.
    • documentStatusUrlXml

      protected String documentStatusUrlXml
      The document status url xml.
    • documentStatusUrlWww

      protected String documentStatusUrlWww
      The document status url www.
    • committeeProposalUrlXml

      protected String committeeProposalUrlXml
      The committee proposal url xml.
  • Constructor Details

    • CommitteeDocumentData

      public CommitteeDocumentData()
  • Method Details

    • getRm

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

      public void setRm(String value)
      Sets the rm.
      Parameters:
      value - the new rm
    • getHangarId

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

      public void setHangarId(BigInteger value)
      Sets the hangar id.
      Parameters:
      value - the new hangar id
    • getId

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

      public void setId(String value)
      Sets the id.
      Parameters:
      value - the new id
    • getLabel

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

      public void setLabel(String value)
      Sets the label.
      Parameters:
      value - the new label
    • getSubType

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

      public void setSubType(String value)
      Sets the sub type.
      Parameters:
      value - the new sub type
    • getTempLabel

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

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

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

      public void setOrg(String value)
      Sets the org.
      Parameters:
      value - the new org
    • getEndNumber

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

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

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

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

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

      public void setPublicDate(Date value)
      Sets the public date.
      Parameters:
      value - the new public date
    • getTitle

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

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

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

      public void setSubTitle(String value)
      Sets the sub title.
      Parameters:
      value - the new sub title
    • getStatus

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

      public void setStatus(String value)
      Sets the status.
      Parameters:
      value - the new status
    • getDocumentUrlText

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

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

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

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

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

      public void setDocumentStatusUrlXml(String value)
      Sets the document status url xml.
      Parameters:
      value - the new document status url xml
    • getDocumentStatusUrlWww

      public String getDocumentStatusUrlWww()
      Gets the document status url www.
      Returns:
      the document status url www
    • setDocumentStatusUrlWww

      public void setDocumentStatusUrlWww(String value)
      Sets the document status url www.
      Parameters:
      value - the new document status url www
    • getCommitteeProposalUrlXml

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public CommitteeDocumentData withCommitteeProposalUrlXml(String value)
      With committee proposal url xml.
      Parameters:
      value - the value
      Returns:
      the committee document data
    • toString

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

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object