Maintains the resource detail of already downloaded resource
Public Methods
-
ResourceDetails()
- Basic Constructor
-
string getGlobalAt()
- Returns value of 'globalAt' ie global retrieval URL
-
void setGlobalAt(string globalAt)
- Set the 'globalAt'
-
string getResourceLocalAt()
- Returns resource local path
-
void setResourceLocalAt(string resourceLocalAt)
- Set the resourceLocalAt
-
string getModifiedAt()
- Returns the value of modifiedAt
-
void setModifiedAt(string modifiedAt)
-
string getResourceType()
- Returns the resource Type
-
void setResourceType(string resourceType)
- Set the resourceType
-
bool isDownloaded()
- Returns downloading status
-
void setDownloaded(bool downloaded)
- Set whether resource is downloaded or not
-
map<string, list<string>*> * getProperties()
- Returns the property of downloaded resource
-
void setProperties(map<string, list<string>*>*)
- Set property of downloaded resource
Documentation
Maintains the resource detail of already downloaded resource
ResourceDetails()
-
Basic Constructor
string getGlobalAt()
-
Returns value of 'globalAt' ie global retrieval URL
- Returns:
- a String value of global retrieval URL
void setGlobalAt(string globalAt)
-
Set the 'globalAt'
- Parameters:
- globalAt - a String value of globalAt
string getResourceLocalAt()
-
Returns resource local path
- Returns:
- a String value of local path of resource
void setResourceLocalAt(string resourceLocalAt)
-
Set the resourceLocalAt
- Parameters:
- resourceLocalAt - a String value of local path
string getModifiedAt()
-
Returns the value of modifiedAt
- Returns:
- a String value of modifiedAt
void setModifiedAt(string modifiedAt)
-
Set the modifiedAt of resource
- Parameters:
- modifiedAt - a String value of modifiedAt
string getResourceType()
-
Returns the resource Type
- Returns:
- a String value of resource type
void setResourceType(string resourceType)
-
Set the resourceType
- Parameters:
- resourceType - a String value of resource type
bool isDownloaded()
-
Returns downloading status
- Returns:
- true if resource is already downloaded else false
void setDownloaded(bool downloaded)
-
Set whether resource is downloaded or not
- Parameters:
- a - bool value
map<string, list<string>*> * getProperties()
-
Returns the property of downloaded resource
- Returns:
- map<string, list<string>*>
void 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++.