Class Property


  • public class Property
    extends Object
    Wrapper class for the systemPropery argument type.
    Author:
    Kaare Nilsen (kaare.nilsen@gmail.com)
    • Constructor Detail

      • Property

        public Property()
    • Method Detail

      • getKey

        public String getKey()

        Getter for the field key.

        Returns:
        a String object.
      • setKey

        public void setKey​(String key)

        Setter for the field key.

        Parameters:
        key - a String object.
      • getValue

        public String getValue()

        Getter for the field value.

        Returns:
        a String object.
      • setValue

        public void setValue​(String value)

        Setter for the field value.

        Parameters:
        value - a String object.