Class SDOMethodAttributeAccessor

All Implemented Interfaces:
Serializable, Cloneable, CoreAttributeAccessor

public class SDOMethodAttributeAccessor extends MethodAttributeAccessor

Purpose: A wrapper class for handling cases when the domain object attributes are to be accessed thru the accessor methods that are called "get" and "set". This is to be used when marshalling/unmarshalling SDODataObjects. The propertyName is the name of the property on the DataObject and that must be set on this accessor.

See Also: