getPropertyValue

getPropertyValue(entity:        Object;
                 attributeDesc: JadeRelationalAttributeIF): Any;

The getPropertyValue method of the JadeRelationalEntityIF interface returns the value to be mapped to the column specified in the attributeDesc parameter for the entity.

The entity can be any object that has been returned from the allInstances method or from the getResultSet method of the JadeRelationalQueryProviderIF interface. The value of the attributeDesc parameter can be any user attribute defined for this table.