public class DataCore
extends java.lang.Object
Constructor and Description |
---|
DataCore() |
Modifier and Type | Method and Description |
---|---|
static DataCore |
createEmptyDataCore()
Creates and returns an empty DataCore.
|
|
getClassType_Id_Table() |
|
getData_Entity_Table() |
java.util.Map<java.util.List<java.lang.Class<? extends Data>>,TLongList> |
getData_InterestedProcessor_Table() |
java.lang.Long |
getDataProcessorIdCounter() |
|
getEntity_Data_Table() |
long |
getEntityCounter() |
|
getEntityId_setStatus_Table() |
java.lang.Long |
getEntityIdCounter() |
|
getEntityNameTable() |
|
getId_ClassType_Table() |
|
getId_Processor_Table() |
|
getNameEntityTable() |
|
getProcessId_interestedEntity_Table() |
|
getSetStatus_entityId_Table() |
void |
initialize() |
void |
setDataProcessorIdCounter(java.lang.Long systemIdCounter) |
void |
setEntityCounter(long entityCounter) |
void |
setEntityIdCounter(java.lang.Long idCounter) |
public void initialize()
public java.lang.Long getEntityIdCounter()
public long getEntityCounter()
publicgetEntityId_setStatus_Table()
publicgetSetStatus_entityId_Table()
publicgetEntity_Data_Table()
publicgetData_Entity_Table()
publicgetEntityNameTable()
publicgetNameEntityTable()
public java.lang.Long getDataProcessorIdCounter()
publicgetId_Processor_Table()
publicgetId_ClassType_Table()
publicgetClassType_Id_Table()
public void setEntityIdCounter(java.lang.Long idCounter)
idCounter
- the _idCounter to setpublic void setEntityCounter(long entityCounter)
entityCounter
- the _entityCounter to setpublic void setDataProcessorIdCounter(java.lang.Long systemIdCounter)
systemIdCounter
- the _systemIdCounter to setpublicgetProcessId_interestedEntity_Table()
public java.util.Map<java.util.List<java.lang.Class<? extends Data>>,TLongList> getData_InterestedProcessor_Table()
public static DataCore createEmptyDataCore()