-
- All Implemented Interfaces:
-
java.io.Serializable
public final class PropertyStoreApiBean implements Serializable
Created by Paul
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPropertyStoreApiBean.Companion
-
Field Summary
Fields Modifier and Type Field Description private Stringtypeprivate IntegernumberOfPropertiesprivate Set<String>propertiesprivate CacheApiBeancache
-
Constructor Summary
Constructors Constructor Description PropertyStoreApiBean()PropertyStoreApiBean(PropertyStore propertyStore)
-
Method Summary
Modifier and Type Method Description final StringgetType()final UnitsetType(String type)final IntegergetNumberOfProperties()final UnitsetNumberOfProperties(Integer numberOfProperties)final Set<String>getProperties()final UnitsetProperties(Set<String> properties)final CacheApiBeangetCache()final UnitsetCache(CacheApiBean cache)-
-
Method Detail
-
getNumberOfProperties
final Integer getNumberOfProperties()
-
setNumberOfProperties
final Unit setNumberOfProperties(Integer numberOfProperties)
-
getProperties
final Set<String> getProperties()
-
setProperties
final Unit setProperties(Set<String> properties)
-
getCache
final CacheApiBean getCache()
-
setCache
final Unit setCache(CacheApiBean cache)
-
-
-
-