Class StickyNoteLinkCreationData

    • Constructor Detail

      • StickyNoteLinkCreationData

        public StickyNoteLinkCreationData()
    • Method Detail

      • getSrcCardId

        public Long getSrcCardId()
        Returns:
        the srcCardId
      • setSrcCardId

        public void setSrcCardId​(Long srcCardId)
        Parameters:
        srcCardId - the srcCardId
      • getSrcCardContentId

        public Long getSrcCardContentId()
        Returns:
        the srcCardContentId
      • setSrcCardContentId

        public void setSrcCardContentId​(Long srcCardContentId)
        Parameters:
        srcCardContentId - the srcCardContentId
      • getSrcResourceOrRefId

        public Long getSrcResourceOrRefId()
        Returns:
        the srcResourceOrRefId
      • setSrcResourceOrRefId

        public void setSrcResourceOrRefId​(Long srcResourceOrRefId)
        Parameters:
        srcResourceOrRefId - the srcResourceOrRefId
      • getSrcDocumentId

        public Long getSrcDocumentId()
        Returns:
        the srcDocumentId
      • setSrcDocumentId

        public void setSrcDocumentId​(Long srcDocumentId)
        Parameters:
        srcDocumentId - the srcDocumentId
      • getDestinationCardId

        public Long getDestinationCardId()
        Returns:
        the destinationCardId
      • setDestinationCardId

        public void setDestinationCardId​(Long destinationCardId)
        Parameters:
        destinationCardId - the destinationCardId
      • getTeaser

        public String getTeaser()
        Returns:
        the teaser
      • setTeaser

        public void setTeaser​(String teaser)
        Parameters:
        teaser - the teaser
      • getExplanation

        public TextDataBlock getExplanation()
        Returns:
        the explanation
      • setExplanation

        public void setExplanation​(TextDataBlock explanation)
        Parameters:
        explanation - the explanation
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object