gov.nih.nci.evs.domain
Class Property

java.lang.Object
  extended bygov.nih.nci.evs.domain.Property
All Implemented Interfaces:
java.io.Serializable

public class Property
extends java.lang.Object
implements java.io.Serializable

This class encapsulates the name value properties of EVS Concept object.

See Also:
Serialized Form

Constructor Summary
Property()
          Initializes a newly created Property object so that it represents an Property.
Property(java.lang.String name, java.lang.String value)
          Constructor
 
Method Summary
 java.lang.String getName()
          Returns the name
 java.lang.String getValue()
          Returns the value
 void setName(java.lang.String name)
          Sets the name for this Property object
 void setValue(java.lang.String value)
          Sets the value for this Property object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property()
Initializes a newly created Property object so that it represents an Property.


Property

public Property(java.lang.String name,
                java.lang.String value)
Constructor

Parameters:
name -
value -
Method Detail

getName

public java.lang.String getName()
Returns the name

Returns:
the name for this Property object

getValue

public java.lang.String getValue()
Returns the value

Returns:
the value for this Property object

setName

public void setName(java.lang.String name)
Sets the name for this Property object

Parameters:
name - the name

setValue

public void setValue(java.lang.String value)
Sets the value for this Property object

Parameters:
value - the value