public class ProductPackage<F extends Feature> extends Feature
Constructor and Description |
---|
ProductPackage() |
ProductPackage(ProductPackage t) |
ProductPackage(String json) |
ProductPackage(String authorizableId,
String displayName) |
Modifier and Type | Method and Description |
---|---|
Map<String,F> |
getFeatures()
Map of
Authorizable.getAuthorizableId() and its Feature |
String |
getName() |
void |
setFeatures(Map<String,F> features)
Map of
Authorizable.getAuthorizableId() and its Feature |
void |
setName(String name) |
getAuthorizableId, getAuthorizableIdAssignable, getAuthorizations, getCycle, getDisplayName, getPricePerUnit, getUnit, setAuthorizableId, setAuthorizations, setCycle, setDisplayName, setPricePerUnit, setUnit
public ProductPackage()
public ProductPackage(String json)
public ProductPackage(ProductPackage t)
public String getName()
public void setName(String name)
name
- the name to setpublic Map<String,F> getFeatures()
Authorizable.getAuthorizableId()
and its Feature
public void setFeatures(Map<String,F> features)
Authorizable.getAuthorizableId()
and its Feature
Copyright © 2018. All rights reserved.