protected class AdminBatchBaseMgr.CustTagCounter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
inserted |
(package private) int |
updated |
Modifier | Constructor and Description |
---|---|
protected |
CustTagCounter() |
Modifier and Type | Method and Description |
---|---|
int |
getInserted() |
int |
getUpdated() |
void |
incInserted()
Increment the inserted count
|
void |
incUpdated()
Increment the updated count
|
void |
setInserted(int inserted) |
void |
setUpdated(int updated) |
public int getUpdated()
public void setUpdated(int updated)
updated
- the updated to setpublic int getInserted()
public void setInserted(int inserted)
inserted
- the inserted to setpublic void incInserted()
public void incUpdated()
Copyright © 2018 DS Data Systems UK Ltd.