public class TotalUsageInfo extends Object
Constructor and Description |
---|
TotalUsageInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
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.
|
int |
hashCode() |
TotalUsageInfo |
setFiles(Integer files)
Set the total number of files.
|
TotalUsageInfo |
setFolders(Integer folders)
Set the total number of folder.
|
TotalUsageInfo |
setImages(Integer images)
Set the total number of images.
|
TotalUsageInfo |
setPages(Integer pages)
Set the total number of pages.
|
TotalUsageInfo |
setTemplates(Integer templates)
Set the total number of templates.
|
TotalUsageInfo |
setTotal(int total)
Set the total number of all elements which use one or more source
elements.
|
String |
toString() |
public int getTotal()
public TotalUsageInfo setTotal(int total)
total
- total number of elementspublic Integer getPages()
public TotalUsageInfo setPages(Integer pages)
pages
- public Integer getFolders()
public TotalUsageInfo setFolders(Integer folders)
folders
- public Integer getTemplates()
public TotalUsageInfo setTemplates(Integer templates)
templates
- public Integer getFiles()
public TotalUsageInfo setFiles(Integer files)
files
- public Integer getImages()
public TotalUsageInfo setImages(Integer images)
images
- Copyright © 2024 Gentics Software. All rights reserved.