public class ReportLibraryInfo
extends java.lang.Object
Constructor and Description |
---|
ReportLibraryInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFileName()
Returns the file name of the report library.
|
java.lang.String |
getName()
Returns the namespace of the report library.
|
void |
setFileName(java.lang.String fileName)
Sets the file name of the report library.
|
void |
setName(java.lang.String name)
Sets the namespace of the library.
|
public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName
- public java.lang.String getName()
public void setName(java.lang.String name)
name
-