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() |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetIdgetIdgetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionprotected 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 Entitypublic void forceUpdate()
forceUpdate in interface MetadataInstanceEntitypublic byte[] getBytes()
getBytes in interface MetadataInstancegetBytes in interface ValueFieldspublic void setBytes(byte[] bytes)
setBytes in interface MetadataInstanceEntitysetBytes in interface ValueFieldspublic ByteArrayRef getByteArrayRef()
getByteArrayRef in interface MetadataInstanceEntityprotected void ensureByteArrayRefInitialized()
public Object getValue()
getValue in interface MetadataInstancepublic void setValue(Object value)
setValue in interface MetadataInstanceEntitypublic void setName(String name)
setName in interface MetadataInstanceEntitypublic String getName()
getName in interface MetadataInstancegetName in interface ValueFieldspublic String getContentItemId()
getContentItemId in interface MetadataInstancepublic void setContentItemId(String contentItemId)
setContentItemId in interface MetadataInstanceEntitypublic String getTypeName()
getTypeName in interface MetadataInstancepublic void setTypeName(String typeName)
setTypeName in interface MetadataInstanceEntitypublic VariableType getType()
getType in interface MetadataInstanceEntitypublic void setType(VariableType type)
setType in interface MetadataInstanceEntitypublic Long getLongValue()
getLongValue in interface MetadataInstancegetLongValue in interface ValueFieldspublic void setLongValue(Long longValue)
setLongValue in interface MetadataInstanceEntitysetLongValue in interface ValueFieldspublic Double getDoubleValue()
getDoubleValue in interface MetadataInstancegetDoubleValue in interface ValueFieldspublic void setDoubleValue(Double doubleValue)
setDoubleValue in interface MetadataInstanceEntitysetDoubleValue in interface ValueFieldspublic String getTextValue()
getTextValue in interface MetadataInstancegetTextValue in interface ValueFieldspublic void setTextValue(String textValue)
setTextValue in interface MetadataInstanceEntitysetTextValue in interface ValueFieldspublic String getTextValue2()
getTextValue2 in interface MetadataInstancegetTextValue2 in interface ValueFieldspublic void setTextValue2(String textValue2)
setTextValue2 in interface MetadataInstanceEntitysetTextValue2 in interface ValueFieldspublic Object getCachedValue()
getCachedValue in interface MetadataInstanceEntitygetCachedValue in interface ValueFieldspublic void setCachedValue(Object cachedValue)
setCachedValue in interface MetadataInstanceEntitysetCachedValue in interface ValueFieldspublic String getProcessInstanceId()
getProcessInstanceId in interface ValueFieldspublic String getExecutionId()
getExecutionId in interface ValueFieldspublic String getScopeId()
getScopeId in interface ValueFieldspublic String getSubScopeId()
getSubScopeId in interface ValueFieldspublic String getScopeType()
getScopeType in interface ValueFieldspublic String getTaskId()
getTaskId in interface ValueFields