org.apache.maven.archetype.metadata
Class RequiredProperty

java.lang.Object
  extended by org.apache.maven.archetype.metadata.RequiredProperty
All Implemented Interfaces:
Serializable

public class RequiredProperty
extends Object
implements Serializable

null

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

Constructor Summary
RequiredProperty()
           
 
Method Summary
 String getDefaultValue()
          Get null
 String getKey()
          Get null
 String getModelEncoding()
           
 void setDefaultValue(String defaultValue)
          Set null
 void setKey(String key)
          Set null
 void setModelEncoding(String modelEncoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequiredProperty

public RequiredProperty()
Method Detail

getDefaultValue

public String getDefaultValue()
Get null


getKey

public String getKey()
Get null


setDefaultValue

public void setDefaultValue(String defaultValue)
Set null

Parameters:
defaultValue -

setKey

public void setKey(String key)
Set null

Parameters:
key -

setModelEncoding

public void setModelEncoding(String modelEncoding)

getModelEncoding

public String getModelEncoding()


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.