<< Click to Display Table of Contents >>
OZUDRInfo
This class provides methods to get UDR information.
Constructor Detail
OZUDRInfo
public OZUDRInfo(String category, String reportname, String[] language, Resource[] resource)
Gets the UDR information.
Parameters:
category - Category name
reportname - Report name
language - Language list
resource - Resource information object
Method Detail
getCategory
public String getCategory()
Gets the category name.
setCategory
public void setCategory(String category)
Sets the category name.
Parameters:
category - Category name
getReportname
public String getReportname()
Gets the report name.
setReportname
public void setReportname(String reportname)
Sets the report name.
Parameters:
reportname - Report name
getLanguage
public String[] getLanguage()
Gets the language list.
setLanguage
public void setLanguage(String[] language)
Sets the language list.
Parameters:
language - Language list
getResource
public Resource[] getResource()
Gets the resource.
setResource
public void setResource(Resource[] resource)
Sets the resource.
Parameters:
resource - Resource information