| Constructor and Description |
|---|
BagMeta(String instanceId,
String name,
List<IndexDefinition> indexDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static BagMeta |
fromEntity(SimpleEntity entity) |
List<IndexDefinition> |
getIndexDefinitions() |
String |
getInstanceId() |
String |
getName() |
int |
hashCode() |
static SimpleEntity |
toEntity(Bag bag) |
String |
toString() |
public BagMeta(String instanceId, String name, List<IndexDefinition> indexDefinitions)
public static BagMeta fromEntity(SimpleEntity entity) throws JasDBStorageException
JasDBStorageExceptionpublic static SimpleEntity toEntity(Bag bag) throws JasDBStorageException
JasDBStorageExceptionpublic String getInstanceId()
getInstanceId in interface Bagpublic List<IndexDefinition> getIndexDefinitions()
getIndexDefinitions in interface BagCopyright © 2015. All rights reserved.