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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StickyNoteLinkCreationData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)LonggetDestinationCardId()TextDataBlockgetExplanation()LonggetSrcCardContentId()LonggetSrcCardId()LonggetSrcDocumentId()LonggetSrcResourceOrRefId()StringgetTeaser()inthashCode()voidsetDestinationCardId(Long destinationCardId)voidsetExplanation(TextDataBlock explanation)voidsetSrcCardContentId(Long srcCardContentId)voidsetSrcCardId(Long srcCardId)voidsetSrcDocumentId(Long srcDocumentId)voidsetSrcResourceOrRefId(Long srcResourceOrRefId)voidsetTeaser(String teaser)StringtoString()
-
-
-
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
-
-