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 boolean
equals(Object obj)
Long
getDestinationCardId()
TextDataBlock
getExplanation()
Long
getSrcCardContentId()
Long
getSrcCardId()
Long
getSrcDocumentId()
Long
getSrcResourceOrRefId()
String
getTeaser()
int
hashCode()
void
setDestinationCardId(Long destinationCardId)
void
setExplanation(TextDataBlock explanation)
void
setSrcCardContentId(Long srcCardContentId)
void
setSrcCardId(Long srcCardId)
void
setSrcDocumentId(Long srcDocumentId)
void
setSrcResourceOrRefId(Long srcResourceOrRefId)
void
setTeaser(String teaser)
String
toString()
-
-
-
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
-
-