public static class AgencyBrokeringTable.Model extends ContactsEntryTable.Model
Modifier and Type | Field and Description |
---|---|
int |
agencyBrokeringIdCol |
int |
agencyObjectIdCol |
int |
agencyObjectNrCol |
int |
agencyObjectStatusCol |
int |
agencyObjectTitleCol |
COLUMN_CITY, COLUMN_COMPANY, COLUMN_CONTACTING, COLUMN_COUNTRY, COLUMN_DAY_OF_BIRTH, COLUMN_ENTRY, COLUMN_FIRSTNAME, COLUMN_GROUP, COLUMN_GROUP_ID, COLUMN_ID, COLUMN_LASTNAME, COLUMN_LETTER_ADDRESS, COLUMN_MAIL, COLUMN_MOBILE, COLUMN_PHONE, COLUMN_POSTALCODE, COLUMN_PUBLIC_ID, COLUMN_REGION, COLUMN_STATUS, COLUMN_STREET
columnIdentifiers, dataVector
listenerList
Constructor and Description |
---|
AgencyBrokeringTable.Model() |
Modifier and Type | Method and Description |
---|---|
void |
addBrokering(DbAgencyBrokering brokering,
DbAgencyObject agencyObject,
DbContactsEntry contactsEntry,
String groupName) |
Long |
getAgencyObjectIdAt(int row) |
Long |
getBrokeringIdAt(int row) |
Class |
getColumnClass(int col) |
String |
getColumnName(int col) |
void |
setBrokeringAt(int row,
DbAgencyBrokering brokering,
DbAgencyObject agencyObject,
DbContactsEntry contactsEntry,
String groupName) |
addContactsEntry, buildRow, getContactEntryAt, getContactEntryIdAt, getContactGroupIdAt, isCellEditable, setContactEntryAt
addColumn, addColumn, addColumn, addRow, addRow, convertToVector, convertToVector, getColumnCount, getDataVector, getRowCount, getValueAt, insertRow, insertRow, moveRow, newDataAvailable, newRowsAdded, removeRow, rowsRemoved, setColumnCount, setColumnIdentifiers, setColumnIdentifiers, setDataVector, setDataVector, setNumRows, setRowCount, setValueAt
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
public final int agencyBrokeringIdCol
public final int agencyObjectIdCol
public final int agencyObjectNrCol
public final int agencyObjectTitleCol
public final int agencyObjectStatusCol
public void addBrokering(DbAgencyBrokering brokering, DbAgencyObject agencyObject, DbContactsEntry contactsEntry, String groupName)
public Long getAgencyObjectIdAt(int row)
public Long getBrokeringIdAt(int row)
public Class getColumnClass(int col)
getColumnClass
in interface TableModel
getColumnClass
in class ContactsEntryTable.Model
public String getColumnName(int col)
getColumnName
in interface TableModel
getColumnName
in class ContactsEntryTable.Model
public void setBrokeringAt(int row, DbAgencyBrokering brokering, DbAgencyObject agencyObject, DbContactsEntry contactsEntry, String groupName)
Copyright © 2015 OpenEstate. All rights reserved.