Class PropertyDefinition


  • public class PropertyDefinition
    extends Object
    Property definition.
    Author:
    jabad
    • Constructor Detail

      • PropertyDefinition

        public PropertyDefinition()
        Public constructor.
    • Method Detail

      • setProperty

        public void setProperty​(String key,
                                Object value)
        Add property.
        Parameters:
        key - key
        value - value
      • getProperty

        public Object getProperty​(String key)
        Get property.
        Parameters:
        key - property key
        Returns:
        property value