public class ObjectStore extends Object
| Constructor and Description |
|---|
ObjectStore() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutoIncrement()
If true, object store has auto increment flag set.
|
List<ObjectStoreIndex> |
getIndexes()
Indexes in this object store.
|
KeyPath |
getKeyPath()
Object store key path.
|
String |
getName()
Object store name.
|
void |
setAutoIncrement(Boolean autoIncrement)
If true, object store has auto increment flag set.
|
void |
setIndexes(List<ObjectStoreIndex> indexes)
Indexes in this object store.
|
void |
setKeyPath(KeyPath keyPath)
Object store key path.
|
void |
setName(String name)
Object store name.
|
public String getName()
public void setName(String name)
public KeyPath getKeyPath()
public void setKeyPath(KeyPath keyPath)
public Boolean getAutoIncrement()
public void setAutoIncrement(Boolean autoIncrement)
public List<ObjectStoreIndex> getIndexes()
public void setIndexes(List<ObjectStoreIndex> indexes)
Copyright © 2020. All rights reserved.