info.magnolia.ui.workbench.container
Class PropertyDefinition

java.lang.Object
  extended by info.magnolia.ui.workbench.container.PropertyDefinition

public class PropertyDefinition
extends Object

Definition for a property managed by a container.


Constructor Summary
PropertyDefinition(String propertyId, Class<?> type, Object defaultValue)
           
 
Method Summary
 Object getDefaultValue()
           
 String getPropertyId()
           
 Class<?> getType()
           
 void setDefaultValue(Object defaultValue)
           
 void setPropertyId(String propertyId)
           
 void setType(Class<?> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDefinition

public PropertyDefinition(String propertyId,
                          Class<?> type,
                          Object defaultValue)
Method Detail

getDefaultValue

public Object getDefaultValue()

getPropertyId

public String getPropertyId()

getType

public Class<?> getType()

setDefaultValue

public void setDefaultValue(Object defaultValue)

setPropertyId

public void setPropertyId(String propertyId)

setType

public void setType(Class<?> type)


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.