org.codehaus.mojo.freeform.project
Class NamedProperty

java.lang.Object
  extended by org.codehaus.mojo.freeform.project.Property
      extended by org.codehaus.mojo.freeform.project.NamedProperty
All Implemented Interfaces:
java.io.Serializable

public class NamedProperty
extends Property
implements java.io.Serializable

Class NamedProperty.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
NamedProperty()
           
 
Method Summary
 java.lang.String getName()
          Method getName
 java.lang.String getValue()
          Method getValue
 void setName(java.lang.String name)
          Method setName
 void setValue(java.lang.String value)
          Method setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedProperty

public NamedProperty()
Method Detail

getName

public java.lang.String getName()
Method getName


getValue

public java.lang.String getValue()
Method getValue


setName

public void setName(java.lang.String name)
Method setName

Parameters:
name -

setValue

public void setValue(java.lang.String value)
Method setValue

Parameters:
value -


Copyright 2005-2005-2006 null. All Rights Reserved.