public class Tuple extends Object
| Constructor and Description |
|---|
Tuple(TupleDef def,
long id,
long bundleId,
long ownerId,
String collectionName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(TupleProperty prop) |
long |
getBundleId() |
String |
getCollectionName() |
TupleDef |
getDef() |
long |
getId() |
long |
getOwnerId() |
List<TupleProperty> |
getProperties() |
TupleProperty |
getProperty(String column) |
Map<String,TupleProperty> |
getPropertyMap()
column name to TupleProperty
|
String |
toString() |
public void addProperty(TupleProperty prop)
public TupleProperty getProperty(String column)
public TupleDef getDef()
public long getId()
public long getBundleId()
public long getOwnerId()
public String getCollectionName()
public List<TupleProperty> getProperties()
public Map<String,TupleProperty> getPropertyMap()
Copyright © 2021. All rights reserved.