Class HtmlFieldWidgetInstance
- java.lang.Object
-
- lumis.service.pagepersonalization.bean.WidgetInstance
-
- lumis.service.pagepersonalization.bean.HtmlFieldWidgetInstance
-
- All Implemented Interfaces:
Serializable
public class HtmlFieldWidgetInstance extends WidgetInstance
Html field Widget instance is a derivation ofWidgetInstance
.- Since:
- 10.4.0
- Version:
- $Revision: 21230 $ $Date: 2018-04-24 19:07:57 -0300 (Tue, 24 Apr 2018) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HtmlFieldWidgetInstance(String widgetContentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCreatedDateTime()
Returns the created date time.Collection<String>
getFieldItemIds()
Returns the widget's items identifiers.String
getFieldServiceInstanceId()
Returns the HTML field's service instance identifier.String
getFieldSourceId()
Returns the HTML field's source identifier.void
setCreatedDateTime(Date createdDateTime)
Sets the created date time.void
setFieldServiceInstanceId(String fieldServiceInstanceId)
Sets the HTML field's service instance identifier.void
setFieldSourceId(String fieldSourceId)
Sets the HTML field's source identifier.-
Methods inherited from class lumis.service.pagepersonalization.bean.WidgetInstance
findByInterfaceInstanceId, findByWidgetContentId, getId, getInterfaceInstanceId, getWidgetContentId, remove
-
-
-
-
Constructor Detail
-
HtmlFieldWidgetInstance
public HtmlFieldWidgetInstance(String widgetContentId)
-
-
Method Detail
-
getFieldServiceInstanceId
public String getFieldServiceInstanceId()
Returns the HTML field's service instance identifier.- Returns:
- the HTML field's service instance identifier
- Since:
- 10.4.0
-
setFieldServiceInstanceId
public void setFieldServiceInstanceId(String fieldServiceInstanceId)
Sets the HTML field's service instance identifier.- Parameters:
fieldServiceInstanceId
- the HTML field's service instance identifier.- Since:
- 10.4.0
-
getFieldSourceId
public String getFieldSourceId()
Returns the HTML field's source identifier.- Returns:
- the HTML field's source identifier
- Since:
- 10.4.0
-
setFieldSourceId
public void setFieldSourceId(String fieldSourceId)
Sets the HTML field's source identifier.- Parameters:
fieldSourceId
- the HTML field's source identifier.- Since:
- 10.4.0
-
getFieldItemIds
public Collection<String> getFieldItemIds()
Returns the widget's items identifiers.- Returns:
- the widget's items identifiers
- Since:
- 10.4.0
-
getCreatedDateTime
public Date getCreatedDateTime()
Returns the created date time.- Returns:
- the created date time
- Since:
- 10.4.0
-
setCreatedDateTime
public void setCreatedDateTime(Date createdDateTime)
Sets the created date time.- Parameters:
createdDateTime
- the created date time value to set.- Since:
- 10.4.0
-
-