Class CardIndexVO

    • Constructor Detail

      • CardIndexVO

        public CardIndexVO()
    • Method Detail

      • getTenantId

        public Long getTenantId()
        Recupera valor do tenantId
        Returns:
        the tenantId
      • setTenantId

        public void setTenantId​(Long tenantId)
        Atribui valor para tenantId
        Parameters:
        tenantId - the tenantId to set
      • getDocumentId

        public Integer getDocumentId()
        Recupera valor do documentId
        Returns:
        the documentId
      • setDocumentId

        public void setDocumentId​(Integer documentId)
        Atribui valor para documentId
        Parameters:
        documentId - the documentId to set
      • getParentDocumentId

        public Integer getParentDocumentId()
        Recupera valor do parentDocumentId
        Returns:
        the parentDocumentId
      • setParentDocumentId

        public void setParentDocumentId​(Integer parentDocumentId)
        Atribui valor para parentDocumentId
        Parameters:
        parentDocumentId - the parentDocumentId to set
      • getPublisherId

        public String getPublisherId()
        Recupera valor do publisherId
        Returns:
        the publisherId
      • setPublisherId

        public void setPublisherId​(String publisherId)
        Atribui valor para publisherId
        Parameters:
        publisherId - the publisherId to set
      • getDocumentDescription

        public String getDocumentDescription()
        Recupera valor do documentDescription
        Returns:
        the documentDescription
      • setDocumentDescription

        public void setDocumentDescription​(String documentDescription)
        Atribui valor para documentDescription
        Parameters:
        documentDescription - the documentDescription to set
      • getCardDescription

        public String getCardDescription()
        Recupera valor do cardDescription
        Returns:
        the cardDescription
      • setCardDescription

        public void setCardDescription​(String cardDescription)
        Atribui valor para cardDescription
        Parameters:
        cardDescription - the cardDescription to set
      • getDatasetName

        public String getDatasetName()
        Recupera valor do datasetName
        Returns:
        the datasetName
      • setDatasetName

        public void setDatasetName​(String datasetName)
        Atribui valor para datasetName
        Parameters:
        datasetName - the datasetName to set
      • getPersistenceType

        public Integer getPersistenceType()
        Recupera valor do persistenceType
        Returns:
        the persistenceType
      • setPersistenceType

        public void setPersistenceType​(Integer persistenceType)
        Atribui valor para persistenceType
        Parameters:
        persistenceType - the persistenceType to set
      • getAttachments

        public List<CardIndexAttachmentVO> getAttachments()
        Recupera valor do attachments
        Returns:
        the attachments
      • setAttachments

        public void setAttachments​(List<CardIndexAttachmentVO> attachments)
        Atribui valor para attachments
        Parameters:
        attachments - the attachments to set