public interface Item
| Modifier and Type | Method and Description |
|---|---|
void |
addCustomProperty(String key,
Object value)
Add a custom property
|
Map<String,Object> |
getCustomProperties()
Get the Map of custom properties
|
Object |
getCustomProperty(String key)
Get a custom property
|
Map<String,FieldSet> |
getExtensionData() |
String |
getId()
Get the tridion id.
|
String |
getTitle()
Get the title
|
void |
setCustomProperties(Map<String,Object> customProperties)
Set the map of custom properties
|
void |
setExtensionData(Map<String,FieldSet> extensionData) |
void |
setId(String id)
Set the id
|
void |
setTitle(String title)
Set the title
|
String getId()
void setId(String id)
id - String getTitle()
void setTitle(String title)
title - void addCustomProperty(String key, Object value)
key - value - Object getCustomProperty(String key)
key - Map<String,Object> getCustomProperties()
void setCustomProperties(Map<String,Object> customProperties)
customProperties - Copyright © 2017. All rights reserved.