@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, setUnit
public 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 FeatureForOrganization
public void setId(String id)
Feature.getAuthorizableId()
but can be different; if different
Organization
say use different Features/Restrictions using FeatureForOrganization
id
- as StringCopyright © 2018. All rights reserved.