public class ExtendedData extends Object
| Constructor and Description |
|---|
ExtendedData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getNotes() |
List<String> |
getTags() |
void |
setDescription(String description) |
void |
setNotes(String notes) |
void |
setTags(List<String> tags) |
public String getNotes()
public void setNotes(String notes)
notes - the notes to setpublic String getDescription()
public void setDescription(String description)
description - the description to setCopyright © 2022. All rights reserved.