Class Property

Direct Known Subclasses:
SystemProperty

public class Property extends AbstractProperty
Wrapper class for the systemProperty argument type.
Author:
Kaare Nilsen (kaare.nilsen@gmail.com)
  • Constructor Details

    • Property

      public Property()
  • Method Details

    • 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.