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