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

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

    • hangarId

      protected String hangarId
      The hangar id.
    • id

      protected String id
      The id.
    • rm

      protected String rm
      The rm.
    • label

      protected String label
      The label.
    • documentType

      protected String documentType
      The document type.
    • subType

      protected String subType
      The sub type.
    • tempLabel

      protected String tempLabel
      The temp label.
    • org

      protected String org
      The org.
    • numberValue

      protected BigInteger numberValue
      The number value.
    • finalNumber

      protected BigInteger finalNumber
      The final number.
    • madePublicDate

      protected Date madePublicDate
      The made public date.
    • title

      protected String title
      The title.
    • subTitle

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

      protected String committeeReportUrlXml
      The committee report url xml.
    • status

      protected String status
      The status.
  • Constructor Details

    • DocumentData

      public DocumentData()
  • Method Details

    • getHangarId

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

      public void setHangarId(String 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
    • getRm

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

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

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

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

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

      public void setDocumentType(String value)
      Sets the document type.
      Parameters:
      value - the new document type
    • 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
    • getNumberValue

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

      public void setNumberValue(BigInteger value)
      Sets the number value.
      Parameters:
      value - the new number value
    • getFinalNumber

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

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

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

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

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

      public void setCommitteeReportUrlXml(String value)
      Sets the committee report url xml.
      Parameters:
      value - the new committee report url xml
    • getStatus

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public DocumentData withStatus(String value)
      With status.
      Parameters:
      value - the value
      Returns:
      the 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