Class CommitteeProposalContainer
java.lang.Object
com.hack23.cia.model.external.riksdagen.utskottsforslag.impl.CommitteeProposalContainer
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject,Serializable
@Entity(name="CommitteeProposalContainer")
public class CommitteeProposalContainer
extends Object
implements com.hack23.cia.model.common.api.ModelObject
The Class CommitteeProposalContainer.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<CommitteeProposalData>The committee proposal list.protected LongThe hjid. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the committee proposal list.getHjid()Gets the hjid.final inthashCode()voidsetCommitteeProposalList(List<CommitteeProposalData> committeeProposalList) Sets the committee proposal list.voidSets the hjid.final StringtoString()withCommitteeProposalList(List<CommitteeProposalData> committeeProposalList) With committee proposal list.
-
Field Details
-
committeeProposalList
The committee proposal list. -
hjid
The hjid.
-
-
Constructor Details
-
CommitteeProposalContainer
public CommitteeProposalContainer()
-
-
Method Details
-
getCommitteeProposalList
Gets the committee proposal list.- Returns:
- the committee proposal list
-
setCommitteeProposalList
Sets the committee proposal list.- Parameters:
committeeProposalList- the new committee proposal list
-
withCommitteeProposalList
public CommitteeProposalContainer withCommitteeProposalList(List<CommitteeProposalData> committeeProposalList) With committee proposal list.- Parameters:
committeeProposalList- the committee proposal list- Returns:
- the committee 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()
-