Package org.dajlab.bricksetapi.v3.vo
Class ExtendedData
- java.lang.Object
-
- org.dajlab.bricksetapi.v3.vo.ExtendedData
-
public class ExtendedData extends Object
-
-
Constructor Summary
Constructors Constructor Description ExtendedData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetNotes()List<String>getTags()voidsetDescription(String description)voidsetNotes(String notes)voidsetTags(List<String> tags)
-
-
-
Method Detail
-
getNotes
public String getNotes()
- Returns:
- the notes
-
setNotes
public void setNotes(String notes)
- Parameters:
notes- the notes to set
-
getDescription
public String getDescription()
- Returns:
- the description
-
setDescription
public void setDescription(String description)
- Parameters:
description- the description to set
-
-