public class MobileCostPlanModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_SHORTCODECOSTRELATION
Generated relation code constant for relation
ShortcodeCostRelation defining source attribute sendingShortcode in extension mobileservices. |
static java.lang.String |
_SHORTCODEREVENUERELATION
Generated relation code constant for relation
ShortcodeRevenueRelation defining source attribute receivingShortcode in extension mobileservices. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ENDDATE
Generated constant - Attribute key of
MobileCostPlan.endDate attribute defined at extension mobileservices. |
static java.lang.String |
PRICE
Generated constant - Attribute key of
MobileCostPlan.price attribute defined at extension mobileservices. |
static java.lang.String |
PRICECURRENCY
Generated constant - Attribute key of
MobileCostPlan.priceCurrency attribute defined at extension mobileservices. |
static java.lang.String |
RECEIVINGSHORTCODE
Generated constant - Attribute key of
MobileCostPlan.receivingShortcode attribute defined at extension mobileservices. |
static java.lang.String |
SENDINGSHORTCODE
Generated constant - Attribute key of
MobileCostPlan.sendingShortcode attribute defined at extension mobileservices. |
static java.lang.String |
STARTDATE
Generated constant - Attribute key of
MobileCostPlan.startDate attribute defined at extension mobileservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
MobileCostPlanModel()
Generated constructor - Default constructor for generic creation.
|
MobileCostPlanModel(ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
MobileCostPlanModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getEndDate()
Generated method - Getter of the
MobileCostPlan.endDate attribute defined at extension mobileservices. |
java.math.BigDecimal |
getPrice()
Generated method - Getter of the
MobileCostPlan.price attribute defined at extension mobileservices. |
CurrencyModel |
getPriceCurrency()
Generated method - Getter of the
MobileCostPlan.priceCurrency attribute defined at extension mobileservices. |
MobileShortcodeModel |
getReceivingShortcode()
Generated method - Getter of the
MobileCostPlan.receivingShortcode attribute defined at extension mobileservices. |
MobileShortcodeModel |
getSendingShortcode()
Generated method - Getter of the
MobileCostPlan.sendingShortcode attribute defined at extension mobileservices. |
java.util.Date |
getStartDate()
Generated method - Getter of the
MobileCostPlan.startDate attribute defined at extension mobileservices. |
void |
setEndDate(java.util.Date value)
Generated method - Setter of
MobileCostPlan.endDate attribute defined at extension mobileservices. |
void |
setPrice(java.math.BigDecimal value)
Generated method - Setter of
MobileCostPlan.price attribute defined at extension mobileservices. |
void |
setPriceCurrency(CurrencyModel value)
Generated method - Setter of
MobileCostPlan.priceCurrency attribute defined at extension mobileservices. |
void |
setReceivingShortcode(MobileShortcodeModel value)
Generated method - Setter of
MobileCostPlan.receivingShortcode attribute defined at extension mobileservices. |
void |
setSendingShortcode(MobileShortcodeModel value)
Generated method - Setter of
MobileCostPlan.sendingShortcode attribute defined at extension mobileservices. |
void |
setStartDate(java.util.Date value)
Generated method - Setter of
MobileCostPlan.startDate attribute defined at extension mobileservices. |
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 _SHORTCODEREVENUERELATION
ShortcodeRevenueRelation defining source attribute receivingShortcode in extension mobileservices.public static final java.lang.String _SHORTCODECOSTRELATION
ShortcodeCostRelation defining source attribute sendingShortcode in extension mobileservices.public static final java.lang.String PRICE
MobileCostPlan.price attribute defined at extension mobileservices.public static final java.lang.String PRICECURRENCY
MobileCostPlan.priceCurrency attribute defined at extension mobileservices.public static final java.lang.String STARTDATE
MobileCostPlan.startDate attribute defined at extension mobileservices.public static final java.lang.String ENDDATE
MobileCostPlan.endDate attribute defined at extension mobileservices.public static final java.lang.String RECEIVINGSHORTCODE
MobileCostPlan.receivingShortcode attribute defined at extension mobileservices.public static final java.lang.String SENDINGSHORTCODE
MobileCostPlan.sendingShortcode attribute defined at extension mobileservices.public MobileCostPlanModel()
public MobileCostPlanModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public MobileCostPlanModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="endDate", type=GETTER) public java.util.Date getEndDate()
MobileCostPlan.endDate attribute defined at extension mobileservices.@Accessor(qualifier="price", type=GETTER) public java.math.BigDecimal getPrice()
MobileCostPlan.price attribute defined at extension mobileservices.@Accessor(qualifier="priceCurrency", type=GETTER) public CurrencyModel getPriceCurrency()
MobileCostPlan.priceCurrency attribute defined at extension mobileservices.@Accessor(qualifier="receivingShortcode", type=GETTER) public MobileShortcodeModel getReceivingShortcode()
MobileCostPlan.receivingShortcode attribute defined at extension mobileservices.@Accessor(qualifier="sendingShortcode", type=GETTER) public MobileShortcodeModel getSendingShortcode()
MobileCostPlan.sendingShortcode attribute defined at extension mobileservices.@Accessor(qualifier="startDate", type=GETTER) public java.util.Date getStartDate()
MobileCostPlan.startDate attribute defined at extension mobileservices.@Accessor(qualifier="endDate", type=SETTER) public void setEndDate(java.util.Date value)
MobileCostPlan.endDate attribute defined at extension mobileservices.value - the endDate@Accessor(qualifier="price", type=SETTER) public void setPrice(java.math.BigDecimal value)
MobileCostPlan.price attribute defined at extension mobileservices.value - the price@Accessor(qualifier="priceCurrency", type=SETTER) public void setPriceCurrency(CurrencyModel value)
MobileCostPlan.priceCurrency attribute defined at extension mobileservices.value - the priceCurrency@Accessor(qualifier="receivingShortcode", type=SETTER) public void setReceivingShortcode(MobileShortcodeModel value)
MobileCostPlan.receivingShortcode attribute defined at extension mobileservices.value - the receivingShortcode@Accessor(qualifier="sendingShortcode", type=SETTER) public void setSendingShortcode(MobileShortcodeModel value)
MobileCostPlan.sendingShortcode attribute defined at extension mobileservices.value - the sendingShortcodeCopyright © 2018 SAP SE. All Rights Reserved.