Class DocumentProposalContainer

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

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

      • hjid

        protected java.lang.Long hjid
        The hjid.
    • Constructor Detail

      • DocumentProposalContainer

        public DocumentProposalContainer()
    • Method Detail

      • setProposal

        public void setProposal​(DocumentProposalData value)
        Sets the proposal.
        Parameters:
        value - the new proposal
      • 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