public class ArchiveLayerData extends RawLayerData
Constructor and Description |
---|
ArchiveLayerData(int layerId,
DBClass realClass,
long transId,
boolean deleted,
java.util.ArrayList<LayerField> list,
boolean rowExists,
boolean rowFinal)
The archive layer data
|
Modifier and Type | Method and Description |
---|---|
DBClass |
getRealClass()
the real class
|
compareTo, getLayerField, getLayerId, getRawDenormalizedData, getTransId, hasRawField, hasRawRow, isDeleted, isDirty, isFinal, listFields, makeDenormalizedDoc, releaseDenormalizedMemory
public ArchiveLayerData(int layerId, DBClass realClass, long transId, boolean deleted, java.util.ArrayList<LayerField> list, boolean rowExists, boolean rowFinal)
layerId
- the layerrealClass
- the real classtransId
- the transactiondeleted
- is deletedlist
- the listrowExists
- true if existsrowFinal
- true if finalpublic DBClass getRealClass()
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.