public class RemoveInfo
extends java.lang.Object
| Constructor and Description |
|---|
RemoveInfo(int start,
int count) |
RemoveInfo(int start,
int count,
int total) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
int |
getStart() |
int |
getTotal() |
void |
setCount(int count) |
void |
setStart(int start) |
void |
setTotal(int total) |