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

null

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

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


getValue

public java.lang.String getValue()
Get null


setName

public void setName(java.lang.String name)
Set null

Parameters:
name -

setValue

public void setValue(java.lang.String value)
Set null

Parameters:
value -

setModelEncoding

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

getModelEncoding

public java.lang.String getModelEncoding()
Overrides:
getModelEncoding in class Property


Copyright © 2005-2009. All Rights Reserved.