public class BundleData extends Object
| Constructor and Description |
|---|
BundleData() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(EntityProperty prop) |
void |
add(Tuple t) |
List<EntityProperty> |
findCollectionElements(long ownerId,
String collectionName) |
EntityProperty |
findEntityProperty(long ownerId,
EntityType type,
String name) |
Property |
findSimpleProperty(long propId,
String propName,
String defName,
String simpleType,
String name) |
Map<Long,EntityProperty> |
getPropMap() |
List<RefProperty> |
getRefs() |
Map<Long,EntityProperty> |
getResult() |
Map<Long,Tuple> |
getTupleMap() |
void |
setRefs(List<RefProperty> refs) |
public void add(EntityProperty prop)
public void add(Tuple t)
public Property findSimpleProperty(long propId, String propName, String defName, String simpleType, String name)
public EntityProperty findEntityProperty(long ownerId, EntityType type, String name)
public List<EntityProperty> findCollectionElements(long ownerId, String collectionName)
public Map<Long,EntityProperty> getPropMap()
public List<RefProperty> getRefs()
public Map<Long,EntityProperty> getResult()
public void setRefs(List<RefProperty> refs)
Copyright © 2021. All rights reserved.