Class StickyNoteLinkCreationData
java.lang.Object
ch.colabproject.colab.api.rest.link.bean.StickyNoteLinkCreationData
- All Implemented Interfaces:
Serializable
Bean with everything needed to create a sticky note link
- Author:
- sandra
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetDestinationCardId(Long destinationCardId) voidsetExplanation(TextDataBlock explanation) voidsetSrcCardContentId(Long srcCardContentId) voidsetSrcCardId(Long srcCardId) voidsetSrcDocumentId(Long srcDocumentId) voidsetSrcResourceOrRefId(Long srcResourceOrRefId) voidtoString()
-
Constructor Details
-
StickyNoteLinkCreationData
public StickyNoteLinkCreationData()
-
-
Method Details
-
getSrcCardId
- Returns:
- the srcCardId
-
setSrcCardId
- Parameters:
srcCardId- the srcCardId
-
getSrcCardContentId
- Returns:
- the srcCardContentId
-
setSrcCardContentId
- Parameters:
srcCardContentId- the srcCardContentId
-
getSrcResourceOrRefId
- Returns:
- the srcResourceOrRefId
-
setSrcResourceOrRefId
- Parameters:
srcResourceOrRefId- the srcResourceOrRefId
-
getSrcDocumentId
- Returns:
- the srcDocumentId
-
setSrcDocumentId
- Parameters:
srcDocumentId- the srcDocumentId
-
getDestinationCardId
- Returns:
- the destinationCardId
-
setDestinationCardId
- Parameters:
destinationCardId- the destinationCardId
-
getExplanation
- Returns:
- the explanation
-
setExplanation
- Parameters:
explanation- the explanation
-
hashCode
public int hashCode() -
equals
-
toString
-