|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--uk.ac.ebi.intact.application.intSeq.struts.view.utils.SimilarityResultBean
Bean to display a result object from the aligment. This bean is used by the SimilarityDecorator to decorate the data before its display in the similaritySearchResults.jsp page
| Constructor Summary | |
SimilarityResultBean()
constructor by default. |
|
SimilarityResultBean(java.lang.String ac,
java.lang.String perc,
int begQue,
int endQue,
int begSub,
int endSub)
constructs an instance of this class for a given object, composed with 6 items. |
|
| Method Summary | |
java.lang.String |
getAc()
returns the accession number |
java.lang.String |
getPercentage()
returns the percentage identity |
int |
getQueryFragmentBegin()
returns the start of the query fragment |
int |
getQueryFragmentEnd()
returns the end of the query fragment. |
int |
getSubjectFragmentBegin()
returns the start of the subject fragment |
int |
getSubjectFragmentEnd()
returns the end of the subject fragment. |
void |
setAc(java.lang.String identifier)
Set the ac column. |
void |
setPercentage(java.lang.String perc)
Set the percentage identity column. |
void |
setQueryFragmentBegin(int begin)
Set the start of the query fragment. |
void |
setQueryFragmentEnd(int end)
Set the end of the query fragment. |
void |
setSubjectFragmentBegin(int begin)
Set the start of the subject fragment. |
void |
setSubjectFragmentEnd(int end)
Set the end of the subject fragment. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimilarityResultBean()
public SimilarityResultBean(java.lang.String ac,
java.lang.String perc,
int begQue,
int endQue,
int begSub,
int endSub)
ac - the accession numberperc - the percentage identitybegQue - the start of the query fragmentendQue - the end of the query fragmentbegSub - the start of the subject fragmentendSub - the end of the subject fragment| Method Detail |
public void setAc(java.lang.String identifier)
identifier - represents the accession numberpublic java.lang.String getAc()
public void setPercentage(java.lang.String perc)
perc - represents the percentage identitypublic java.lang.String getPercentage()
public void setQueryFragmentBegin(int begin)
begin - public int getQueryFragmentBegin()
public void setQueryFragmentEnd(int end)
end - public int getQueryFragmentEnd()
public void setSubjectFragmentBegin(int begin)
begin - public int getSubjectFragmentBegin()
public void setSubjectFragmentEnd(int end)
end - public int getSubjectFragmentEnd()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||