public class ActionDefinitionLinkEntityImpl extends AbstractActionEngineNoRevisionEntity implements ActionDefinitionLinkEntity
Modifier and Type | Field and Description |
---|---|
protected String |
actionDefinitionId |
protected String |
linkValue |
protected String |
type |
id, isDeleted, isInserted, isUpdated, originalPersistentState
TYPE_CHANNEL
Constructor and Description |
---|
ActionDefinitionLinkEntityImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getActionDefinitionId() |
String |
getLinkValue() |
Object |
getPersistentState() |
String |
getType() |
void |
setActionDefinitionId(String actionDefinitionId) |
void |
setLinkValue(String linkValue) |
void |
setType(String type) |
String |
toString() |
getIdPrefix
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getId
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
protected String actionDefinitionId
protected String type
protected String linkValue
public Object getPersistentState()
getPersistentState
in interface Entity
public String getActionDefinitionId()
getActionDefinitionId
in interface ActionDefinitionLink
public void setActionDefinitionId(String actionDefinitionId)
setActionDefinitionId
in interface ActionDefinitionLinkEntity
public String getType()
getType
in interface ActionDefinitionLink
public void setType(String type)
setType
in interface ActionDefinitionLinkEntity
public String getLinkValue()
getLinkValue
in interface ActionDefinitionLink
public void setLinkValue(String linkValue)
setLinkValue
in interface ActionDefinitionLinkEntity