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 Details

  • Constructor Details

    • CommitteeProposalComponentData

      public CommitteeProposalComponentData()
  • Method Details

    • getAgainstProposalContainer

      public AgainstProposalContainer getAgainstProposalContainer()
      Gets the against proposal container.
      Returns:
      the against proposal container
    • setAgainstProposalContainer

      public void setAgainstProposalContainer(AgainstProposalContainer value)
      Sets the against proposal container.
      Parameters:
      value - the new against proposal container
    • getDocument

      public CommitteeDocumentData getDocument()
      Gets the document.
      Returns:
      the document
    • setDocument

      public void setDocument(CommitteeDocumentData value)
      Sets the document.
      Parameters:
      value - the new document
    • getCommitteeProposalContainer

      public CommitteeProposalContainer getCommitteeProposalContainer()
      Gets the committee proposal container.
      Returns:
      the committee proposal container
    • setCommitteeProposalContainer

      public void setCommitteeProposalContainer(CommitteeProposalContainer value)
      Sets the committee proposal container.
      Parameters:
      value - the new committee proposal container
    • withAgainstProposalContainer

      public CommitteeProposalComponentData withAgainstProposalContainer(AgainstProposalContainer value)
      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

      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