public abstract class SComplexValue extends Object implements SValue, SEntityWithId
SValue
. The type cannot
be null.Modifier | Constructor and Description |
---|---|
protected |
SComplexValue()
Creates new empty instance of
SComplexValue . |
Modifier and Type | Method and Description |
---|---|
protected void |
commonAfterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
Common actions in after unmarshal
|
long |
getBaseLevelEntityId() |
String |
getEvaluationLevel()
Returns evaluation level of this value.
|
long |
getId()
Returns the id.
|
Long |
getLowerLevelEntityId() |
Long |
getOwnContextId() |
String |
getType() |
void |
setBaseLevelEntityId(long baseLevelEntityId) |
void |
setEvaluationLevel(String evaluationLevel) |
void |
setId(long id) |
void |
setLowerLevelEntityId(Long lowerLevelEntityId) |
void |
setOwnContextId(Long ownContextId) |
void |
setType(String type) |
abstract ComplexValue |
toValue(ModelInstance modelInstance)
Creates a real value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
postUnmarshal, preUnmarshal
protected SComplexValue()
SComplexValue
.public long getId()
SEntityWithId
getId
in interface SEntityWithId
public String getType()
public String getEvaluationLevel()
public void setType(String type)
public void setId(long id)
public void setEvaluationLevel(String evaluationLevel)
public void setLowerLevelEntityId(Long lowerLevelEntityId)
public void setBaseLevelEntityId(long baseLevelEntityId)
public void setOwnContextId(Long ownContextId)
protected void commonAfterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
unmarshaller
- parent
- public Long getLowerLevelEntityId()
public long getBaseLevelEntityId()
public Long getOwnContextId()
public abstract ComplexValue toValue(ModelInstance modelInstance)
SValue
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.