Class AgencyEstateViewContactTablePanel.RelationTableRow
- java.lang.Object
-
- com.openindex.openestate.tool.gui.AbstractTable.Row
-
- com.openindex.openestate.tool.contacts.ContactsEntryTable.Row
-
- com.openindex.openestate.tool.agency.addons.contacts.AgencyEstateViewContactTablePanel.RelationTableRow
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AgencyEstateViewContactTablePanel
public static class AgencyEstateViewContactTablePanel.RelationTableRow extends ContactsEntryTable.Row
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRelationNotes()
Object
getValue(AbstractTable.Column column)
Object
getValueForRelation(AgencyEstateViewContactTablePanel.RelationTableColumn column)
void
setRelationNotes(String relationNotes)
-
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
-
-
-
-
Method Detail
-
getRelationNotes
public String getRelationNotes()
-
getValue
public Object getValue(AbstractTable.Column column)
- Overrides:
getValue
in classContactsEntryTable.Row
-
getValueForRelation
public Object getValueForRelation(AgencyEstateViewContactTablePanel.RelationTableColumn column)
-
setRelationNotes
public void setRelationNotes(String relationNotes)
-
-