Get the name of the transaction. @return the name of the transaction
()
| 1464 | * @return the name of the transaction |
| 1465 | */ |
| 1466 | public String getName() { |
| 1467 | assert(isOwningHandle()); |
| 1468 | return getName(nativeHandle_); |
| 1469 | } |
| 1470 | |
| 1471 | /** |
| 1472 | * Get the ID of the transaction. |