public interface IContentDefinition extends Serializable
Modifier and Type | Method and Description |
---|---|
IContentDefinition |
clone()
Clone content definition
|
IContentDefinition |
clone(boolean keepId)
Clone content definition
|
String |
getName()
Gets the system name of a definition.
|
IBlockDefinition |
getParentBlock()
Gets the parent block.
|
Object |
getValue(String propertyName)
Gets the value of a property.
|
Map<String,Object> |
getValues()
Get all configuration values by sysname
|
void |
setValue(String propertyName,
Object value)
Sets a value to a property
|
String getName()
void setValue(String propertyName, Object value)
propertyName
- The system name of the property.value
- The value object to set.Object getValue(String propertyName)
propertyName
- The system name of the property.Object
object.Map<String,Object> getValues()
name
- IBlockDefinition getParentBlock()
IBlockDefinition
object.IContentDefinition clone()
IContentDefinition clone(boolean keepId)
keepId
- if true keep IContentDefinition id, regenerate all id otherwiseCopyright © 2021 Visiativ Software. All rights reserved.