Class StickyNoteLinkCreationData

java.lang.Object
ch.colabproject.colab.api.rest.link.bean.StickyNoteLinkCreationData
All Implemented Interfaces:
Serializable

public class StickyNoteLinkCreationData extends Object implements Serializable
Bean with everything needed to create a sticky note link
Author:
sandra
See Also:
  • Constructor Details

    • StickyNoteLinkCreationData

      public StickyNoteLinkCreationData()
  • Method Details

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object