Class CommitteeProposalComponentData
java.lang.Object
com.hack23.cia.model.external.riksdagen.utskottsforslag.impl.CommitteeProposalComponentData
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject,Serializable
@Entity(name="CommitteeProposalComponentData")
public class CommitteeProposalComponentData
extends Object
implements com.hack23.cia.model.common.api.ModelObject
The Class CommitteeProposalComponentData.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AgainstProposalContainerThe against proposal container.protected CommitteeProposalContainerThe committee proposal container.protected CommitteeDocumentDataThe document.protected LongThe hjid. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the against proposal container.Gets the committee proposal container.Gets the document.getHjid()Gets the hjid.final inthashCode()voidSets the against proposal container.voidSets the committee proposal container.voidsetDocument(CommitteeDocumentData value) Sets the document.voidSets the hjid.final StringtoString()With against proposal container.With committee proposal container.With document.
-
Field Details
-
againstProposalContainer
The against proposal container. -
document
The document. -
committeeProposalContainer
The committee proposal container. -
hjid
The hjid.
-
-
Constructor Details
-
CommitteeProposalComponentData
public CommitteeProposalComponentData()
-
-
Method Details
-
getAgainstProposalContainer
Gets the against proposal container.- Returns:
- the against proposal container
-
setAgainstProposalContainer
Sets the against proposal container.- Parameters:
value- the new against proposal container
-
getDocument
Gets the document.- Returns:
- the document
-
setDocument
Sets the document.- Parameters:
value- the new document
-
getCommitteeProposalContainer
Gets the committee proposal container.- Returns:
- the committee proposal container
-
setCommitteeProposalContainer
Sets the committee proposal container.- Parameters:
value- the new committee proposal container
-
withAgainstProposalContainer
With against proposal container.- Parameters:
value- the value- Returns:
- the committee proposal component data
-
withDocument
With document.- Parameters:
value- the value- Returns:
- the committee proposal component data
-
withCommitteeProposalContainer
public CommitteeProposalComponentData withCommitteeProposalContainer(CommitteeProposalContainer value) With committee proposal container.- Parameters:
value- the value- Returns:
- the committee proposal component data
-
toString
-
getHjid
Gets the hjid.- Returns:
- the hjid
-
setHjid
Sets the hjid.- Parameters:
value- the new hjid
-
equals
-
hashCode
public final int hashCode()
-