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
JasDBStorageException
public static SimpleEntity toEntity(Bag bag) throws JasDBStorageException
JasDBStorageException
public String getInstanceId()
getInstanceId
in interface Bag
public List<IndexDefinition> getIndexDefinitions()
getIndexDefinitions
in interface Bag
Copyright © 2015. All rights reserved.