class ResourceSheetProperties

Store Resource Sheet Properties like localAt, conformsTo, type, aResDescForDomain, forLang and role.

Public Methods

[more]string getResSheetUri()
Get the string value of Resource Sheet URI.
[more]void setResSheetUri(string resSheetUri)
Set the string value of Resource Sheet URI.
[more]list<string> * getConformsToList()
Get the list of conformsTo.
[more]void setConformsToList(list<string>* conformsToList)
Set the list of conformsTo.
[more]list<string> * getTypeList()
Get the list of type.
[more]void setTypeList(list<string>* typeList)
Set the list of type.
[more]list<string> * getAResDescForDomainList()
Get the list of aResDescForDomain.
[more]void setAResDescForDomainList(list<string>* aResDescForDomainList)
Set the list of aResDescForDomain.
[more]list<string> * getForLangList()
Get the list of forLang.
[more]void setForLangList(list<string>* forLangList)
Set the list of forLang.
[more]list<string> * getRoleList()
Get the list of role.
[more]void setRoleList(list<string>* roleList)
Set the list of role.
[more]bool matched(map<string, string>* resSheetProps)
Return whether Resource Sheet Properties are matched with specified resSheetProps or not.


Documentation

Store Resource Sheet Properties like localAt, conformsTo, type, aResDescForDomain, forLang and role. Also provide Methods to get/set them and get matched Resource Sheet.

ostring getResSheetUri()
Get the string value of Resource Sheet URI.

Returns:
a string value of resSheetUri

ovoid setResSheetUri(string resSheetUri)
Set the string value of Resource Sheet URI.

Parameters:
resSheetUri - a string value of resSheetUri

olist<string> * getConformsToList()
Get the list of conformsTo.

Returns:
an Object of list<string>

ovoid setConformsToList(list<string>* conformsToList)
Set the list of conformsTo.

Parameters:
conformsToList - an Object of list<string>

olist<string> * getTypeList()
Get the list of type.

Returns:
an Object of list<string>

ovoid setTypeList(list<string>* typeList)
Set the list of type.

Parameters:
typeList - an Object of list<string>

olist<string> * getAResDescForDomainList()
Get the list of aResDescForDomain.

Returns:
an Object of list<string>

ovoid setAResDescForDomainList(list<string>* aResDescForDomainList)
Set the list of aResDescForDomain.

Parameters:
aResDescForDomainList - an Object of list<string>

olist<string> * getForLangList()
Get the list of forLang.

Returns:
an Object of list<string>

ovoid setForLangList(list<string>* forLangList)
Set the list of forLang.

Parameters:
forLangList - an Object of list<string>

olist<string> * getRoleList()
Get the list of role.

Returns:
an Object of list<string>

ovoid setRoleList(list<string>* roleList)
Set the list of role.

Parameters:
roleList - an Object of list<string>

obool matched(map<string, string>* resSheetProps)
Return whether Resource Sheet Properties are matched with specified resSheetProps or not.

Parameters:
resSheetProps - an Object of map<string, string>
Returns:
whether Resource Sheet Properties are matched or not.


This class has no child classes.
Author:
Parikshit Thakur & Team, Trace R&D Center
Version:
Revision: 1.0

Alphabetic index HTML hierarchy of classes or Java



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