Class AgainstProposalData
java.lang.Object
com.hack23.cia.model.external.riksdagen.utskottsforslag.impl.AgainstProposalData
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject,Serializable
@Entity(name="AgainstProposalData")
public class AgainstProposalData
extends Object
implements com.hack23.cia.model.common.api.ModelObject
The Class AgainstProposalData.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe header.protected LongThe hjid.protected BigIntegerThe number value.protected StringThe parties.protected BigIntegerThe proposal issue number.protected StringThe proposal type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the header.getHjid()Gets the hjid.Gets the number value.Gets the parties.Gets the proposal issue number.Gets the proposal type.final inthashCode()voidSets the header.voidSets the hjid.voidsetNumberValue(BigInteger value) Sets the number value.voidsetParties(String value) Sets the parties.voidsetProposalIssueNumber(BigInteger value) Sets the proposal issue number.voidsetProposalType(String value) Sets the proposal type.final StringtoString()withHeader(String value) With header.withNumberValue(BigInteger value) With number value.withParties(String value) With parties.With proposal issue number.withProposalType(String value) With proposal type.
-
Field Details
-
numberValue
The number value. -
header
The header. -
proposalType
The proposal type. -
parties
The parties. -
proposalIssueNumber
The proposal issue number. -
hjid
The hjid.
-
-
Constructor Details
-
AgainstProposalData
public AgainstProposalData()
-
-
Method Details
-
getNumberValue
Gets the number value.- Returns:
- the number value
-
setNumberValue
Sets the number value.- Parameters:
value- the new number value
-
getHeader
Gets the header.- Returns:
- the header
-
setHeader
Sets the header.- Parameters:
value- the new header
-
getProposalType
Gets the proposal type.- Returns:
- the proposal type
-
setProposalType
Sets the proposal type.- Parameters:
value- the new proposal type
-
getParties
Gets the parties.- Returns:
- the parties
-
setParties
Sets the parties.- Parameters:
value- the new parties
-
getProposalIssueNumber
Gets the proposal issue number.- Returns:
- the proposal issue number
-
setProposalIssueNumber
Sets the proposal issue number.- Parameters:
value- the new proposal issue number
-
withNumberValue
With number value.- Parameters:
value- the value- Returns:
- the against proposal data
-
withHeader
With header.- Parameters:
value- the value- Returns:
- the against proposal data
-
withProposalType
With proposal type.- Parameters:
value- the value- Returns:
- the against proposal data
-
withParties
With parties.- Parameters:
value- the value- Returns:
- the against proposal data
-
withProposalIssueNumber
With proposal issue number.- Parameters:
value- the value- Returns:
- the against proposal data
-
toString
-
getHjid
Gets the hjid.- Returns:
- the hjid
-
setHjid
Sets the hjid.- Parameters:
value- the new hjid
-
equals
-
hashCode
public final int hashCode()
-