uk.ac.ebi.intenz.mapper
Class CommonProceduresMapper

java.lang.Object
  extended by uk.ac.ebi.intenz.mapper.CommonProceduresMapper

public class CommonProceduresMapper
extends Object

Provides methods for access to procedures not related to a specific package.

Version:
$Revision: 1.2 $ $Date: 2008/01/28 12:33:07 $
Author:
Michael Darsow

Constructor Summary
CommonProceduresMapper()
           
 
Method Summary
 Long createClone(Long enzymeId, Connection con)
          Creates a clone of an enzyme by using its enzyme ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonProceduresMapper

public CommonProceduresMapper()
Method Detail

createClone

public Long createClone(Long enzymeId,
                        Connection con)
                 throws SQLException
Creates a clone of an enzyme by using its enzyme ID.

Parameters:
enzymeId - The enzyme's ID.
con - The connection.
Throws:
SQLException


Copyright © 2013 EMBL-EBI. All Rights Reserved.