/** @see java.lang.Object#hashCode() */
 @Override
 public int hashCode() {
   int hashCode = 13;
   if (retrieveObjectEntity() != null) hashCode += retrieveObjectEntity().hashCode();
   if (fsc != null) hashCode += fsc.hashCode();
   return hashCode;
 }