Class CommitteeProposalComponentData

  • All Implemented Interfaces:
    com.hack23.cia.model.common.api.ModelObject, java.io.Serializable

    @Entity(name="CommitteeProposalComponentData")
    public class CommitteeProposalComponentData
    extends java.lang.Object
    implements com.hack23.cia.model.common.api.ModelObject
    The Class CommitteeProposalComponentData.
    See Also:
    Serialized Form
    • Constructor Detail

      • CommitteeProposalComponentData

        public CommitteeProposalComponentData()
    • Method Detail

      • 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
      • 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
      • toString

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

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

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

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class java.lang.Object