public class CharacterItem extends Object
| Constructor and Description |
|---|
CharacterItem() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getTimeInSeconds() |
List<CharacterWord> |
getWords() |
void |
setTimeInSeconds(Integer timeInSeconds) |
void |
setWords(List<CharacterWord> words) |
String |
toString() |
public Integer getTimeInSeconds()
public void setTimeInSeconds(Integer timeInSeconds)
public List<CharacterWord> getWords()
public void setWords(List<CharacterWord> words)
Copyright © 2022. All rights reserved.