Interface AccessPlan

All Known Implementing Classes:
BaseAccessPlan, ComplexAccessPlan, EnhancedPropertyAccessPlan, MapAccessPlan, PropertyAccessPlan

public interface AccessPlan
An interface to make access to resources consistent, regardless of type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets all of the properties of a bean.
    void
    setProperties(Object object, Object[] values)
    Sets all of the properties of a bean.
  • Method Details

    • setProperties

      void setProperties(Object object, Object[] values)
      Sets all of the properties of a bean.
      Parameters:
      object - - the bean
      values - - the property values
    • getProperties

      Object[] getProperties(Object object)
      Gets all of the properties of a bean.
      Parameters:
      object - - the bean
      Returns:
      the properties