public class VocabWork extends Object implements Serializable
Constructor and Description |
---|
VocabWork(AtomicInteger count,
String work,
boolean stem) |
Modifier and Type | Method and Description |
---|---|
AtomicInteger |
getCount() |
String |
getWork() |
void |
increment() |
boolean |
isStem() |
void |
setCount(AtomicInteger count) |
void |
setStem(boolean stem) |
void |
setWork(String work) |
public VocabWork(AtomicInteger count, String work, boolean stem)
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 © 2014. All rights reserved.