public class BlankLayerData extends java.lang.Object implements LayerData
| Constructor and Description |
|---|
BlankLayerData(int layerId,
boolean rowFinal)
The actual layer data.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object o) |
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) |
public BlankLayerData(int layerId,
boolean rowFinal)
layerId - the layer idrowFinal - Is the row marked as final ?@CheckReturnValue @Nonnegative public int getLayerId()
getLayerId in interface LayerDatapublic long getTransId()
LayerDatagetTransId in interface LayerData@CheckReturnValue public boolean isDeleted()
LayerData@CheckReturnValue public boolean isFinal()
LayerDatapublic boolean hasRawField(DBField field)
LayerDatahasRawField in interface LayerDatafield - The field to check.public LayerField getLayerField(DBField field)
LayerDatagetLayerField in interface LayerDatafield - The field to checkpublic boolean isDirty()
LayerDatapublic boolean hasRawRow()
LayerDatapublic void releaseDenormalizedMemory(java.lang.String code)
throws java.lang.Exception
releaseDenormalizedMemory in interface LayerDatacode - codejava.lang.Exceptionpublic org.w3c.dom.Document makeDenormalizedDoc(java.lang.String code)
throws java.lang.Exception
makeDenormalizedDoc in interface LayerDatacode - codejava.lang.Exception - a serious problempublic java.lang.String getRawDenormalizedData(java.lang.String code)
getRawDenormalizedData in interface LayerDatacode - codepublic int compareTo(java.lang.Object o)
compareTo in interface java.lang.ComparablestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.