1 | String getTest() {↵ | | 1 | String get↵
|
2 | return getPropertyAsString(TEST);↵ | | |
|
3 | }↵ | | |
|
|
4 | /***************************************************************************↵ | | |
|
5 | ↵ | | 2 | Classname()↵
|
| | | 3 | {↵
|
| | | 4 | return getPropertyAsString(CLASSNAME);↵
|
| | | 5 | }↵
|
| | | 6 | ↵
|
| | | 7 | /**↵
|
6 | * Sets the attributes of the LdapConfig object↵ | | 8 | * Set the stri↵
|
7 | * ↵ | | |
|
8 | * @param newAttrs↵ | | |
|
9 | * The new attributes value↵ | | |
|
10 | **************************************************************************/↵ | | |
|
11 | public void setAttrs↵ | | 9 | ng label used to create an instance of the↵
|
| | | 10 | * test with the string constructor.↵
|
| | | 11 | * @param constr↵
|
| | | 12 | */↵
|
12 | (String newAttrs) {↵ | | 13 | public void setConstructorString(String ↵
|
13 | this.setProperty(ATTRIBS, newAt↵ | | 14 | constr)↵
|
| | | 15 | {↵
|
14 | trs);↵ | | 16 | setProperty(CONSTRUCTORSTRING,constr);↵
|
15 | }↵ | | |
|
|
16 | /***************************************************************************↵ | | |
|
17 | ↵ | | 17 | }↵
|
| | | 18 | ↵
|
| | | 19 | /**↵
|
18 | * Gets the attributes of the LDAPSampler object↵ | | 20 | * get the stri↵
|
19 | * ↵ | | |
|
20 | * @return The attributes↵ | | |
|
21 | **************************************************************************/↵ | | |
|
22 | public String getAttrs() {↵ | | |
|
23 | ↵ | | 21 | ng passed to the string constructor↵
|
| | | 22 | */↵
|
| | | 23 | public String getConstructorString()↵
|
| | | 24 | {↵
|
24 | return getPropertyAsString(ATTRIBS);↵ | | 25 | return getPropertyAsString(CONSTRUCTORSTRING);↵
|
25 | } | | 26 | }
|