info.magnolia.module.model
Class PropertyDefinition

java.lang.Object
  extended by info.magnolia.module.model.PropertyDefinition

public class PropertyDefinition
extends Object

Property as defined in a module descriptor.

See Also:
ModuleDefinition

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

Constructor Detail

PropertyDefinition

public PropertyDefinition()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.