Class DocumentProposalContainer
java.lang.Object
com.hack23.cia.model.external.riksdagen.dokumentstatus.impl.DocumentProposalContainer
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject,Serializable
@Entity(name="DocumentProposalContainer")
public class DocumentProposalContainer
extends Object
implements com.hack23.cia.model.common.api.ModelObject
The Class DocumentProposalContainer.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LongThe hjid.protected DocumentProposalDataThe proposal. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetHjid()Gets the hjid.Gets the proposal.final inthashCode()voidSets the hjid.voidsetProposal(DocumentProposalData value) Sets the proposal.final StringtoString()withProposal(DocumentProposalData value) With proposal.
-
Field Details
-
proposal
The proposal. -
hjid
The hjid.
-
-
Constructor Details
-
DocumentProposalContainer
public DocumentProposalContainer()
-
-
Method Details
-
getProposal
Gets the proposal.- Returns:
- the proposal
-
setProposal
Sets the proposal.- Parameters:
value- the new proposal
-
withProposal
With proposal.- Parameters:
value- the value- Returns:
- the document proposal container
-
toString
-
getHjid
Gets the hjid.- Returns:
- the hjid
-
setHjid
Sets the hjid.- Parameters:
value- the new hjid
-
equals
-
hashCode
public final int hashCode()
-