1 | void setTitle(String title) {↵ | | 1 | void setTimelim(String ↵
|
2 | setProperty(REPORT_PAGE_TITLE,title);↵ | | |
|
3 | }↵ | | |
|
4 | ↵ | | |
|
5 | public boolean getIndex() {↵ | | |
|
6 | return getPropertyAsBoolean(REPORT_PAGE_INDEX);↵ | | |
|
7 | }↵ | | |
|
8 | ↵ | | |
|
9 | ↵ | | 2 | newTlim) {↵
|
| | | 3 | this.setProperty(TIMELIM, newTlim);↵
|
| | | 4 | }↵
|
|
| | | 5 | /***************************************************************************↵
|
| | | 6 | * Gets the return objects attribute of the LDAPSampler object↵
|
| | | 7 | * ↵
|
| | | 8 | * @return if the object(s) are to be returned↵
|
| | | 9 | **************************************************************************/↵
|
| | | 10 | public boolean isRetobj() {↵
|
| | | 11 | return getPropertyAsBoolean(RETOBJ);↵
|
| | | 12 | }↵
|
|
| | | 13 | /***************************************************************************↵
|
| | | 14 | * Sets the return objects attribute of the LDAPSampler object↵
|
| | | 15 | * ↵
|
| | | 16 | **************************************************************************/↵
|
10 | public void setIndex(String makeIndex) {↵ | | 17 | public void setRetobj(String ↵
|
11 | setProperty(REPORT_PAGE_INDEX,makeIndex);↵ | | |
|
12 | | | 18 | newRobj) {↵
|
| | | 19 | this.setProperty(RETOBJ, newRobj);↵
|
| | | 20 |
|