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:
Serializable

public class NamedProperty
extends Property
implements Serializable

null

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

Constructor Summary
NamedProperty()
           
 
Method Summary
 String getModelEncoding()
           
 String getName()
          Get null
 String getValue()
          Get null
 void setModelEncoding(String modelEncoding)
           
 void setName(String name)
          Set null
 void setValue(String value)
          Set null
 
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 String getName()
Get null


getValue

public String getValue()
Get null


setName

public void setName(String name)
Set null

Parameters:
name -

setValue

public void setValue(String value)
Set null

Parameters:
value -

setModelEncoding

public void setModelEncoding(String modelEncoding)
Overrides:
setModelEncoding in class Property

getModelEncoding

public String getModelEncoding()
Overrides:
getModelEncoding in class Property


Copyright © 2005-2011 Codehaus. All Rights Reserved.