public class Property extends Object implements IProperty, Serializable
Constructor and Description |
---|
Property()
Default Constructor.
|
Property(String name,
Object value)
Init Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
Get the name of this Property.
|
Object |
getValue()
Get the value of this Property.
|
void |
setName(String name)
Set the name of this Property.
|
void |
setValue(Object value)
Set the value of this Property.
|
String |
toString()
Get a string representation of this Property.
|
public Object getValue()
public void setValue(Object value)
public String getName()
public void setName(String name)
public String toString()
Copyright © 2012. All Rights Reserved.