Class FolderList.FolderEntry

java.lang.Object
org.spiderwiz.admin.data.FolderList.FolderEntry
Enclosing class:
FolderList

@WizSerializable
public static class FolderList.FolderEntry
extends Object
Holds data that describes one entry in a file folder content list.
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.

      The name property holds the name of the file or sub-folder that is described by the entry.

      Returns:
      the name property
    • setName

      public void setName​(String value)
      Sets the value of the name property.

      The name property holds the name of the file or sub-folder that is described by the entry.

      Parameters:
      value -
    • isType

      public boolean isType()
      Gets the value of the type property.

      The type property is true for a sub-folder and false for a file.

      Returns:
      the type property
    • setType

      public void setType​(boolean value)
      Sets the value of the type property.

      The type property is true for a sub-folder and false for a file.

      Parameters:
      value -
    • getModified

      public String getModified()
      Gets the value of the modified property.

      The modified property holds a String that represents the date and time the file or sub-folder described by the entry was last modified.

      Returns:
      the modified property
    • setModified

      public void setModified​(String value)
      Sets the value of the modified property.

      The modified property holds a String that represents the date and time the file or sub-folder described by the entry was last modified.

      Parameters:
      value -
    • getSize

      public int getSize()
      Gets the value of the size property.

      The size property holds the size of the file or sub-folder that is described by the entry in bytes.

      Returns:
      the size property
    • setSize

      public void setSize​(int value)
      Sets the value of the size property.

      The size property holds the size of the file or sub-folder that is described by the entry in bytes.

      Parameters:
      value -
    • getDownload

      public double getDownload()
      Gets the value of the download property.

      The download property holds the estimated time for downloading the file described by the entry in seconds.

      Returns:
      the download property
    • setDownload

      public void setDownload​(double value)
      Sets the value of the download property.

      The download property holds the estimated time for downloading the file described by the entry in seconds.

      Parameters:
      value -