Class AgencyExportLogTable.Row
- java.lang.Object
-
- com.openindex.openestate.tool.gui.AbstractTable.Row
-
- com.openindex.openestate.tool.agency.AgencyExportLogTable.Row
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AgencyExportLogTable<R extends AgencyExportLogTable.Row>
public static class AgencyExportLogTable.Row extends AbstractTable.Row
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Row(DbAgencyExportLog log, String exportName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExportName()DbAgencyExportLoggetLog()ObjectgetValue(AbstractTable.Column column)ObjectgetValueForLog(AgencyExportLogTable.Column column)-
Methods inherited from class com.openindex.openestate.tool.gui.AbstractTable.Row
getToolTipText, isEditable, setValueAt
-
-
-
-
Constructor Detail
-
Row
public Row(DbAgencyExportLog log, String exportName)
-
-
Method Detail
-
getExportName
public String getExportName()
-
getLog
public DbAgencyExportLog getLog()
-
getValue
public Object getValue(AbstractTable.Column column)
- Specified by:
getValuein classAbstractTable.Row
-
getValueForLog
public Object getValueForLog(AgencyExportLogTable.Column column)
-
-