Class FolderList.FolderEntry
- Enclosing class:
- FolderList
@WizSerializable public static class FolderList.FolderEntry extends Object
-
Constructor Summary
Constructors Constructor Description FolderEntry() -
Method Summary
Modifier and Type Method Description doublegetDownload()Gets the value of the download property.StringgetModified()Gets the value of the modified property.StringgetName()Gets the value of the name property.intgetSize()Gets the value of the size property.booleanisType()Gets the value of the type property.voidsetDownload(double value)Sets the value of the download property.voidsetModified(String value)Sets the value of the modified property.voidsetName(String value)Sets the value of the name property.voidsetSize(int value)Sets the value of the size property.voidsetType(boolean value)Sets the value of the type property.
-
Constructor Details
-
FolderEntry
public FolderEntry()
-
-
Method Details
-
getName
Gets the value of the name property.The
nameproperty holds the name of the file or sub-folder that is described by the entry.- Returns:
- the name property
-
setName
Sets the value of the name property.The
nameproperty 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
typeproperty istruefor a sub-folder andfalsefor a file.- Returns:
- the type property
-
setType
public void setType(boolean value)Sets the value of the type property.The
typeproperty istruefor a sub-folder andfalsefor a file.- Parameters:
value-
-
getModified
Gets the value of the modified property.The
modifiedproperty 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
Sets the value of the modified property.The
modifiedproperty 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
sizeproperty 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
sizeproperty 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
downloadproperty 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
downloadproperty holds the estimated time for downloading the file described by the entry in seconds.- Parameters:
value-
-