Class PropertyPrefillMapVO


  • public class PropertyPrefillMapVO
    extends Object
    Provides a read only Prefill Param Xpath Map value object for performance caching.
    Since:
    5.1.0
    • Constructor Detail

      • PropertyPrefillMapVO

        public PropertyPrefillMapVO​(PropertyPrefillMap ppm)
        Create a property prefill map value object.
        Parameters:
        ppm - the source property prefill map
    • Method Detail

      • getName

        public String getName()
        Returns:
        the name
      • getScope

        public String getScope()
        Returns:
        the scope
      • getXpath

        public String getXpath()
        Returns:
        the xpath
      • isClientScope

        public boolean isClientScope()
        Returns:
        true if the property scope is 'Client'
      • isFormScope

        public boolean isFormScope()
        Returns:
        true if the property scope is 'Form'
      • isUserScope

        public boolean isUserScope()
        Returns:
        true if the property scope is 'User'