Class Prop

java.lang.Object
ise.antelope.tasks.Prop

public class Prop extends Object
Simple bean to represent a name/value pair.
  • Constructor Details

    • Prop

      public Prop()
  • Method Details

    • setName

      public void setName(String name)
    • getName

      public String getName()
    • setValue

      public void setValue(String value)
    • getValue

      public String getValue()