java.lang.Object
org.jpo.datamodel.NodeStatisticsBean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the free memoryReturns the number of groupsThe number of nodesReturns the number of picturesReturns the number of thumbnails on the queueReturns the number of selected nodesReturns a string with the memory occupied by the picturesvoid
setFreeMemory
(String freeMemory) Stores the free memory stringvoid
setNumberOfGroups
(String numberOfGroups) Remembers the number of group nodesvoid
setNumberOfNodes
(String numberOfNodes) Remembers the number of nodesvoid
setNumberOfPictures
(String numberOfPictures) Sets the number of picturesvoid
setQueueCount
(String queueCount) Stores the number of thumbnails on the queuevoid
setSelectedCount
(String selectedCount) Stores the number of selected nodesvoid
setSizeOfPictures
(String sizeOfPictures) Sets the sie of Pictures stringvoid
setThumbnailCreationFactoryCount
(String thumbnailCreationFactoryCount)
-
Constructor Details
-
NodeStatisticsBean
public NodeStatisticsBean()
-
-
Method Details
-
getNumberOfNodes
The number of nodes- Returns:
- the number of nodes
-
setNumberOfNodes
Remembers the number of nodes- Parameters:
numberOfNodes
- the number of nodes
-
getNumberOfGroups
Returns the number of groups- Returns:
- the number of groups
-
setNumberOfGroups
Remembers the number of group nodes- Parameters:
numberOfGroups
- the number of group nodes
-
getNumberOfPictures
Returns the number of pictures- Returns:
- the number of pictures
-
setNumberOfPictures
Sets the number of pictures- Parameters:
numberOfPictures
- the number of pictures
-
getSizeOfPictures
Returns a string with the memory occupied by the pictures- Returns:
- a string with the bytes used by the pictures
-
setSizeOfPictures
Sets the sie of Pictures string- Parameters:
sizeOfPictures
- the new string
-
getFreeMemory
Returns the free memory- Returns:
- the free memory string
-
setFreeMemory
Stores the free memory string- Parameters:
freeMemory
- the free memory string
-
getQueueCount
Returns the number of thumbnails on the queue- Returns:
- the number of thumbnails on the queue
-
setQueueCount
Stores the number of thumbnails on the queue- Parameters:
queueCount
- the number of thumbnails on the queue
-
getSelectedCount
Returns the number of selected nodes- Returns:
- the number of selected nodes
-
setSelectedCount
Stores the number of selected nodes- Parameters:
selectedCount
- the number of selected nodes
-
getThumbnailCreationFactoryCount
-
setThumbnailCreationFactoryCount
-