Exemplo n.º 1
0
 /**
  * @param handle <CODE>String</CODE> representation of the id for this BDO
  * @return boolean True if the string version of the id of this DO matches passed handle
  * @see getHandle
  */
 public boolean hasMatchingHandle(String handle) {
   return DO.hasMatchingHandle(handle);
 }