Class NewsEntryTable.Row
- java.lang.Object
-
- com.openindex.openestate.tool.gui.AbstractTable.Row
-
- com.openindex.openestate.tool.news.NewsEntryTable.Row
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- NewsEntryTable<R extends NewsEntryTable.Row>
public static class NewsEntryTable.Row extends AbstractTable.Row
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Row(DbNewsEntry entry, String feedName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbNewsEntry
getEntry()
String
getFeedName()
Object
getValue(AbstractTable.Column column)
Object
getValueForNews(NewsEntryTable.Column column)
-
Methods inherited from class com.openindex.openestate.tool.gui.AbstractTable.Row
getToolTipText, isEditable, setValueAt
-
-
-
-
Constructor Detail
-
Row
public Row(DbNewsEntry entry, String feedName)
-
-
Method Detail
-
getEntry
public DbNewsEntry getEntry()
-
getFeedName
public String getFeedName()
-
getValue
public Object getValue(AbstractTable.Column column)
- Specified by:
getValue
in classAbstractTable.Row
-
getValueForNews
public Object getValueForNews(NewsEntryTable.Column column)
-
-