Package ise.antelope.tasks
Class Prop
- java.lang.Object
-
- ise.antelope.tasks.Prop
-
public class Prop extends java.lang.ObjectSimple bean to represent a name/value pair.
-
-
Constructor Summary
Constructors Constructor Description Prop()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.StringgetValue()voidsetName(java.lang.String name)voidsetValue(java.lang.String value)
-