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 Details

    • committeeProposalList

      protected List<CommitteeProposalData> committeeProposalList
      The committee proposal list.
    • hjid

      protected Long hjid
      The hjid.
  • Constructor Details

    • CommitteeProposalContainer

      public CommitteeProposalContainer()
  • Method Details

    • getCommitteeProposalList

      public List<CommitteeProposalData> getCommitteeProposalList()
      Gets the committee proposal list.
      Returns:
      the committee proposal list
    • setCommitteeProposalList

      public void setCommitteeProposalList(List<CommitteeProposalData> committeeProposalList)
      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

      public final String toString()
      Overrides:
      toString in class Object
    • getHjid

      public Long getHjid()
      Gets the hjid.
      Returns:
      the hjid
    • setHjid

      public void setHjid(Long value)
      Sets the hjid.
      Parameters:
      value - the new hjid
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object