public class HistoricFormPropertyEntityImpl extends HistoricDetailEntityImpl implements HistoricFormPropertyEntity
Modifier and Type | Field and Description |
---|---|
protected String |
propertyId |
protected String |
propertyValue |
activityInstanceId, detailType, executionId, id, processInstanceId, taskId, time
Constructor and Description |
---|
HistoricFormPropertyEntityImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getPropertyId()
the id or key of the property
|
String |
getPropertyValue()
the submitted value
|
void |
setPropertyId(String propertyId) |
void |
setPropertyValue(String propertyValue) |
getActivityInstanceId, getDetailType, getExecutionId, getId, getPersistentState, getProcessInstanceId, getTaskId, getTime, setActivityInstanceId, setDetailType, setExecutionId, setId, setProcessInstanceId, setTaskId, setTime
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDetailType, setActivityInstanceId, setDetailType, setExecutionId, setProcessInstanceId, setTaskId, setTime
getId, getPersistentState, setId
getActivityInstanceId, getExecutionId, getId, getProcessInstanceId, getTaskId, getTime
public String getPropertyId()
HistoricFormProperty
getPropertyId
in interface HistoricFormProperty
getPropertyId
in interface HistoricFormPropertyEntity
public void setPropertyId(String propertyId)
setPropertyId
in interface HistoricFormPropertyEntity
public String getPropertyValue()
HistoricFormProperty
getPropertyValue
in interface HistoricFormProperty
getPropertyValue
in interface HistoricFormPropertyEntity
public void setPropertyValue(String propertyValue)
setPropertyValue
in interface HistoricFormPropertyEntity
Copyright © 2015 Alfresco. All rights reserved.