/**
  * Gets the icon of this instance. In PDStore every instance can be given an icon.
  *
  * @return icon the instance icon
  * @throws PDStoreException
  */
 public Blob getIcon() throws PDStoreException {
   return pdWorkingCopy.getIcon(id);
 }