Class AgainstProposalContainer

java.lang.Object
com.hack23.cia.model.external.riksdagen.utskottsforslag.impl.AgainstProposalContainer
All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject, Serializable

@Entity(name="AgainstProposalContainer") public class AgainstProposalContainer extends Object implements com.hack23.cia.model.common.api.ModelObject
The Class AgainstProposalContainer.
See Also:
  • Field Details

    • againstProposalList

      protected List<AgainstProposalData> againstProposalList
      The against proposal list.
    • hjid

      protected Long hjid
      The hjid.
  • Constructor Details

    • AgainstProposalContainer

      public AgainstProposalContainer()
  • Method Details

    • getAgainstProposalList

      public List<AgainstProposalData> getAgainstProposalList()
      Gets the against proposal list.
      Returns:
      the against proposal list
    • setAgainstProposalList

      public void setAgainstProposalList(List<AgainstProposalData> againstProposalList)
      Sets the against proposal list.
      Parameters:
      againstProposalList - the new against proposal list
    • withAgainstProposalList

      public AgainstProposalContainer withAgainstProposalList(List<AgainstProposalData> againstProposalList)
      With against proposal list.
      Parameters:
      againstProposalList - the against proposal list
      Returns:
      the against 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