public class MetadataInstanceEntityImpl extends AbstractContentEngineEntity implements MetadataInstanceEntity, ValueFields, Serializable
Modifier and Type | Field and Description |
---|---|
protected ByteArrayRef |
byteArrayRef |
protected Object |
cachedValue |
protected String |
contentItemId |
protected boolean |
deleted |
protected Double |
doubleValue |
protected boolean |
forcedUpdate |
protected Long |
longValue |
protected String |
name |
protected String |
textValue |
protected String |
textValue2 |
protected VariableType |
type |
protected String |
typeName |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
Constructor and Description |
---|
MetadataInstanceEntityImpl() |
Modifier and Type | Method and Description |
---|---|
protected void |
ensureByteArrayRefInitialized() |
void |
forceUpdate() |
ByteArrayRef |
getByteArrayRef() |
byte[] |
getBytes() |
Object |
getCachedValue() |
String |
getContentItemId() |
Double |
getDoubleValue() |
String |
getExecutionId() |
Long |
getLongValue() |
String |
getName() |
Object |
getPersistentState() |
String |
getProcessInstanceId() |
String |
getScopeId() |
String |
getScopeType() |
String |
getSubScopeId() |
String |
getTaskId() |
String |
getTextValue() |
String |
getTextValue2() |
VariableType |
getType() |
String |
getTypeName() |
Object |
getValue() |
void |
setBytes(byte[] bytes) |
void |
setCachedValue(Object cachedValue) |
void |
setContentItemId(String contentItemId) |
void |
setDoubleValue(Double doubleValue) |
void |
setLongValue(Long longValue) |
void |
setName(String name) |
void |
setTextValue(String textValue) |
void |
setTextValue2(String textValue2) |
void |
setType(VariableType type) |
void |
setTypeName(String typeName) |
void |
setValue(Object value) |
String |
toString() |
getIdPrefix
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setId
getId
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdated
getRevision, getRevisionNext, setRevision
protected String name
protected VariableType type
protected String typeName
protected String contentItemId
protected Long longValue
protected Double doubleValue
protected String textValue
protected String textValue2
protected ByteArrayRef byteArrayRef
protected Object cachedValue
protected boolean forcedUpdate
protected boolean deleted
public Object getPersistentState()
getPersistentState
in interface Entity
public void forceUpdate()
forceUpdate
in interface MetadataInstanceEntity
public byte[] getBytes()
getBytes
in interface MetadataInstance
getBytes
in interface ValueFields
public void setBytes(byte[] bytes)
setBytes
in interface MetadataInstanceEntity
setBytes
in interface ValueFields
public ByteArrayRef getByteArrayRef()
getByteArrayRef
in interface MetadataInstanceEntity
protected void ensureByteArrayRefInitialized()
public Object getValue()
getValue
in interface MetadataInstance
public void setValue(Object value)
setValue
in interface MetadataInstanceEntity
public void setName(String name)
setName
in interface MetadataInstanceEntity
public String getName()
getName
in interface MetadataInstance
getName
in interface ValueFields
public String getContentItemId()
getContentItemId
in interface MetadataInstance
public void setContentItemId(String contentItemId)
setContentItemId
in interface MetadataInstanceEntity
public String getTypeName()
getTypeName
in interface MetadataInstance
public void setTypeName(String typeName)
setTypeName
in interface MetadataInstanceEntity
public VariableType getType()
getType
in interface MetadataInstanceEntity
public void setType(VariableType type)
setType
in interface MetadataInstanceEntity
public Long getLongValue()
getLongValue
in interface MetadataInstance
getLongValue
in interface ValueFields
public void setLongValue(Long longValue)
setLongValue
in interface MetadataInstanceEntity
setLongValue
in interface ValueFields
public Double getDoubleValue()
getDoubleValue
in interface MetadataInstance
getDoubleValue
in interface ValueFields
public void setDoubleValue(Double doubleValue)
setDoubleValue
in interface MetadataInstanceEntity
setDoubleValue
in interface ValueFields
public String getTextValue()
getTextValue
in interface MetadataInstance
getTextValue
in interface ValueFields
public void setTextValue(String textValue)
setTextValue
in interface MetadataInstanceEntity
setTextValue
in interface ValueFields
public String getTextValue2()
getTextValue2
in interface MetadataInstance
getTextValue2
in interface ValueFields
public void setTextValue2(String textValue2)
setTextValue2
in interface MetadataInstanceEntity
setTextValue2
in interface ValueFields
public Object getCachedValue()
getCachedValue
in interface MetadataInstanceEntity
getCachedValue
in interface ValueFields
public void setCachedValue(Object cachedValue)
setCachedValue
in interface MetadataInstanceEntity
setCachedValue
in interface ValueFields
public String getProcessInstanceId()
getProcessInstanceId
in interface ValueFields
public String getExecutionId()
getExecutionId
in interface ValueFields
public String getScopeId()
getScopeId
in interface ValueFields
public String getSubScopeId()
getSubScopeId
in interface ValueFields
public String getScopeType()
getScopeType
in interface ValueFields
public String getTaskId()
getTaskId
in interface ValueFields