Class ViewRiksdagenCommitteeDecisions
- java.lang.Object
-
- com.hack23.cia.model.internal.application.data.committee.impl.ViewRiksdagenCommitteeDecisions
-
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject
,java.io.Serializable
@Entity(name="ViewRiksdagenCommitteeDecisions") public class ViewRiksdagenCommitteeDecisions extends java.lang.Object implements com.hack23.cia.model.common.api.ModelObject
Java class for ViewRiksdagenCommitteeDecisions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViewRiksdagenCommitteeDecisions"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="embeddedId" type="{http://committee.data.application.internal.model.cia.hack23.com/impl}ViewRiksdagenCommitteeDecisionsEmbeddedId"/> <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="header" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="committee_report" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="rm" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="end_number" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="org" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="created_date" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="public_date" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="committee_proposal_url_xml" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="decision_type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ballot_id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="against_proposal_parties" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="against_proposal_number" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="winner" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.math.BigDecimal
againstProposalNumber
protected java.lang.String
againstProposalParties
protected java.lang.String
ballotId
protected java.lang.String
committeeProposalUrlXml
protected java.lang.String
committeeReport
protected java.util.Date
createdDate
protected java.lang.String
decisionType
protected ViewRiksdagenCommitteeDecisionsEmbeddedId
embeddedId
protected java.math.BigDecimal
endNumber
protected java.lang.String
header
protected java.lang.String
org
protected java.util.Date
publicDate
protected java.lang.String
rm
protected java.lang.String
title
protected java.lang.String
winner
-
Constructor Summary
Constructors Constructor Description ViewRiksdagenCommitteeDecisions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.math.BigDecimal
getAgainstProposalNumber()
Gets the value of the againstProposalNumber property.java.lang.String
getAgainstProposalParties()
Gets the value of the againstProposalParties property.java.lang.String
getBallotId()
Gets the value of the ballotId property.java.lang.String
getCommitteeProposalUrlXml()
Gets the value of the committeeProposalUrlXml property.java.lang.String
getCommitteeReport()
Gets the value of the committeeReport property.java.util.Date
getCreatedDate()
Gets the value of the createdDate property.java.lang.String
getDecisionType()
Gets the value of the decisionType property.ViewRiksdagenCommitteeDecisionsEmbeddedId
getEmbeddedId()
Gets the value of the embeddedId property.java.math.BigDecimal
getEndNumber()
Gets the value of the endNumber property.java.lang.String
getHeader()
Gets the value of the header property.java.lang.String
getOrg()
Gets the value of the org property.java.util.Date
getPublicDate()
Gets the value of the publicDate property.java.lang.String
getRm()
Gets the value of the rm property.java.lang.String
getTitle()
Gets the value of the title property.java.lang.String
getWinner()
Gets the value of the winner property.int
hashCode()
void
setAgainstProposalNumber(java.math.BigDecimal value)
Sets the value of the againstProposalNumber property.void
setAgainstProposalParties(java.lang.String value)
Sets the value of the againstProposalParties property.void
setBallotId(java.lang.String value)
Sets the value of the ballotId property.void
setCommitteeProposalUrlXml(java.lang.String value)
Sets the value of the committeeProposalUrlXml property.void
setCommitteeReport(java.lang.String value)
Sets the value of the committeeReport property.void
setCreatedDate(java.util.Date value)
Sets the value of the createdDate property.void
setDecisionType(java.lang.String value)
Sets the value of the decisionType property.void
setEmbeddedId(ViewRiksdagenCommitteeDecisionsEmbeddedId value)
Sets the value of the embeddedId property.void
setEndNumber(java.math.BigDecimal value)
Sets the value of the endNumber property.void
setHeader(java.lang.String value)
Sets the value of the header property.void
setOrg(java.lang.String value)
Sets the value of the org property.void
setPublicDate(java.util.Date value)
Sets the value of the publicDate property.void
setRm(java.lang.String value)
Sets the value of the rm property.void
setTitle(java.lang.String value)
Sets the value of the title property.void
setWinner(java.lang.String value)
Sets the value of the winner property.java.lang.String
toString()
ViewRiksdagenCommitteeDecisions
withAgainstProposalNumber(java.math.BigDecimal value)
ViewRiksdagenCommitteeDecisions
withAgainstProposalParties(java.lang.String value)
ViewRiksdagenCommitteeDecisions
withBallotId(java.lang.String value)
ViewRiksdagenCommitteeDecisions
withCommitteeProposalUrlXml(java.lang.String value)
ViewRiksdagenCommitteeDecisions
withCommitteeReport(java.lang.String value)
ViewRiksdagenCommitteeDecisions
withCreatedDate(java.util.Date value)
ViewRiksdagenCommitteeDecisions
withDecisionType(java.lang.String value)
ViewRiksdagenCommitteeDecisions
withEmbeddedId(ViewRiksdagenCommitteeDecisionsEmbeddedId value)
ViewRiksdagenCommitteeDecisions
withEndNumber(java.math.BigDecimal value)
ViewRiksdagenCommitteeDecisions
withHeader(java.lang.String value)
ViewRiksdagenCommitteeDecisions
withOrg(java.lang.String value)
ViewRiksdagenCommitteeDecisions
withPublicDate(java.util.Date value)
ViewRiksdagenCommitteeDecisions
withRm(java.lang.String value)
ViewRiksdagenCommitteeDecisions
withTitle(java.lang.String value)
ViewRiksdagenCommitteeDecisions
withWinner(java.lang.String value)
-
-
-
Field Detail
-
embeddedId
protected ViewRiksdagenCommitteeDecisionsEmbeddedId embeddedId
-
title
protected java.lang.String title
-
header
protected java.lang.String header
-
committeeReport
protected java.lang.String committeeReport
-
rm
protected java.lang.String rm
-
endNumber
protected java.math.BigDecimal endNumber
-
org
protected java.lang.String org
-
createdDate
protected java.util.Date createdDate
-
publicDate
protected java.util.Date publicDate
-
committeeProposalUrlXml
protected java.lang.String committeeProposalUrlXml
-
decisionType
protected java.lang.String decisionType
-
ballotId
protected java.lang.String ballotId
-
againstProposalParties
protected java.lang.String againstProposalParties
-
againstProposalNumber
protected java.math.BigDecimal againstProposalNumber
-
winner
protected java.lang.String winner
-
-
Method Detail
-
getEmbeddedId
public ViewRiksdagenCommitteeDecisionsEmbeddedId getEmbeddedId()
Gets the value of the embeddedId property.- Returns:
- possible object is
ViewRiksdagenCommitteeDecisionsEmbeddedId
-
setEmbeddedId
public void setEmbeddedId(ViewRiksdagenCommitteeDecisionsEmbeddedId value)
Sets the value of the embeddedId property.- Parameters:
value
- allowed object isViewRiksdagenCommitteeDecisionsEmbeddedId
-
getTitle
public java.lang.String getTitle()
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
public void setTitle(java.lang.String value)
Sets the value of the title property.- Parameters:
value
- allowed object isString
-
getHeader
public java.lang.String getHeader()
Gets the value of the header property.- Returns:
- possible object is
String
-
setHeader
public void setHeader(java.lang.String value)
Sets the value of the header property.- Parameters:
value
- allowed object isString
-
getCommitteeReport
public java.lang.String getCommitteeReport()
Gets the value of the committeeReport property.- Returns:
- possible object is
String
-
setCommitteeReport
public void setCommitteeReport(java.lang.String value)
Sets the value of the committeeReport property.- Parameters:
value
- allowed object isString
-
getRm
public java.lang.String getRm()
Gets the value of the rm property.- Returns:
- possible object is
String
-
setRm
public void setRm(java.lang.String value)
Sets the value of the rm property.- Parameters:
value
- allowed object isString
-
getEndNumber
public java.math.BigDecimal getEndNumber()
Gets the value of the endNumber property.- Returns:
- possible object is
BigDecimal
-
setEndNumber
public void setEndNumber(java.math.BigDecimal value)
Sets the value of the endNumber property.- Parameters:
value
- allowed object isBigDecimal
-
getOrg
public java.lang.String getOrg()
Gets the value of the org property.- Returns:
- possible object is
String
-
setOrg
public void setOrg(java.lang.String value)
Sets the value of the org property.- Parameters:
value
- allowed object isString
-
getCreatedDate
public java.util.Date getCreatedDate()
Gets the value of the createdDate property.- Returns:
- possible object is
String
-
setCreatedDate
public void setCreatedDate(java.util.Date value)
Sets the value of the createdDate property.- Parameters:
value
- allowed object isString
-
getPublicDate
public java.util.Date getPublicDate()
Gets the value of the publicDate property.- Returns:
- possible object is
String
-
setPublicDate
public void setPublicDate(java.util.Date value)
Sets the value of the publicDate property.- Parameters:
value
- allowed object isString
-
getCommitteeProposalUrlXml
public java.lang.String getCommitteeProposalUrlXml()
Gets the value of the committeeProposalUrlXml property.- Returns:
- possible object is
String
-
setCommitteeProposalUrlXml
public void setCommitteeProposalUrlXml(java.lang.String value)
Sets the value of the committeeProposalUrlXml property.- Parameters:
value
- allowed object isString
-
getDecisionType
public java.lang.String getDecisionType()
Gets the value of the decisionType property.- Returns:
- possible object is
String
-
setDecisionType
public void setDecisionType(java.lang.String value)
Sets the value of the decisionType property.- Parameters:
value
- allowed object isString
-
getBallotId
public java.lang.String getBallotId()
Gets the value of the ballotId property.- Returns:
- possible object is
String
-
setBallotId
public void setBallotId(java.lang.String value)
Sets the value of the ballotId property.- Parameters:
value
- allowed object isString
-
getAgainstProposalParties
public java.lang.String getAgainstProposalParties()
Gets the value of the againstProposalParties property.- Returns:
- possible object is
String
-
setAgainstProposalParties
public void setAgainstProposalParties(java.lang.String value)
Sets the value of the againstProposalParties property.- Parameters:
value
- allowed object isString
-
getAgainstProposalNumber
public java.math.BigDecimal getAgainstProposalNumber()
Gets the value of the againstProposalNumber property.- Returns:
- possible object is
BigDecimal
-
setAgainstProposalNumber
public void setAgainstProposalNumber(java.math.BigDecimal value)
Sets the value of the againstProposalNumber property.- Parameters:
value
- allowed object isBigDecimal
-
getWinner
public java.lang.String getWinner()
Gets the value of the winner property.- Returns:
- possible object is
String
-
setWinner
public void setWinner(java.lang.String value)
Sets the value of the winner property.- Parameters:
value
- allowed object isString
-
withEmbeddedId
public ViewRiksdagenCommitteeDecisions withEmbeddedId(ViewRiksdagenCommitteeDecisionsEmbeddedId value)
-
withTitle
public ViewRiksdagenCommitteeDecisions withTitle(java.lang.String value)
-
withHeader
public ViewRiksdagenCommitteeDecisions withHeader(java.lang.String value)
-
withCommitteeReport
public ViewRiksdagenCommitteeDecisions withCommitteeReport(java.lang.String value)
-
withRm
public ViewRiksdagenCommitteeDecisions withRm(java.lang.String value)
-
withEndNumber
public ViewRiksdagenCommitteeDecisions withEndNumber(java.math.BigDecimal value)
-
withOrg
public ViewRiksdagenCommitteeDecisions withOrg(java.lang.String value)
-
withCreatedDate
public ViewRiksdagenCommitteeDecisions withCreatedDate(java.util.Date value)
-
withPublicDate
public ViewRiksdagenCommitteeDecisions withPublicDate(java.util.Date value)
-
withCommitteeProposalUrlXml
public ViewRiksdagenCommitteeDecisions withCommitteeProposalUrlXml(java.lang.String value)
-
withDecisionType
public ViewRiksdagenCommitteeDecisions withDecisionType(java.lang.String value)
-
withBallotId
public ViewRiksdagenCommitteeDecisions withBallotId(java.lang.String value)
-
withAgainstProposalParties
public ViewRiksdagenCommitteeDecisions withAgainstProposalParties(java.lang.String value)
-
withAgainstProposalNumber
public ViewRiksdagenCommitteeDecisions withAgainstProposalNumber(java.math.BigDecimal value)
-
withWinner
public ViewRiksdagenCommitteeDecisions withWinner(java.lang.String value)
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public final boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-