uk.ac.ebi.intact.application.editor.struts.view
Class ResultDisplayWrapper

java.lang.Object
  |
  +--org.apache.taglibs.display.Decorator
        |
        +--org.apache.taglibs.display.TableDecorator
              |
              +--uk.ac.ebi.intact.application.editor.struts.view.ResultDisplayWrapper

public class ResultDisplayWrapper
extends org.apache.taglibs.display.TableDecorator

This class is the wrapper class for the display library to display results from a search page.

Version:
$Id: ResultDisplayWrapper.java,v 1.1 2004/03/30 21:29:09 smudali Exp $
Author:
Sugath Mudali (smudali@ebi.ac.uk)

Constructor Summary
ResultDisplayWrapper()
           
 
Method Summary
 java.lang.String getAc()
           
 java.lang.String getFullName()
          Returns the full name.
 java.lang.String getLock()
           
 java.lang.String getShortLabel()
          Returns the short label.
 
Methods inherited from class org.apache.taglibs.display.Decorator
finish, finishRow, getCollection, getList, getListIndex, getObject, getPageContext, getViewIndex, init, initRow, startRow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultDisplayWrapper

public ResultDisplayWrapper()
Method Detail

getAc

public java.lang.String getAc()
Returns:
the link to the search application; clicking on this link, the user will be taken into the search application.

getShortLabel

public java.lang.String getShortLabel()
Returns the short label.

Returns:
short label.

getFullName

public java.lang.String getFullName()
Returns the full name.

Returns:
the full name as a String for the wrapped object.

getLock

public java.lang.String getLock()
Returns:
the owner for the current bean. "---" is returned if the current bean is not locked.


IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk