org.hardtokenmgmt.admin.model
Interface IStatusTableModel

All Known Implementing Classes:
CAInfoPerHostTableModel, CAInfoTableModel, DiskTableModel, GeneralInfoTableModel, MemoryTableModel, SysCheckInfoTableModel

public interface IStatusTableModel

Interface that all table models that should have status rendering should implement. Main method is getStatus(int row)

Version:
$Id$
Author:
Philip Vendil 23 feb 2009

Method Summary
 java.lang.String getStatus(int row)
          Method that should retrieve the status of the object on the given row.
 

Method Detail

getStatus

java.lang.String getStatus(int row)
Method that should retrieve the status of the object on the given row.

Parameters:
row - that status should be retrieved for
Returns:
one of Constants.STATUS_ constants.