uk.ac.ebi.intenz.webapp.dtos
Class SibEnzymeDTO

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by uk.ac.ebi.intenz.webapp.dtos.SibEnzymeDTO
All Implemented Interfaces:
Serializable

public class SibEnzymeDTO
extends org.apache.struts.action.ActionForm

This ActionForm stores all enzyme properties in a Map since the number of properties needs to be dynamically adjustable.

The enzyme properties will be stored as follows:

KEY VALUE TYPE Description
ID String The enzyme's EC number.
DEs String[][] String[][] containing [index]{name, source}.
See also EnzymeName.
CAs String[][] String[][] containing [index]{textualRepresentation, source}.
See also uk.ac.ebi.intenz.domain.enzyme.Reaction.
systematicName String The enzyme's systematic name.
ANs String[][] String[][] containing [index]{name, qualifier, source, orderIn}.
See also EnzymeName.
CFs String[] String[] of CFs (Strings containing the 'cofactorValue').
See also Cofactor.
links String[][] String[][] containing [index]{source, specificUrl, accession, name}.
See also EnzymeLink.
CCs String[][] String[][] containing [index]{commentText, source}.
See also EnzymeComment.
references String[][] String[][] containing [index]{pubId, authors, title, year, pubName, firstPage, lastPage, edition, editor, volume, publisher, publisherPlace, pubMedId, medlineId, patentNumber}.
See also uk.ac.ebi.intenz.domain.reference.
note String A note which might have been added by a curator.
historyLine String The enzyme's history line.
status String The enzyme's status (code).
source String The enzyme's source (code).

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

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
SibEnzymeDTO()
           
 
Method Summary
 String getEc()
           
 String getEntry()
           
 String getId()
           
 String getStatusCode()
           
 void setEc(String ec)
           
 void setEntry(String entry)
           
 void setId(String id)
           
 void setStatusCode(String statusCode)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SibEnzymeDTO

public SibEnzymeDTO()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getEc

public String getEc()

setEc

public void setEc(String ec)

getEntry

public String getEntry()

setEntry

public void setEntry(String entry)

getStatusCode

public String getStatusCode()

setStatusCode

public void setStatusCode(String statusCode)


Copyright © 2013 EMBL-EBI. All Rights Reserved.