public class ExternalRecordValue extends RecordValue implements ExternalRecordPresentation
Constructor and Description |
---|
ExternalRecordValue()
This constructor is intended to be used by JAXB.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
asMap()
Returns a map view of this record.
|
String |
getIdentificationString()
Returns identification string (string form of primary key)
|
Object |
getProperty(String name)
Returns the property given the property name, if no such property exists, exception is
thrown.
|
Long |
getVersion()
Returns version in string format.
|
boolean |
isReferenceOnly() |
void |
setProperty(String name,
Object value)
Sets the property given the property name.
|
afterUnmarshal, beforeUnmarshal, createChangeProxy, createPropertyProxy, executeMethod, getBaseLevelEntityId, getBaseLevelHolder, getCompiled, getEvaluationLevel, getId, getJavaIdentification, getJavaObject, getNamespace, getNotCompiledValueHolder, getOriginalRecord, getParent, getProxiedRecord, getProxyLevel, getProxySet, getRecordOnProxyLevel, getType, hasOptimisticLockRelevantChanges, isProxy, isRemoved, isUpdateNecessary, mergeChanges, remove, setCompiled, setThisSideOfAssociation, toObject, toString
public ExternalRecordValue()
public String getIdentificationString()
RecordHolder
getIdentificationString
in interface RecordHolder
getIdentificationString
in class RecordValue
public Long getVersion()
RecordHolder
getVersion
in interface RecordHolder
getVersion
in class RecordValue
public Object getProperty(String name)
RecordHolder
getProperty
in interface RecordHolder
getProperty
in class RecordValue
public void setProperty(String name, Object value)
RecordHolder
setProperty
in interface RecordHolder
setProperty
in class RecordValue
public Map<String,Object> asMap()
RecordHolder
asMap
in interface RecordHolder
asMap
in class RecordValue
public boolean isReferenceOnly()
isReferenceOnly
in interface ExternalRecordPresentation
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.