Module org.jpo

Class NodeStatisticsBean

java.lang.Object
org.jpo.datamodel.NodeStatisticsBean

public class NodeStatisticsBean extends Object
  • Constructor Details

    • NodeStatisticsBean

      public NodeStatisticsBean()
  • Method Details

    • getNumberOfNodes

      public String getNumberOfNodes()
      The number of nodes
      Returns:
      the number of nodes
    • setNumberOfNodes

      public void setNumberOfNodes(String numberOfNodes)
      Remembers the number of nodes
      Parameters:
      numberOfNodes - the number of nodes
    • getNumberOfGroups

      public String getNumberOfGroups()
      Returns the number of groups
      Returns:
      the number of groups
    • setNumberOfGroups

      public void setNumberOfGroups(String numberOfGroups)
      Remembers the number of group nodes
      Parameters:
      numberOfGroups - the number of group nodes
    • getNumberOfPictures

      public String getNumberOfPictures()
      Returns the number of pictures
      Returns:
      the number of pictures
    • setNumberOfPictures

      public void setNumberOfPictures(String numberOfPictures)
      Sets the number of pictures
      Parameters:
      numberOfPictures - the number of pictures
    • getSizeOfPictures

      public String getSizeOfPictures()
      Returns a string with the memory occupied by the pictures
      Returns:
      a string with the bytes used by the pictures
    • setSizeOfPictures

      public void setSizeOfPictures(String sizeOfPictures)
      Sets the sie of Pictures string
      Parameters:
      sizeOfPictures - the new string
    • getFreeMemory

      public String getFreeMemory()
      Returns the free memory
      Returns:
      the free memory string
    • setFreeMemory

      public void setFreeMemory(String freeMemory)
      Stores the free memory string
      Parameters:
      freeMemory - the free memory string
    • getQueueCount

      public String getQueueCount()
      Returns the number of thumbnails on the queue
      Returns:
      the number of thumbnails on the queue
    • setQueueCount

      public void setQueueCount(String queueCount)
      Stores the number of thumbnails on the queue
      Parameters:
      queueCount - the number of thumbnails on the queue
    • getSelectedCount

      public String getSelectedCount()
      Returns the number of selected nodes
      Returns:
      the number of selected nodes
    • setSelectedCount

      public void setSelectedCount(String selectedCount)
      Stores the number of selected nodes
      Parameters:
      selectedCount - the number of selected nodes
    • getThumbnailCreationFactoryCount

      public String getThumbnailCreationFactoryCount()
    • setThumbnailCreationFactoryCount

      public void setThumbnailCreationFactoryCount(String thumbnailCreationFactoryCount)