Hopefully this is a temporary import - thpr Oct 11, 2008 Return the qualified key, ususally used as the source in a getVariableValue call. Always returns an empty string, but may be overridden by subclasses to return a required value. @return The qualified name of the object
()
| 1129 | * @return The qualified name of the object |
| 1130 | */ |
| 1131 | public String getQualifiedKey() |
| 1132 | { |
| 1133 | return Constants.EMPTY_STRING; |
| 1134 | } |
| 1135 | |
| 1136 | /** |
| 1137 | * Get the list of bonuses for this object |
no outgoing calls
no test coverage detected