Get the purchase mode method name. @return the purchase mode method name
()
| 1257 | * @return the purchase mode method name |
| 1258 | */ |
| 1259 | public String getPurchaseModeMethodName() |
| 1260 | { |
| 1261 | if (!isPurchaseStatMode()) |
| 1262 | { |
| 1263 | return null; |
| 1264 | } |
| 1265 | |
| 1266 | return purchaseMethodName; |
| 1267 | } |
| 1268 | |
| 1269 | /** |
| 1270 | * Get the purchase mode method pool formula. |