Package org.intermine.web.logic.config
Class TableExportConfig
- java.lang.Object
-
- org.intermine.web.logic.config.TableExportConfig
-
public class TableExportConfig extends java.lang.ObjectConfiguration information for exporting.- Author:
- Kim Rutherford
-
-
Constructor Summary
Constructors Constructor Description TableExportConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetClassName()Get the class name of the exporter eg.java.lang.StringgetId()Return the id of this TableExportConfig.java.lang.StringgetOptionsTileName()Get the optionsTileName of this TableExportConfig - ie.inthashCode()voidsetClassName(java.lang.String className)Set the className of this TableExportConfigvoidsetId(java.lang.String id)Set the id of this TableExportConfigvoidsetOptionsTileName(java.lang.String optionsTileName)Set the optionsTileName of this TableExportConfigjava.lang.StringtoString()
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Return the id of this TableExportConfig.- Returns:
- the id
-
setId
public void setId(java.lang.String id)
Set the id of this TableExportConfig- Parameters:
id- the new id
-
getOptionsTileName
public java.lang.String getOptionsTileName()
Get the optionsTileName of this TableExportConfig - ie. the tile to be inserted into the export options page for this type of export. Returns null if there is no tile for this type.- Returns:
- the options tile name
-
setOptionsTileName
public void setOptionsTileName(java.lang.String optionsTileName)
Set the optionsTileName of this TableExportConfig- Parameters:
optionsTileName- the new options tile name
-
getClassName
public java.lang.String getClassName()
Get the class name of the exporter eg. org.intermine.bio.web.export.SequenceHttpExporter- Returns:
- the className
-
setClassName
public void setClassName(java.lang.String className)
Set the className of this TableExportConfig- Parameters:
className- the new className
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- the Object to compare with- Returns:
- true if this is equal to obj
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object- Returns:
- the hashCode for this TableExportConfig object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-