public class PropertyDefinition extends Object
Constructor and Description |
---|
PropertyDefinition(String propertyId,
Class<?> type,
Object defaultValue) |
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultValue() |
String |
getPropertyId() |
Class<?> |
getType() |
void |
setDefaultValue(Object defaultValue) |
void |
setPropertyId(String propertyId) |
void |
setType(Class<?> type) |
public Object getDefaultValue()
public String getPropertyId()
public Class<?> getType()
public void setDefaultValue(Object defaultValue)
public void setPropertyId(String propertyId)
public void setType(Class<?> type)
Copyright © 2018 Magnolia International Ltd.. All rights reserved.