public class PropertyStoreApiBean extends Object
| Constructor and Description |
|---|
PropertyStoreApiBean()
Default constructor.
|
PropertyStoreApiBean(PropertyStore pStore)
Constructor from its feature store.
|
| Modifier and Type | Method and Description |
|---|---|
CacheApiBean |
getCache()
Getter accessor for attribute 'cache'.
|
int |
getNumberOfProperties()
Getter accessor for attribute 'numberOfProperties'.
|
Set<String> |
getProperties()
Getter accessor for attribute 'properties'.
|
String |
getType()
Getter accessor for attribute 'type'.
|
void |
setCache(CacheApiBean cache)
Setter accessor for attribute 'cache'.
|
void |
setNumberOfProperties(int numberOfProperties)
Setter accessor for attribute 'numberOfProperties'.
|
void |
setProperties(Set<String> properties)
Setter accessor for attribute 'properties'.
|
void |
setType(String type)
Setter accessor for attribute 'type'.
|
public PropertyStoreApiBean()
public PropertyStoreApiBean(PropertyStore pStore)
featureStore - cuurent fature storepublic String getType()
public void setType(String type)
type - new value for 'type 'public CacheApiBean getCache()
public void setCache(CacheApiBean cache)
cache - new value for 'cache 'public int getNumberOfProperties()
public void setNumberOfProperties(int numberOfProperties)
numberOfProperties - new value for 'numberOfProperties 'public Set<String> getProperties()
Copyright © 2013–2022 FF4J. All rights reserved.