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 double
getDownload()
Gets the value of the download property.String
getModified()
Gets the value of the modified property.String
getName()
Gets the value of the name property.int
getSize()
Gets the value of the size property.boolean
isType()
Gets the value of the type property.void
setDownload(double value)
Sets the value of the download property.void
setModified(String value)
Sets the value of the modified property.void
setName(String value)
Sets the value of the name property.void
setSize(int value)
Sets the value of the size property.void
setType(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
name
property 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
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 istrue
for a sub-folder andfalse
for a file.- Returns:
- the type property
-
setType
public void setType(boolean value)Sets the value of the type property.The
type
property istrue
for a sub-folder andfalse
for a file.- Parameters:
value
-
-
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
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
-
-