Method Summary |
|
public void | addForeignField(ForeignFieldLazyLoader foreignField) |
public boolean | equals(Object obj) |
public boolean | equals(EntityRow otherRow) |
public Object[] | getAllValues() |
public FieldAdapter | getField(String name) |
public List | getForeignFields() |
public JaxorContext | getJaxorContext() |
public FieldAdapter[] | getList() |
public PrimaryKeySet | getPrimaryKey() This method returns the primary keys for the object based on
the attribute values added during the derived object's
constructor. |
public Object | getPropertyValue(String propertyName) Returns a value based upon a property name. |
public String | getTable() |
public List | getUpdateMatchValues() |
public int | hashCode() |
public void | load(ResultSet rs) |
public void | notifyFieldsOfDelete(JaxorContext context) |
public void | notifyFieldsOfInsert(JaxorContext context) |
public void | notifyFieldsOfUpdate(JaxorContext context) |
public void | register(ValueChangeListener listener) |
public void | registerLoad(ValueChangeListener listener) This method allows a ValueChangeListener to be added to each of
the mappers in the row. |
public void | setFields(FieldAdapter[] fields) |
public void | setJaxorContext(JaxorContext context) |
public void | setPrimaryKey(PrimaryKeySet primaryKey) |
public void | setPropertyValue(String property, Object value) |
public int | size() |
public String | toString() |
public void | unregisterListener(ValueChangeListener listener) This method allows a ValueChangeListener to be removed from each
of the mappers in the row. |
public void | validate() |