public class TotalUsageInfo extends Object
Constructor and Description |
---|
TotalUsageInfo() |
Modifier and Type | Method and Description |
---|---|
Integer |
getFiles()
Get the total number of files.
|
Integer |
getFolders()
Get the total number of folder.
|
Integer |
getImages()
Get the total number of images.
|
Integer |
getPages()
Get the total number of pages.
|
Integer |
getTemplates()
Get the total number of template.
|
int |
getTotal()
Get the total number of all elements which reference one or more
specified source elements.
|
void |
setFiles(int files)
Set the total number of files.
|
void |
setFolders(int folders)
Set the total number of folder.
|
void |
setImages(int images)
Set the total number of images.
|
void |
setPages(int pages)
Set the total number of pages.
|
void |
setTemplates(int templates)
Set the total number of templates.
|
void |
setTotal(int total)
Set the total number of all elements which use one or more source
elements.
|
public int getTotal()
public void setTotal(int total)
total
- total number of elementspublic Integer getPages()
public void setPages(int pages)
pages
- public Integer getFolders()
public void setFolders(int folders)
folders
- public Integer getTemplates()
public void setTemplates(int templates)
templates
- public Integer getFiles()
public void setFiles(int files)
files
- public Integer getImages()
public void setImages(int images)
images
- Copyright © 2016 Gentics Software. All rights reserved.