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 LayerData
public long getTransId()
LayerData
getTransId
in interface LayerData
@CheckReturnValue public boolean isDeleted()
LayerData
@CheckReturnValue public boolean isFinal()
LayerData
public boolean hasRawField(DBField field)
LayerData
hasRawField
in interface LayerData
field
- The field to check.public LayerField getLayerField(DBField field)
LayerData
getLayerField
in interface LayerData
field
- The field to checkpublic boolean isDirty()
LayerData
public boolean hasRawRow()
LayerData
public void releaseDenormalizedMemory(java.lang.String code) throws java.lang.Exception
releaseDenormalizedMemory
in interface LayerData
code
- codejava.lang.Exception
public org.w3c.dom.Document makeDenormalizedDoc(java.lang.String code) throws java.lang.Exception
makeDenormalizedDoc
in interface LayerData
code
- codejava.lang.Exception
- a serious problempublic java.lang.String getRawDenormalizedData(java.lang.String code)
getRawDenormalizedData
in interface LayerData
code
- codepublic int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.