protected class AdminCategoryMgr.CategoryStats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Date |
lastModified
When was the last category modified
|
private int |
number
How many categories are there
|
Modifier | Constructor and Description |
---|---|
protected |
CategoryStats() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
changed(java.util.Date d,
int i)
Used to check whether the category statistics have been modified.
|
java.util.Date |
getLastModified() |
int |
getNumber() |
void |
setLastModified(java.util.Date lastModified) |
void |
setNumber(int number) |
private java.util.Date lastModified
private int number
protected boolean changed(java.util.Date d, int i)
d
- The last time a category was modified or insertedi
- The number of categories presentpublic java.util.Date getLastModified()
public void setLastModified(java.util.Date lastModified)
lastModified
- the lastModified to setpublic int getNumber()
public void setNumber(int number)
number
- the number to setCopyright © 2018 DS Data Systems UK Ltd.