Interface IContentDefinition
- All Superinterfaces:
- Serializable
- All Known Subinterfaces:
- IBlockDefinition,- IComponentDefinition,- IFieldComponentDefinition
Base interface for component/block definition
- Author:
- omenuel
- 
Method Summary
- 
Method Details- 
getNameString getName()Gets the system name of a definition.- Returns:
- A java.lang.String
 
- 
setValueSets a value to a property- Parameters:
- propertyName- The system name of the property.
- value- The value object to set.
 
- 
getValueGets the value of a property.- Parameters:
- propertyName- The system name of the property.
- Returns:
- A Objectobject.
 
- 
getValuesGet all configuration values by sysname- Parameters:
- name-
- Returns:
- A java.util.Map object.
 
- 
getParentBlockIBlockDefinition getParentBlock()Gets the parent block.- Returns:
- A IBlockDefinitionobject.
 
- 
cloneIContentDefinition clone()Clone content definition- Returns:
- duplicate IContentDefinition
 
- 
cloneClone content definition- Parameters:
- keepId- if true keep IContentDefinition id, regenerate all id otherwise
- Returns:
- duplicate IContentDefinition
 
 
-