Class InlineListObject


  • public class InlineListObject
    extends java.lang.Object
    An individual InterMineObject wrapped in an InlineList Set
    Author:
    radek
    • Constructor Summary

      Constructors 
      Constructor Description
      InlineListObject​(InterMineObject object, java.lang.Object value, java.lang.Object id)
      Initialize
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getId()  
      java.lang.Object getObject()
      Fetch the InterMine object (if needed)
      java.lang.Object getValue()
      Fetch the column value, ie "Zerknullt" for Synonyms of a Gene
      • Methods inherited from class java.lang.Object

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

      • InlineListObject

        public InlineListObject​(InterMineObject object,
                                java.lang.Object value,
                                java.lang.Object id)
        Initialize
        Parameters:
        object - InterMine object received from ReportObject
        value - represents the values of a column specified in webconfig-model.xml
        id - represents an object ID so we can link to its report page
    • Method Detail

      • getObject

        public java.lang.Object getObject()
        Fetch the InterMine object (if needed)
        Returns:
        InterMine object
      • getValue

        public java.lang.Object getValue()
        Fetch the column value, ie "Zerknullt" for Synonyms of a Gene
        Returns:
        value
      • getId

        public java.lang.Object getId()
        Returns:
        InterMine id