/**
  * {@inheritDoc}
  *
  * @see Object#clone()
  */
 public AttachmentReference clone() {
   return new AttachmentReference(entityReference.clone());
 }