Returns the Store that owns this Folder object. This method can be invoked on a closed Folder. @return the Store
()
| 209 | * @return the Store |
| 210 | */ |
| 211 | public Store getStore() { |
| 212 | return store; |
| 213 | } |
| 214 | |
| 215 | /** |
| 216 | * Returns the parent folder of this folder. |
no outgoing calls
no test coverage detected