|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.intermine.web.logic.config.TableExportConfig
public class TableExportConfig
Configuration information for exporting.
| Constructor Summary | |
|---|---|
TableExportConfig()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getClassName()
Get the class name of the exporter eg. org.intermine.bio.web.export.SequenceHttpExporter |
java.lang.String |
getId()
Return the id of this TableExportConfig. |
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. |
int |
hashCode()
|
void |
setClassName(java.lang.String className)
Set the className of this TableExportConfig |
void |
setId(java.lang.String id)
Set the id of this TableExportConfig |
void |
setOptionsTileName(java.lang.String optionsTileName)
Set the optionsTileName of this TableExportConfig |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TableExportConfig()
| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String id)
id - the new idpublic java.lang.String getOptionsTileName()
public void setOptionsTileName(java.lang.String optionsTileName)
optionsTileName - the new options tile namepublic java.lang.String getClassName()
public void setClassName(java.lang.String className)
className - the new classNamepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the Object to compare with
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||