Package org.intermine.web.logic.config
Class InlineListObject
- java.lang.Object
-
- org.intermine.web.logic.config.InlineListObject
-
public class InlineListObject extends java.lang.ObjectAn 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.ObjectgetId()java.lang.ObjectgetObject()Fetch the InterMine object (if needed)java.lang.ObjectgetValue()Fetch the column value, ie "Zerknullt" for Synonyms of a Gene
-
-
-
Constructor Detail
-
InlineListObject
public InlineListObject(InterMineObject object, java.lang.Object value, java.lang.Object id)
Initialize- Parameters:
object- InterMine object received from ReportObjectvalue- represents the values of a column specified in webconfig-model.xmlid- 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
-
-