Sets the name of the Loadable to the given name. @param name The name to be given to the Loadable
(String name)
| 32 | * The name to be given to the Loadable |
| 33 | */ |
| 34 | public void setName(String name); |
| 35 | |
| 36 | /** |
| 37 | * Returns the source URI for this Loadable. |
no outgoing calls