public class SExternalValue extends SComplexValue
Constructor and Description |
---|
SExternalValue()
Creates new empty instance of
SExternalValue . |
Modifier and Type | Method and Description |
---|---|
Long |
getAuditRevision() |
String |
getObjectIdentification() |
protected String |
getObjectInfoJaxb() |
Long |
getProcessInstanceId() |
long |
getVersion() |
boolean |
isRemoved() |
protected Boolean |
isRemovedJaxb() |
boolean |
isRenewVersion() |
protected Boolean |
isRenewVersionJaxb() |
void |
postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
Callback method invoked after unmarshalling XML data into target.
|
void |
preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
Callback method invoked before unmarshalling into target.
|
void |
setAuditRevision(Long auditRevision) |
void |
setObjectIdentification(String objectIdentification) |
protected void |
setObjectInfoJaxb(String s) |
void |
setProcessInstanceId(Long processInstanceId) |
void |
setRemoved(boolean isRemoved) |
protected void |
setRemovedJaxb(Boolean b) |
void |
setRenewVersion(boolean renewVersion) |
protected void |
setRenewVersionJaxb(Boolean b) |
void |
setVersion(Long version) |
String |
toString() |
String |
toUniqueKey()
Returns unique key for this instance.
|
ExternalValue |
toValue(ModelInstance modelInstance)
Creates a real value.
|
commonAfterUnmarshal, getBaseLevelEntityId, getEvaluationLevel, getId, getLowerLevelEntityId, getOwnContextId, getType, setBaseLevelEntityId, setEvaluationLevel, setId, setLowerLevelEntityId, setOwnContextId, setType
public SExternalValue()
SExternalValue
.public String getObjectIdentification()
public Long getAuditRevision()
protected String getObjectInfoJaxb()
protected void setObjectInfoJaxb(String s)
public String toUniqueKey()
public void preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
UnmarshalCallback
parent
- instance of JAXB mapped class that will eventually reference target.
null when target is root element.public void postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
UnmarshalCallback
parent
- instance of JAXB mapped class that will reference target.
null when target is root element.protected Boolean isRemovedJaxb()
protected void setRemovedJaxb(Boolean b)
public long getVersion()
protected Boolean isRenewVersionJaxb()
protected void setRenewVersionJaxb(Boolean b)
public boolean isRenewVersion()
public void setRenewVersion(boolean renewVersion)
public boolean isRemoved()
public void setRemoved(boolean isRemoved)
public Long getProcessInstanceId()
public void setProcessInstanceId(Long processInstanceId)
public void setObjectIdentification(String objectIdentification)
public void setVersion(Long version)
public void setAuditRevision(Long auditRevision)
public ExternalValue toValue(ModelInstance modelInstance)
SValue
toValue
in interface SValue
toValue
in class SComplexValue
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.