be.re.repo
Class Property
java.lang.Object
be.re.repo.Property
public class Property
- extends Object
Represents a name/value pair. A property equals another if its name and
value are equal to the respective fields of the other property.
- Author:
- Werner Donné
name
public String name
value
public String value
Property
public Property(String name,
String value)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
setValue
public void setValue(String value)