|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts.action.ActionForm
uk.ac.ebi.intenz.webapp.dtos.SibEnzymeDTO
public class SibEnzymeDTO
This ActionForm stores all enzyme properties in a Map since the number of properties needs to
be dynamically adjustable.
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). |
| 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 |
|---|
public SibEnzymeDTO()
| Method Detail |
|---|
public String getId()
public void setId(String id)
public String getEc()
public void setEc(String ec)
public String getEntry()
public void setEntry(String entry)
public String getStatusCode()
public void setStatusCode(String statusCode)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||