public class VocabWork extends Object implements Serializable
Constructor and Description |
---|
VocabWork(AtomicInteger count,
String work,
boolean stem) |
VocabWork(AtomicInteger count,
String work,
boolean stem,
List<String> label) |
VocabWork(AtomicInteger count,
String work,
boolean stem,
String label) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
AtomicInteger |
getCount() |
List<String> |
getLabel() |
String |
getWork() |
int |
hashCode() |
void |
increment() |
boolean |
isStem() |
void |
setCount(AtomicInteger count) |
void |
setLabel(List<String> label) |
void |
setStem(boolean stem) |
void |
setWork(String work) |
public VocabWork(AtomicInteger count, String work, boolean stem)
public VocabWork(AtomicInteger count, String work, boolean stem, String label)
public VocabWork(AtomicInteger count, String work, boolean stem, List<String> label)
public AtomicInteger getCount()
public void setCount(AtomicInteger count)
public String getWork()
public void setWork(String work)
public void increment()
public boolean isStem()
public void setStem(boolean stem)
Copyright © 2022. All rights reserved.