|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ReportMetadata
This interface contains attributes held in common between ReportTemplate
and Report.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
DESCRIPTION
Label for the attribute; Describes this report object. |
static String |
INPUT_PAGE
Label for the attribute; Relative path from Windchill web application root to custom input page for this report. |
static String |
NAME
Label for the attribute; Name that identifies this report object within some scope (e.g. |
static String |
RESOURCE_BUNDLE
Label for the attribute; Name of Java resource bundle to use to localize headers in output and parameter names when gathering user input. |
| Method Summary | |
|---|---|
String |
getDescription()
Gets the value of the attribute: DESCRIPTION. |
String |
getInputPage()
Gets the value of the attribute: INPUT_PAGE. |
String |
getName()
Gets the value of the attribute: NAME. |
String |
getResourceBundle()
Gets the value of the attribute: RESOURCE_BUNDLE. |
void |
setDescription(String a_Description)
Sets the value of the attribute: DESCRIPTION. |
void |
setInputPage(String a_InputPage)
Sets the value of the attribute: INPUT_PAGE. |
void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
void |
setResourceBundle(String a_ResourceBundle)
Sets the value of the attribute: RESOURCE_BUNDLE. |
| Field Detail |
|---|
static final String NAME
static final String DESCRIPTION
static final String INPUT_PAGE
static final String RESOURCE_BUNDLE
| Method Detail |
|---|
String getName()
void setName(String a_Name)
throws WTPropertyVetoException
a_Name -
WTPropertyVetoExceptionString getDescription()
void setDescription(String a_Description)
a_Description - String getInputPage()
void setInputPage(String a_InputPage)
throws WTPropertyVetoException
a_InputPage -
WTPropertyVetoExceptionString getResourceBundle()
void setResourceBundle(String a_ResourceBundle)
throws WTPropertyVetoException
a_ResourceBundle -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||