Class DocumentStatusContainer

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

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

      • documentDetailContainer

        protected DocumentDetailContainer documentDetailContainer
        The document detail container.
      • documentCategory

        protected java.lang.String documentCategory
        The document category.
      • hjid

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

      • DocumentStatusContainer

        public DocumentStatusContainer()
    • Method Detail

      • getDocument

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

        public void setDocument​(DocumentData value)
        Sets the document.
        Parameters:
        value - the new document
      • getDocumentProposal

        public DocumentProposalContainer getDocumentProposal()
        Gets the document proposal.
        Returns:
        the document proposal
      • setDocumentProposal

        public void setDocumentProposal​(DocumentProposalContainer value)
        Sets the document proposal.
        Parameters:
        value - the new document proposal
      • getDocumentActivityContainer

        public DocumentActivityContainer getDocumentActivityContainer()
        Gets the document activity container.
        Returns:
        the document activity container
      • setDocumentActivityContainer

        public void setDocumentActivityContainer​(DocumentActivityContainer value)
        Sets the document activity container.
        Parameters:
        value - the new document activity container
      • getDocumentDetailContainer

        public DocumentDetailContainer getDocumentDetailContainer()
        Gets the document detail container.
        Returns:
        the document detail container
      • setDocumentDetailContainer

        public void setDocumentDetailContainer​(DocumentDetailContainer value)
        Sets the document detail container.
        Parameters:
        value - the new document detail container
      • getDocumentAttachmentContainer

        public DocumentAttachmentContainer getDocumentAttachmentContainer()
        Gets the document attachment container.
        Returns:
        the document attachment container
      • setDocumentAttachmentContainer

        public void setDocumentAttachmentContainer​(DocumentAttachmentContainer value)
        Sets the document attachment container.
        Parameters:
        value - the new document attachment container
      • getDocumentReferenceContainer

        public DocumentReferenceContainer getDocumentReferenceContainer()
        Gets the document reference container.
        Returns:
        the document reference container
      • setDocumentReferenceContainer

        public void setDocumentReferenceContainer​(DocumentReferenceContainer value)
        Sets the document reference container.
        Parameters:
        value - the new document reference container
      • getDocumentPersonReferenceContainer

        public DocumentPersonReferenceContainer getDocumentPersonReferenceContainer()
        Gets the document person reference container.
        Returns:
        the document person reference container
      • setDocumentPersonReferenceContainer

        public void setDocumentPersonReferenceContainer​(DocumentPersonReferenceContainer value)
        Sets the document person reference container.
        Parameters:
        value - the new document person reference container
      • getDocumentCategory

        public java.lang.String getDocumentCategory()
        Gets the document category.
        Returns:
        the document category
      • setDocumentCategory

        public void setDocumentCategory​(java.lang.String value)
        Sets the document category.
        Parameters:
        value - the new document category
      • withDocumentCategory

        public DocumentStatusContainer withDocumentCategory​(java.lang.String value)
        With document category.
        Parameters:
        value - the value
        Returns:
        the document status 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