Class DocumentData
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 Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe committee report url xml.protected StringThe document status url WWW.protected StringThe document status url xml.protected StringThe document type.protected StringThe document url html.protected StringThe document url text.protected BigIntegerThe final number.protected StringThe hangar id.protected StringThe id.protected StringThe label.protected DateThe made public date.protected BigIntegerThe number value.protected StringThe org.protected StringThe rm.protected StringThe status.protected StringThe sub title.protected StringThe sub type.protected StringThe temp label.protected StringThe title. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the committee report url xml.Gets the document status url WWW.Gets the document status url xml.Gets the document type.Gets the document url html.Gets the document url text.Gets the final number.Gets the hangar id.getId()Gets the id.getLabel()Gets the label.Gets the made public date.Gets the number value.getOrg()Gets the org.getRm()Gets the rm.Gets the status.Gets the sub title.Gets the sub type.Gets the temp label.getTitle()Gets the title.final inthashCode()voidsetCommitteeReportUrlXml(String value) Sets the committee report url xml.voidsetDocumentStatusUrlWWW(String value) Sets the document status url WWW.voidsetDocumentStatusUrlXml(String value) Sets the document status url xml.voidsetDocumentType(String value) Sets the document type.voidsetDocumentUrlHtml(String value) Sets the document url html.voidsetDocumentUrlText(String value) Sets the document url text.voidsetFinalNumber(BigInteger value) Sets the final number.voidsetHangarId(String value) Sets the hangar id.voidSets the id.voidSets the label.voidsetMadePublicDate(Date value) Sets the made public date.voidsetNumberValue(BigInteger value) Sets the number value.voidSets the org.voidSets the rm.voidSets the status.voidsetSubTitle(String value) Sets the sub title.voidsetSubType(String value) Sets the sub type.voidsetTempLabel(String value) Sets the temp label.voidSets the title.final StringtoString()withCommitteeReportUrlXml(String value) With committee report url xml.withDocumentStatusUrlWWW(String value) With document status url WWW.withDocumentStatusUrlXml(String value) With document status url xml.withDocumentType(String value) With document type.withDocumentUrlHtml(String value) With document url html.withDocumentUrlText(String value) With document url text.withFinalNumber(BigInteger value) With final number.withHangarId(String value) With hangar id.With id.With label.withMadePublicDate(Date value) With made public date.withNumberValue(BigInteger value) With number value.With org.With rm.withStatus(String value) With status.withSubTitle(String value) With sub title.withSubType(String value) With sub type.withTempLabel(String value) With temp label.With title.
-
Field Details
-
hangarId
The hangar id. -
id
The id. -
rm
The rm. -
label
The label. -
documentType
The document type. -
subType
The sub type. -
tempLabel
The temp label. -
org
The org. -
numberValue
The number value. -
finalNumber
The final number. -
madePublicDate
The made public date. -
title
The title. -
subTitle
The sub title. -
documentUrlText
The document url text. -
documentUrlHtml
The document url html. -
documentStatusUrlXml
The document status url xml. -
documentStatusUrlWWW
The document status url WWW. -
committeeReportUrlXml
The committee report url xml. -
status
The status.
-
-
Constructor Details
-
DocumentData
public DocumentData()
-
-
Method Details
-
getHangarId
Gets the hangar id.- Returns:
- the hangar id
-
setHangarId
Sets the hangar id.- Parameters:
value- the new hangar id
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
value- the new id
-
getRm
Gets the rm.- Returns:
- the rm
-
setRm
Sets the rm.- Parameters:
value- the new rm
-
getLabel
Gets the label.- Returns:
- the label
-
setLabel
Sets the label.- Parameters:
value- the new label
-
getDocumentType
Gets the document type.- Returns:
- the document type
-
setDocumentType
Sets the document type.- Parameters:
value- the new document type
-
getSubType
Gets the sub type.- Returns:
- the sub type
-
setSubType
Sets the sub type.- Parameters:
value- the new sub type
-
getTempLabel
Gets the temp label.- Returns:
- the temp label
-
setTempLabel
Sets the temp label.- Parameters:
value- the new temp label
-
getOrg
Gets the org.- Returns:
- the org
-
setOrg
Sets the org.- Parameters:
value- the new org
-
getNumberValue
Gets the number value.- Returns:
- the number value
-
setNumberValue
Sets the number value.- Parameters:
value- the new number value
-
getFinalNumber
Gets the final number.- Returns:
- the final number
-
setFinalNumber
Sets the final number.- Parameters:
value- the new final number
-
getMadePublicDate
Gets the made public date.- Returns:
- the made public date
-
setMadePublicDate
Sets the made public date.- Parameters:
value- the new made public date
-
getTitle
Gets the title.- Returns:
- the title
-
setTitle
Sets the title.- Parameters:
value- the new title
-
getSubTitle
Gets the sub title.- Returns:
- the sub title
-
setSubTitle
Sets the sub title.- Parameters:
value- the new sub title
-
getDocumentUrlText
Gets the document url text.- Returns:
- the document url text
-
setDocumentUrlText
Sets the document url text.- Parameters:
value- the new document url text
-
getDocumentUrlHtml
Gets the document url html.- Returns:
- the document url html
-
setDocumentUrlHtml
Sets the document url html.- Parameters:
value- the new document url html
-
getDocumentStatusUrlXml
Gets the document status url xml.- Returns:
- the document status url xml
-
setDocumentStatusUrlXml
Sets the document status url xml.- Parameters:
value- the new document status url xml
-
getDocumentStatusUrlWWW
Gets the document status url WWW.- Returns:
- the document status url WWW
-
setDocumentStatusUrlWWW
Sets the document status url WWW.- Parameters:
value- the new document status url WWW
-
getCommitteeReportUrlXml
Gets the committee report url xml.- Returns:
- the committee report url xml
-
setCommitteeReportUrlXml
Sets the committee report url xml.- Parameters:
value- the new committee report url xml
-
getStatus
Gets the status.- Returns:
- the status
-
setStatus
Sets the status.- Parameters:
value- the new status
-
withHangarId
With hangar id.- Parameters:
value- the value- Returns:
- the document data
-
withId
With id.- Parameters:
value- the value- Returns:
- the document data
-
withRm
With rm.- Parameters:
value- the value- Returns:
- the document data
-
withLabel
With label.- Parameters:
value- the value- Returns:
- the document data
-
withDocumentType
With document type.- Parameters:
value- the value- Returns:
- the document data
-
withSubType
With sub type.- Parameters:
value- the value- Returns:
- the document data
-
withTempLabel
With temp label.- Parameters:
value- the value- Returns:
- the document data
-
withOrg
With org.- Parameters:
value- the value- Returns:
- the document data
-
withNumberValue
With number value.- Parameters:
value- the value- Returns:
- the document data
-
withFinalNumber
With final number.- Parameters:
value- the value- Returns:
- the document data
-
withMadePublicDate
With made public date.- Parameters:
value- the value- Returns:
- the document data
-
withTitle
With title.- Parameters:
value- the value- Returns:
- the document data
-
withSubTitle
With sub title.- Parameters:
value- the value- Returns:
- the document data
-
withDocumentUrlText
With document url text.- Parameters:
value- the value- Returns:
- the document data
-
withDocumentUrlHtml
With document url html.- Parameters:
value- the value- Returns:
- the document data
-
withDocumentStatusUrlXml
With document status url xml.- Parameters:
value- the value- Returns:
- the document data
-
withDocumentStatusUrlWWW
With document status url WWW.- Parameters:
value- the value- Returns:
- the document data
-
withCommitteeReportUrlXml
With committee report url xml.- Parameters:
value- the value- Returns:
- the document data
-
withStatus
With status.- Parameters:
value- the value- Returns:
- the document data
-
toString
-
equals
-
hashCode
public final int hashCode()
-