public class SupercashBatchState extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SupercashBatchState.SupercashState |
| Constructor and Description |
|---|
SupercashBatchState() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBatchCompleted() |
Long |
getItemsCount() |
Long |
getItemsFinished() |
SupercashBatchState.SupercashState |
getSupercashState() |
void |
setBatchCompleted(Boolean batchCompleted) |
void |
setItemsCount(Long itemsCount) |
void |
setItemsFinished(Long itemsFinished) |
void |
setSupercashState(SupercashBatchState.SupercashState supercashState) |
String |
toString() |
public SupercashBatchState.SupercashState getSupercashState()
public void setSupercashState(SupercashBatchState.SupercashState supercashState)
public Boolean getBatchCompleted()
public void setBatchCompleted(Boolean batchCompleted)
public Long getItemsFinished()
public void setItemsFinished(Long itemsFinished)
public Long getItemsCount()
public void setItemsCount(Long itemsCount)
Copyright © 2017. All rights reserved.