/**
  * Gets the name of this instance. In PDStore every instance can be given a name.
  *
  * @return name the instance name
  * @throws PDStoreException
  */
 public String getName() throws PDStoreException {
   return pdWorkingCopy.getName(id);
 }