org.thalia.bio.entity.bean
Class PropertyBean
java.lang.Object
org.thalia.bio.entity.bean.PropertyBean
public class PropertyBean
- extends java.lang.Object
Class Description Here
- Author:
- Jean-Baptiste Veyrieras
Field Summary |
java.lang.String |
name
|
java.lang.String |
value
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
value
public java.lang.String value
PropertyBean
public PropertyBean()
PropertyBean
public PropertyBean(java.lang.String key,
java.lang.String value)
- Parameters:
key
- the key name of the propertyvalue
- the value of the property
getName
public java.lang.String getName()
- Returns:
getValue
public java.lang.String getValue()
- Returns:
setName
public void setName(java.lang.String string)
- Parameters:
string
-
setValue
public void setValue(java.lang.String string)
- Parameters:
string
-