@Entity public class JPAFeatureForOrganization extends FeatureForOrganization
Constructor and Description |
---|
JPAFeatureForOrganization() |
JPAFeatureForOrganization(JPAFeatureForOrganization feature) |
JPAFeatureForOrganization(String json) |
JPAFeatureForOrganization(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 |
getAuthorizations, getOrg, setAuthorizations, setOrg
getAuthorizableId, getAuthorizableIdAssignable, getCycle, getDisplayName, getPricePerUnit, getUnit, setAuthorizableId, setCycle, setDisplayName, setPricePerUnit, setUnit
public JPAFeatureForOrganization()
public JPAFeatureForOrganization(String json)
public JPAFeatureForOrganization(JPAFeatureForOrganization 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.