Class CommitteeDocumentData
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 Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe committee proposal url xml.protected DateThe created date.protected StringThe document status url www.protected StringThe document status url xml.protected StringThe document url html.protected StringThe document url text.protected BigIntegerThe end number.protected BigIntegerThe hangar id.protected StringThe id.protected StringThe label.protected StringThe org.protected DateThe public date.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 proposal url xml.Gets the created date.Gets the document status url www.Gets the document status url xml.Gets the document url html.Gets the document url text.Gets the end number.Gets the hangar id.getId()Gets the id.getLabel()Gets the label.getOrg()Gets the org.Gets the public date.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()voidsetCommitteeProposalUrlXml(String value) Sets the committee proposal url xml.voidsetCreatedDate(Date value) Sets the created date.voidsetDocumentStatusUrlWww(String value) Sets the document status url www.voidsetDocumentStatusUrlXml(String value) Sets the document status url xml.voidsetDocumentUrlHtml(String value) Sets the document url html.voidsetDocumentUrlText(String value) Sets the document url text.voidsetEndNumber(BigInteger value) Sets the end number.voidsetHangarId(BigInteger value) Sets the hangar id.voidSets the id.voidSets the label.voidSets the org.voidsetPublicDate(Date value) Sets the public date.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()With committee proposal url xml.withCreatedDate(Date value) With created date.withDocumentStatusUrlWww(String value) With document status url www.withDocumentStatusUrlXml(String value) With document status url xml.withDocumentUrlHtml(String value) With document url html.withDocumentUrlText(String value) With document url text.withEndNumber(BigInteger value) With end number.withHangarId(BigInteger value) With hangar id.With id.With label.With org.withPublicDate(Date value) With public date.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
-
rm
The rm. -
hangarId
The hangar id. -
id
The id. -
label
The label. -
subType
The sub type. -
tempLabel
The temp label. -
org
The org. -
endNumber
The end number. -
createdDate
The created date. -
publicDate
The public date. -
title
The title. -
subTitle
The sub title. -
status
The status. -
documentUrlText
The document url text. -
documentUrlHtml
The document url html. -
documentStatusUrlXml
The document status url xml. -
documentStatusUrlWww
The document status url www. -
committeeProposalUrlXml
The committee proposal url xml.
-
-
Constructor Details
-
CommitteeDocumentData
public CommitteeDocumentData()
-
-
Method Details
-
getRm
Gets the rm.- Returns:
- the rm
-
setRm
Sets the rm.- Parameters:
value- the new rm
-
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
-
getLabel
Gets the label.- Returns:
- the label
-
setLabel
Sets the label.- Parameters:
value- the new label
-
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
-
getEndNumber
Gets the end number.- Returns:
- the end number
-
setEndNumber
Sets the end number.- Parameters:
value- the new end number
-
getCreatedDate
Gets the created date.- Returns:
- the created date
-
setCreatedDate
Sets the created date.- Parameters:
value- the new created date
-
getPublicDate
Gets the public date.- Returns:
- the public date
-
setPublicDate
Sets the public date.- Parameters:
value- the new 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
-
getStatus
Gets the status.- Returns:
- the status
-
setStatus
Sets the status.- Parameters:
value- the new status
-
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
-
getCommitteeProposalUrlXml
Gets the committee proposal url xml.- Returns:
- the committee proposal url xml
-
setCommitteeProposalUrlXml
Sets the committee proposal url xml.- Parameters:
value- the new committee proposal url xml
-
withRm
With rm.- Parameters:
value- the value- Returns:
- the committee document data
-
withHangarId
With hangar id.- Parameters:
value- the value- Returns:
- the committee document data
-
withId
With id.- Parameters:
value- the value- Returns:
- the committee document data
-
withLabel
With label.- Parameters:
value- the value- Returns:
- the committee document data
-
withSubType
With sub type.- Parameters:
value- the value- Returns:
- the committee document data
-
withTempLabel
With temp label.- Parameters:
value- the value- Returns:
- the committee document data
-
withOrg
With org.- Parameters:
value- the value- Returns:
- the committee document data
-
withEndNumber
With end number.- Parameters:
value- the value- Returns:
- the committee document data
-
withCreatedDate
With created date.- Parameters:
value- the value- Returns:
- the committee document data
-
withPublicDate
With public date.- Parameters:
value- the value- Returns:
- the committee document data
-
withTitle
With title.- Parameters:
value- the value- Returns:
- the committee document data
-
withSubTitle
With sub title.- Parameters:
value- the value- Returns:
- the committee document data
-
withStatus
With status.- Parameters:
value- the value- Returns:
- the committee document data
-
withDocumentUrlText
With document url text.- Parameters:
value- the value- Returns:
- the committee document data
-
withDocumentUrlHtml
With document url html.- Parameters:
value- the value- Returns:
- the committee document data
-
withDocumentStatusUrlXml
With document status url xml.- Parameters:
value- the value- Returns:
- the committee document data
-
withDocumentStatusUrlWww
With document status url www.- Parameters:
value- the value- Returns:
- the committee document data
-
withCommitteeProposalUrlXml
With committee proposal url xml.- Parameters:
value- the value- Returns:
- the committee document data
-
toString
-
equals
-
hashCode
public final int hashCode()
-