public class ObjectCount extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
delayed |
protected int |
published |
protected int |
remaining |
protected int |
toPublish |
| Constructor and Description |
|---|
ObjectCount() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getDelayed()
Number of delayed objects
|
int |
getPublished()
Number of objects, which are already published in the current publish process
|
int |
getRemaining()
Number of objects remaining to be published in the current publish process
|
int |
getToPublish()
Number of objects to publish
|
int |
hashCode() |
ObjectCount |
setDelayed(int delayed)
Set number of delayed objects
|
ObjectCount |
setPublished(int published)
Set number of published objects
|
ObjectCount |
setRemaining(int remaining)
Set number of remaining objects
|
ObjectCount |
setToPublish(int toPublish)
Set number of object to publish
|
String |
toString() |
protected int toPublish
protected int delayed
protected int published
protected int remaining
public int getToPublish()
public ObjectCount setToPublish(int toPublish)
toPublish - countpublic int getDelayed()
public ObjectCount setDelayed(int delayed)
delayed - countpublic int getPublished()
public ObjectCount setPublished(int published)
published - countpublic int getRemaining()
public ObjectCount setRemaining(int remaining)
remaining - countCopyright © 2024 Gentics Software. All rights reserved.