class ResourceDetails

Maintains the resource detail of already downloaded resource

Public Methods

[more] ResourceDetails()
Basic Constructor
[more]string getGlobalAt()
Returns value of 'globalAt' ie global retrieval URL
[more]void setGlobalAt(string globalAt)
Set the 'globalAt'
[more]string getResourceLocalAt()
Returns resource local path
[more]void setResourceLocalAt(string resourceLocalAt)
Set the resourceLocalAt
[more]string getModifiedAt()
Returns the value of modifiedAt
[more]void setModifiedAt(string modifiedAt)
[more]string getResourceType()
Returns the resource Type
[more]void setResourceType(string resourceType)
Set the resourceType
[more]bool isDownloaded()
Returns downloading status
[more]void setDownloaded(bool downloaded)
Set whether resource is downloaded or not
[more]map<string, list<string>*> * getProperties()
Returns the property of downloaded resource
[more]void setProperties(map<string, list<string>*>*)
Set property of downloaded resource


Documentation

Maintains the resource detail of already downloaded resource
o ResourceDetails()
Basic Constructor

ostring getGlobalAt()
Returns value of 'globalAt' ie global retrieval URL
Returns:
a String value of global retrieval URL

ovoid setGlobalAt(string globalAt)
Set the 'globalAt'
Parameters:
globalAt - a String value of globalAt

ostring getResourceLocalAt()
Returns resource local path
Returns:
a String value of local path of resource

ovoid setResourceLocalAt(string resourceLocalAt)
Set the resourceLocalAt
Parameters:
resourceLocalAt - a String value of local path

ostring getModifiedAt()
Returns the value of modifiedAt
Returns:
a String value of modifiedAt

ovoid setModifiedAt(string modifiedAt)

Set the modifiedAt of resource

Parameters:
modifiedAt - a String value of modifiedAt

ostring getResourceType()
Returns the resource Type
Returns:
a String value of resource type

ovoid setResourceType(string resourceType)
Set the resourceType
Parameters:
resourceType - a String value of resource type

obool isDownloaded()
Returns downloading status
Returns:
true if resource is already downloaded else false

ovoid setDownloaded(bool downloaded)
Set whether resource is downloaded or not
Parameters:
a - bool value

omap<string, list<string>*> * getProperties()
Returns the property of downloaded resource
Returns:
map<string, list<string>*>

ovoid setProperties(map<string, list<string>*>*)
Set property of downloaded resource
Parameters:
a - map<string, list<string>*>


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.