public class BillingPlanModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
BILLINGCYCLEDAY
Generated constant - Attribute key of
BillingPlan.billingCycleDay attribute defined at extension subscriptionservices. |
static String |
BILLINGCYCLETYPE
Generated constant - Attribute key of
BillingPlan.billingCycleType attribute defined at extension subscriptionservices. |
static String |
BILLINGFREQUENCY
Generated constant - Attribute key of
BillingPlan.billingFrequency attribute defined at extension subscriptionservices. |
static String |
ID
Generated constant - Attribute key of
BillingPlan.id attribute defined at extension subscriptionservices. |
static String |
NAME
Generated constant - Attribute key of
BillingPlan.name attribute defined at extension subscriptionservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BillingPlanModel()
Generated constructor - Default constructor for generic creation.
|
BillingPlanModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
BillingPlanModel(String _id)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BillingPlanModel(String _id,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBillingCycleDay()
Generated method - Getter of the
BillingPlan.billingCycleDay attribute defined at extension subscriptionservices. |
BillingCycleType |
getBillingCycleType()
Generated method - Getter of the
BillingPlan.billingCycleType attribute defined at extension subscriptionservices. |
BillingFrequencyModel |
getBillingFrequency()
Generated method - Getter of the
BillingPlan.billingFrequency attribute defined at extension subscriptionservices. |
String |
getId()
Generated method - Getter of the
BillingPlan.id attribute defined at extension subscriptionservices. |
String |
getName()
Generated method - Getter of the
BillingPlan.name attribute defined at extension subscriptionservices. |
String |
getName(Locale loc)
Generated method - Getter of the
BillingPlan.name attribute defined at extension subscriptionservices. |
void |
setBillingCycleDay(Integer value)
Generated method - Setter of
BillingPlan.billingCycleDay attribute defined at extension subscriptionservices. |
void |
setBillingCycleType(BillingCycleType value)
Generated method - Setter of
BillingPlan.billingCycleType attribute defined at extension subscriptionservices. |
void |
setBillingFrequency(BillingFrequencyModel value)
Generated method - Setter of
BillingPlan.billingFrequency attribute defined at extension subscriptionservices. |
void |
setId(String value)
Generated method - Initial setter of
BillingPlan.id attribute defined at extension subscriptionservices. |
void |
setName(String value)
Generated method - Setter of
BillingPlan.name attribute defined at extension subscriptionservices. |
void |
setName(String value,
Locale loc)
Generated method - Setter of
BillingPlan.name attribute defined at extension subscriptionservices. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String ID
BillingPlan.id attribute defined at extension subscriptionservices.public static final String NAME
BillingPlan.name attribute defined at extension subscriptionservices.public static final String BILLINGCYCLEDAY
BillingPlan.billingCycleDay attribute defined at extension subscriptionservices.public static final String BILLINGCYCLETYPE
BillingPlan.billingCycleType attribute defined at extension subscriptionservices.public static final String BILLINGFREQUENCY
BillingPlan.billingFrequency attribute defined at extension subscriptionservices.public BillingPlanModel()
public BillingPlanModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BillingPlanModel(String _id)
_id - initial attribute declared by type BillingPlan at extension subscriptionservices@Deprecated public BillingPlanModel(String _id, ItemModel _owner)
_id - initial attribute declared by type BillingPlan at extension subscriptionservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="billingCycleDay", type=GETTER) public Integer getBillingCycleDay()
BillingPlan.billingCycleDay attribute defined at extension subscriptionservices.@Accessor(qualifier="billingCycleType", type=GETTER) public BillingCycleType getBillingCycleType()
BillingPlan.billingCycleType attribute defined at extension subscriptionservices.@Accessor(qualifier="billingFrequency", type=GETTER) public BillingFrequencyModel getBillingFrequency()
BillingPlan.billingFrequency attribute defined at extension subscriptionservices.@Accessor(qualifier="id", type=GETTER) public String getId()
BillingPlan.id attribute defined at extension subscriptionservices.@Accessor(qualifier="name", type=GETTER) public String getName()
BillingPlan.name attribute defined at extension subscriptionservices.@Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
BillingPlan.name attribute defined at extension subscriptionservices.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="billingCycleDay", type=SETTER) public void setBillingCycleDay(Integer value)
BillingPlan.billingCycleDay attribute defined at extension subscriptionservices.value - the billingCycleDay - Billing Cycle Day@Accessor(qualifier="billingCycleType", type=SETTER) public void setBillingCycleType(BillingCycleType value)
BillingPlan.billingCycleType attribute defined at extension subscriptionservices.value - the billingCycleType - Billing Cycle Type@Accessor(qualifier="billingFrequency", type=SETTER) public void setBillingFrequency(BillingFrequencyModel value)
BillingPlan.billingFrequency attribute defined at extension subscriptionservices.value - the billingFrequency - Billing Frequency@Accessor(qualifier="id", type=SETTER) public void setId(String value)
BillingPlan.id attribute defined at extension subscriptionservices. Can only be used at creation of model - before first save.value - the id - Identifier@Accessor(qualifier="name", type=SETTER) public void setName(String value)
BillingPlan.name attribute defined at extension subscriptionservices.value - the name - Name@Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
BillingPlan.name attribute defined at extension subscriptionservices.value - the name - Nameloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2017 SAP SE. All Rights Reserved.