public class BillingPlanModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
BILLINGCYCLEDAY
Generated constant - Attribute key of
BillingPlan.billingCycleDay attribute defined at extension subscriptionservices. |
static java.lang.String |
BILLINGCYCLETYPE
Generated constant - Attribute key of
BillingPlan.billingCycleType attribute defined at extension subscriptionservices. |
static java.lang.String |
BILLINGFREQUENCY
Generated constant - Attribute key of
BillingPlan.billingFrequency attribute defined at extension subscriptionservices. |
static java.lang.String |
ID
Generated constant - Attribute key of
BillingPlan.id attribute defined at extension subscriptionservices. |
static java.lang.String |
NAME
Generated constant - Attribute key of
BillingPlan.name attribute defined at extension subscriptionservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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(java.lang.String _id)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BillingPlanModel(java.lang.String _id,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.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. |
java.lang.String |
getId()
Generated method - Getter of the
BillingPlan.id attribute defined at extension subscriptionservices. |
java.lang.String |
getName()
Generated method - Getter of the
BillingPlan.name attribute defined at extension subscriptionservices. |
java.lang.String |
getName(java.util.Locale loc)
Generated method - Getter of the
BillingPlan.name attribute defined at extension subscriptionservices. |
void |
setBillingCycleDay(java.lang.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(java.lang.String value)
Generated method - Initial setter of
BillingPlan.id attribute defined at extension subscriptionservices. |
void |
setName(java.lang.String value)
Generated method - Setter of
BillingPlan.name attribute defined at extension subscriptionservices. |
void |
setName(java.lang.String value,
java.util.Locale loc)
Generated method - Setter of
BillingPlan.name attribute defined at extension subscriptionservices. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String ID
BillingPlan.id attribute defined at extension subscriptionservices.public static final java.lang.String NAME
BillingPlan.name attribute defined at extension subscriptionservices.public static final java.lang.String BILLINGCYCLEDAY
BillingPlan.billingCycleDay attribute defined at extension subscriptionservices.public static final java.lang.String BILLINGCYCLETYPE
BillingPlan.billingCycleType attribute defined at extension subscriptionservices.public static final java.lang.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(java.lang.String _id)
_id - initial attribute declared by type BillingPlan at extension subscriptionservices@Deprecated
public BillingPlanModel(java.lang.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 java.lang.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 java.lang.String getId()
BillingPlan.id attribute defined at extension subscriptionservices.@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
BillingPlan.name attribute defined at extension subscriptionservices.@Accessor(qualifier="name", type=GETTER) public java.lang.String getName(java.util.Locale loc)
BillingPlan.name attribute defined at extension subscriptionservices.loc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="billingCycleDay", type=SETTER) public void setBillingCycleDay(java.lang.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(java.lang.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(java.lang.String value)
BillingPlan.name attribute defined at extension subscriptionservices.value - the name - Name@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value, java.util.Locale loc)
BillingPlan.name attribute defined at extension subscriptionservices.value - the name - Nameloc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2018 SAP SE. All Rights Reserved.