Interface IPropertiesContainer

All Known Implementing Classes:
POJOPropertiesContainerAdapter

public interface IPropertiesContainer
Allows update and read object properties to/from a Map.

Author:
Javier Paniza
  • Method Summary

    Modifier and Type
    Method
    Description
    executeGets(String properties)
    Obtain the values of properties in a Map.
    void
    executeSets(Map properties)
    Update the properties from a map.