Class AgencyContactTable.Row
- java.lang.Object
-
- com.openindex.openestate.tool.gui.AbstractTable.Row
-
- com.openindex.openestate.tool.agency.AgencyContactTable.Row
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AgencyContactTable<R extends AgencyContactTable.Row>
public static class AgencyContactTable.Row extends AbstractTable.Row
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Row(DbAgencyContact contact)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbAgencyContact
getContact()
Object
getValue(AbstractTable.Column column)
Object
getValueForEstate(AgencyContactTable.Column column)
-
Methods inherited from class com.openindex.openestate.tool.gui.AbstractTable.Row
getToolTipText, isEditable, setValueAt
-
-
-
-
Constructor Detail
-
Row
public Row(DbAgencyContact contact)
-
-
Method Detail
-
getContact
public DbAgencyContact getContact()
-
getValue
public Object getValue(AbstractTable.Column column)
- Specified by:
getValue
in classAbstractTable.Row
-
getValueForEstate
public Object getValueForEstate(AgencyContactTable.Column column)
-
-