PersonalStorageFolderInfo

Inheritance: java.lang.Object

public class PersonalStorageFolderInfo

Personal Storage Folder info

Constructors

Constructor Description
PersonalStorageFolderInfo(String name, int count)

Methods

Method Description
getName() Name of the folder
getItemsCount() Count of the items in the folder
toString() String representation of personal storage folder info

PersonalStorageFolderInfo(String name, int count)

public PersonalStorageFolderInfo(String name, int count)

Parameters:

Parameter Type Description
name java.lang.String
count int

getName()

public String getName()

Name of the folder

Returns: java.lang.String

getItemsCount()

public int getItemsCount()

Count of the items in the folder

Returns: int

toString()

public String toString()

String representation of personal storage folder info

Returns: java.lang.String - String representation of personal storage folder info in format FolderName (ItemsCount)