org.metaqtl.bio.entity.bean
Class PropertyBean

java.lang.Object
  extended by org.metaqtl.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
           
 
Constructor Summary
PropertyBean()
           
PropertyBean(java.lang.String key, java.lang.String value)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 void setName(java.lang.String string)
           
 void setValue(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

value

public java.lang.String value
Constructor Detail

PropertyBean

public PropertyBean()

PropertyBean

public PropertyBean(java.lang.String key,
                    java.lang.String value)
Parameters:
key - the key name of the property
value - the value of the property
Method Detail

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 -