Class AgencyInterestTable.Row
- java.lang.Object
-
- com.openindex.openestate.tool.gui.AbstractTable.Row
-
- com.openindex.openestate.tool.contacts.ContactsEntryTable.Row
-
- com.openindex.openestate.tool.agency.addons.contacts.AgencyInterestTable.Row
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AgencyEstateViewInterestsPanel.AssignmentTableRow
- Enclosing class:
- AgencyInterestTable<R extends AgencyInterestTable.Row>
public static class AgencyInterestTable.Row extends ContactsEntryTable.Row
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Row(DbContactsEntry entry, String groupName, DbAgencyInterest interest, DbAgencySearch search)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbAgencyInterest
getInterest()
DbAgencySearch
getSearch()
Object
getValue(AbstractTable.Column column)
Object
getValueForInterest(AgencyInterestTable.Column column)
-
Methods inherited from class com.openindex.openestate.tool.contacts.ContactsEntryTable.Row
getEntry, getGroupName, getValueForContact
-
Methods inherited from class com.openindex.openestate.tool.gui.AbstractTable.Row
getToolTipText, isEditable, setValueAt
-
-
-
-
Constructor Detail
-
Row
public Row(DbContactsEntry entry, String groupName, DbAgencyInterest interest, DbAgencySearch search)
-
-
Method Detail
-
getInterest
public DbAgencyInterest getInterest()
-
getSearch
public DbAgencySearch getSearch()
-
getValue
public Object getValue(AbstractTable.Column column)
- Overrides:
getValue
in classContactsEntryTable.Row
-
getValueForInterest
public Object getValueForInterest(AgencyInterestTable.Column column)
-
-