Class DocumentProposalData
java.lang.Object
com.hack23.cia.model.external.riksdagen.dokumentstatus.impl.DocumentProposalData
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject,Serializable
@Entity(name="DocumentProposalData")
public class DocumentProposalData
extends Object
implements com.hack23.cia.model.common.api.ModelObject
The Class DocumentProposalData.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe chamber.protected StringThe committee.protected StringThe decision type.protected intThe designation.protected LongThe hjid.protected StringThe processed in.protected intThe proposal number.protected StringThe wording.protected StringThe wording 2.protected StringThe wording 3.protected StringThe wording 4. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the chamber.Gets the committee.Gets the decision type.intGets the designation.getHjid()Gets the hjid.Gets the processed in.intGets the proposal number.Gets the wording.Gets the wording 2.Gets the wording 3.Gets the wording 4.final inthashCode()voidsetChamber(String value) Sets the chamber.voidsetCommittee(String value) Sets the committee.voidsetDecisionType(String value) Sets the decision type.voidsetDesignation(int value) Sets the designation.voidSets the hjid.voidsetProcessedIn(String value) Sets the processed in.voidsetProposalNumber(int value) Sets the proposal number.voidsetWording(String value) Sets the wording.voidsetWording2(String value) Sets the wording 2.voidsetWording3(String value) Sets the wording 3.voidsetWording4(String value) Sets the wording 4.final StringtoString()withChamber(String value) With chamber.withCommittee(String value) With committee.withDecisionType(String value) With decision type.withDesignation(int value) With designation.withProcessedIn(String value) With processed in.withProposalNumber(int value) With proposal number.withWording(String value) With wording.withWording2(String value) With wording 2.withWording3(String value) With wording 3.withWording4(String value) With wording 4.
-
Field Details
-
proposalNumber
protected int proposalNumberThe proposal number. -
designation
protected int designationThe designation. -
wording
The wording. -
wording2
The wording 2. -
wording3
The wording 3. -
wording4
The wording 4. -
committee
The committee. -
chamber
The chamber. -
processedIn
The processed in. -
decisionType
The decision type. -
hjid
The hjid.
-
-
Constructor Details
-
DocumentProposalData
public DocumentProposalData()
-
-
Method Details
-
getProposalNumber
public int getProposalNumber()Gets the proposal number.- Returns:
- the proposal number
-
setProposalNumber
public void setProposalNumber(int value) Sets the proposal number.- Parameters:
value- the new proposal number
-
getDesignation
public int getDesignation()Gets the designation.- Returns:
- the designation
-
setDesignation
public void setDesignation(int value) Sets the designation.- Parameters:
value- the new designation
-
getWording
Gets the wording.- Returns:
- the wording
-
setWording
Sets the wording.- Parameters:
value- the new wording
-
getWording2
Gets the wording 2.- Returns:
- the wording 2
-
setWording2
Sets the wording 2.- Parameters:
value- the new wording 2
-
getWording3
Gets the wording 3.- Returns:
- the wording 3
-
setWording3
Sets the wording 3.- Parameters:
value- the new wording 3
-
getWording4
Gets the wording 4.- Returns:
- the wording 4
-
setWording4
Sets the wording 4.- Parameters:
value- the new wording 4
-
getCommittee
Gets the committee.- Returns:
- the committee
-
setCommittee
Sets the committee.- Parameters:
value- the new committee
-
getChamber
Gets the chamber.- Returns:
- the chamber
-
setChamber
Sets the chamber.- Parameters:
value- the new chamber
-
getProcessedIn
Gets the processed in.- Returns:
- the processed in
-
setProcessedIn
Sets the processed in.- Parameters:
value- the new processed in
-
getDecisionType
Gets the decision type.- Returns:
- the decision type
-
setDecisionType
Sets the decision type.- Parameters:
value- the new decision type
-
withProposalNumber
With proposal number.- Parameters:
value- the value- Returns:
- the document proposal data
-
withDesignation
With designation.- Parameters:
value- the value- Returns:
- the document proposal data
-
withWording
With wording.- Parameters:
value- the value- Returns:
- the document proposal data
-
withWording2
With wording 2.- Parameters:
value- the value- Returns:
- the document proposal data
-
withWording3
With wording 3.- Parameters:
value- the value- Returns:
- the document proposal data
-
withWording4
With wording 4.- Parameters:
value- the value- Returns:
- the document proposal data
-
withCommittee
With committee.- Parameters:
value- the value- Returns:
- the document proposal data
-
withChamber
With chamber.- Parameters:
value- the value- Returns:
- the document proposal data
-
withProcessedIn
With processed in.- Parameters:
value- the value- Returns:
- the document proposal data
-
withDecisionType
With decision type.- Parameters:
value- the value- Returns:
- the document 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()
-