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 |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
asMap()
Returns a map view of this record.
|
java.lang.String |
getIdentificationString()
Returns identification string (string form of primary key)
|
java.lang.Object |
getProperty(java.lang.String name)
Returns the property given the property name, if no such property exists, exception is
thrown.
|
java.lang.Long |
getVersion()
Returns version in string format.
|
boolean |
isReferenceOnly() |
void |
setProperty(java.lang.String name,
java.lang.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, toStringpublic ExternalRecordValue()
public java.lang.String getIdentificationString()
RecordHoldergetIdentificationString in interface RecordHoldergetIdentificationString in class RecordValuepublic java.lang.Long getVersion()
RecordHoldergetVersion in interface RecordHoldergetVersion in class RecordValuepublic java.lang.Object getProperty(java.lang.String name)
RecordHoldergetProperty in interface RecordHoldergetProperty in class RecordValuepublic void setProperty(java.lang.String name,
java.lang.Object value)
RecordHoldersetProperty in interface RecordHoldersetProperty in class RecordValuepublic java.util.Map<java.lang.String,java.lang.Object> asMap()
RecordHolderasMap in interface RecordHolderasMap in class RecordValuepublic boolean isReferenceOnly()
isReferenceOnly in interface ExternalRecordPresentationCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.