Class InlineResultsTableRow

  • Direct Known Subclasses:
    BagUploadConfirmInlineResultsTableRow

    public class InlineResultsTableRow
    extends java.lang.Object
    Provides a wrapper for a row of InlineTableResultElement
    Author:
    radek
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(java.lang.Object re)
      Add an InlineTableResultElement or an empty String
      java.lang.String getClassName()  
      java.util.List<java.lang.Object> getItems()  
      java.lang.Object getObjectId()
      Used from JSP
      void setClassName​(java.lang.String className)  
      void setObjectId​(java.lang.Integer id)
      Set imObj ID for the object (taken from the first valid imObj id for this row)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InlineResultsTableRow

        public InlineResultsTableRow()
    • Method Detail

      • add

        public void add​(java.lang.Object re)
        Add an InlineTableResultElement or an empty String
        Parameters:
        re - InlineTableResultElement or String
      • getItems

        public java.util.List<java.lang.Object> getItems()
        Returns:
        list of objects
      • setClassName

        public void setClassName​(java.lang.String className)
        Parameters:
        className - String resolved on imObj
      • getClassName

        public java.lang.String getClassName()
        Returns:
        className of the overlaying imObj to JSP
      • setObjectId

        public void setObjectId​(java.lang.Integer id)
        Set imObj ID for the object (taken from the first valid imObj id for this row)
        Parameters:
        id - imObj id
      • getObjectId

        public java.lang.Object getObjectId()
        Used from JSP
        Returns:
        InterMine Object id
        See Also:
        in InlineResultsTable as to how this is set