@Entity public class JPAFeature extends Feature
| Constructor and Description |
|---|
JPAFeature() |
JPAFeature(JPAFeature feature) |
JPAFeature(String json) |
JPAFeature(String authorizableId,
String displayName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Typically same as
Feature.getAuthorizableId() but can be different; if different
Organization say use different Features/Restrictions using FeatureForOrganization |
void |
setId(String id)
Typically same as
Feature.getAuthorizableId() but can be different; if different
Organization say use different Features/Restrictions using FeatureForOrganization |
getAuthorizableId, getAuthorizableIdAssignable, getAuthorizations, getCycle, getDisplayName, getPricePerUnit, getUnit, setAuthorizableId, setAuthorizations, setCycle, setDisplayName, setPricePerUnit, setUnitpublic JPAFeature()
public JPAFeature(String json)
public JPAFeature(JPAFeature feature)
public String getId()
Feature.getAuthorizableId() but can be different; if different
Organization say use different Features/Restrictions using FeatureForOrganizationpublic void setId(String id)
Feature.getAuthorizableId() but can be different; if different
Organization say use different Features/Restrictions using FeatureForOrganizationid - as StringCopyright © 2018. All rights reserved.