public interface LayerData
extends java.lang.Comparable
Modifier and Type | Method and Description |
---|---|
LayerField |
getLayerField(DBField field)
The value for this field/row/layer
|
int |
getLayerId()
The current layer id for this layer's row
|
java.lang.String |
getRawDenormalizedData(java.lang.String code)
The raw data
|
long |
getTransId()
The current transaction number for this layer's row
|
boolean |
hasRawField(DBField field)
Is there a value for this field in this row.
|
boolean |
hasRawRow()
Is there a raw row for this row in this layer ?
|
boolean |
isDeleted()
Is the row deleted in this layer.
|
boolean |
isDirty()
is the layer data dirty ?
|
boolean |
isFinal()
Is this layer marked as final ?
|
org.w3c.dom.Document |
makeDenormalizedDoc(java.lang.String code)
make the de-normalized
|
void |
releaseDenormalizedMemory(java.lang.String code)
release de-normalized
|
@CheckReturnValue @Nonnegative long getTransId()
@CheckReturnValue @Nonnegative int getLayerId()
@CheckReturnValue boolean isDeleted()
@CheckReturnValue boolean isFinal()
@CheckReturnValue boolean hasRawField(DBField field)
field
- The field to check.@CheckReturnValue @Nullable LayerField getLayerField(DBField field)
field
- The field to check@CheckReturnValue @Nullable org.w3c.dom.Document makeDenormalizedDoc(java.lang.String code) throws java.lang.Exception
code
- codejava.lang.Exception
- a serious problem@CheckReturnValue @Nonnull java.lang.String getRawDenormalizedData(java.lang.String code)
code
- codevoid releaseDenormalizedMemory(java.lang.String code) throws java.lang.Exception
code
- codejava.lang.Exception
- a serious problem@CheckReturnValue boolean isDirty()
@CheckReturnValue boolean hasRawRow()
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.