public class DependenciesPerEntity
extends java.lang.Object
Constructor and Description |
---|
DependenciesPerEntity() |
DependenciesPerEntity(EntityDesc entityDesc,
long[] dependencies) |
Modifier and Type | Method and Description |
---|---|
void |
appendDependencies(long[] dep) |
long[] |
getDependencies() |
EntityDesc |
getEntityDesc() |
void |
setDependencies(long[] dependencies) |
void |
setEntityDesc(EntityDesc entityDesc) |
public DependenciesPerEntity(EntityDesc entityDesc, long[] dependencies)
public DependenciesPerEntity()
public EntityDesc getEntityDesc()
public void setEntityDesc(EntityDesc entityDesc)
public long[] getDependencies()
public void setDependencies(long[] dependencies)
public void appendDependencies(long[] dep)