public class BillingTimeModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CARTAWARE
Generated constant - Attribute key of
BillingTime.cartAware attribute defined at extension subscriptionservices. |
static String |
CODE
Generated constant - Attribute key of
BillingTime.code attribute defined at extension subscriptionservices. |
static String |
DESCRIPTION
Generated constant - Attribute key of
BillingTime.description attribute defined at extension subscriptionservices. |
static String |
NAMEINCART
Generated constant - Attribute key of
BillingTime.nameInCart attribute defined at extension subscriptionservices. |
static String |
NAMEINORDER
Generated constant - Attribute key of
BillingTime.nameInOrder attribute defined at extension subscriptionservices. |
static String |
ORDER
Generated constant - Attribute key of
BillingTime.order attribute defined at extension subscriptionservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BillingTimeModel()
Generated constructor - Default constructor for generic creation.
|
BillingTimeModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
BillingTimeModel(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BillingTimeModel(String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCartAware()
Generated method - Getter of the
BillingTime.cartAware attribute defined at extension subscriptionservices. |
String |
getCode()
Generated method - Getter of the
BillingTime.code attribute defined at extension subscriptionservices. |
String |
getDescription()
Generated method - Getter of the
BillingTime.description attribute defined at extension subscriptionservices. |
String |
getDescription(Locale loc)
Generated method - Getter of the
BillingTime.description attribute defined at extension subscriptionservices. |
String |
getNameInCart()
Generated method - Getter of the
BillingTime.nameInCart attribute defined at extension subscriptionservices. |
String |
getNameInCart(Locale loc)
Generated method - Getter of the
BillingTime.nameInCart attribute defined at extension subscriptionservices. |
String |
getNameInOrder()
Generated method - Getter of the
BillingTime.nameInOrder attribute defined at extension subscriptionservices. |
String |
getNameInOrder(Locale loc)
Generated method - Getter of the
BillingTime.nameInOrder attribute defined at extension subscriptionservices. |
Integer |
getOrder()
Generated method - Getter of the
BillingTime.order attribute defined at extension subscriptionservices. |
void |
setCartAware(Boolean value)
Generated method - Setter of
BillingTime.cartAware attribute defined at extension subscriptionservices. |
void |
setCode(String value)
Generated method - Initial setter of
BillingTime.code attribute defined at extension subscriptionservices. |
void |
setDescription(String value)
Generated method - Setter of
BillingTime.description attribute defined at extension subscriptionservices. |
void |
setDescription(String value,
Locale loc)
Generated method - Setter of
BillingTime.description attribute defined at extension subscriptionservices. |
void |
setNameInCart(String value)
Generated method - Setter of
BillingTime.nameInCart attribute defined at extension subscriptionservices. |
void |
setNameInCart(String value,
Locale loc)
Generated method - Setter of
BillingTime.nameInCart attribute defined at extension subscriptionservices. |
void |
setNameInOrder(String value)
Generated method - Setter of
BillingTime.nameInOrder attribute defined at extension subscriptionservices. |
void |
setNameInOrder(String value,
Locale loc)
Generated method - Setter of
BillingTime.nameInOrder attribute defined at extension subscriptionservices. |
void |
setOrder(Integer value)
Generated method - Setter of
BillingTime.order 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 CODE
BillingTime.code attribute defined at extension subscriptionservices.public static final String NAMEINCART
BillingTime.nameInCart attribute defined at extension subscriptionservices.public static final String NAMEINORDER
BillingTime.nameInOrder attribute defined at extension subscriptionservices.public static final String DESCRIPTION
BillingTime.description attribute defined at extension subscriptionservices.public static final String ORDER
BillingTime.order attribute defined at extension subscriptionservices.public static final String CARTAWARE
BillingTime.cartAware attribute defined at extension subscriptionservices.public BillingTimeModel()
public BillingTimeModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BillingTimeModel(String _code)
_code - initial attribute declared by type BillingTime at extension subscriptionservices@Deprecated public BillingTimeModel(String _code, ItemModel _owner)
_code - initial attribute declared by type BillingTime at extension subscriptionservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="cartAware", type=GETTER) public Boolean getCartAware()
BillingTime.cartAware attribute defined at extension subscriptionservices.@Accessor(qualifier="code", type=GETTER) public String getCode()
BillingTime.code attribute defined at extension subscriptionservices.@Accessor(qualifier="description", type=GETTER) public String getDescription()
BillingTime.description attribute defined at extension subscriptionservices.@Accessor(qualifier="description", type=GETTER) public String getDescription(Locale loc)
BillingTime.description attribute defined at extension subscriptionservices.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="nameInCart", type=GETTER) public String getNameInCart()
BillingTime.nameInCart attribute defined at extension subscriptionservices.@Accessor(qualifier="nameInCart", type=GETTER) public String getNameInCart(Locale loc)
BillingTime.nameInCart attribute defined at extension subscriptionservices.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="nameInOrder", type=GETTER) public String getNameInOrder()
BillingTime.nameInOrder attribute defined at extension subscriptionservices.@Accessor(qualifier="nameInOrder", type=GETTER) public String getNameInOrder(Locale loc)
BillingTime.nameInOrder attribute defined at extension subscriptionservices.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="order", type=GETTER) public Integer getOrder()
BillingTime.order attribute defined at extension subscriptionservices.@Accessor(qualifier="cartAware", type=SETTER) public void setCartAware(Boolean value)
BillingTime.cartAware attribute defined at extension subscriptionservices.value - the cartAware - Cart Aware@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
BillingTime.code attribute defined at extension subscriptionservices. Can only be used at creation of model - before first save.value - the code - Code@Accessor(qualifier="description", type=SETTER) public void setDescription(String value)
BillingTime.description attribute defined at extension subscriptionservices.value - the description - Description@Accessor(qualifier="description", type=SETTER) public void setDescription(String value, Locale loc)
BillingTime.description attribute defined at extension subscriptionservices.value - the description - Descriptionloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="nameInCart", type=SETTER) public void setNameInCart(String value)
BillingTime.nameInCart attribute defined at extension subscriptionservices.value - the nameInCart - Name of frequency in cart@Accessor(qualifier="nameInCart", type=SETTER) public void setNameInCart(String value, Locale loc)
BillingTime.nameInCart attribute defined at extension subscriptionservices.value - the nameInCart - Name of frequency in cartloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="nameInOrder", type=SETTER) public void setNameInOrder(String value)
BillingTime.nameInOrder attribute defined at extension subscriptionservices.value - the nameInOrder - Name of frequency in order@Accessor(qualifier="nameInOrder", type=SETTER) public void setNameInOrder(String value, Locale loc)
BillingTime.nameInOrder attribute defined at extension subscriptionservices.value - the nameInOrder - Name of frequency in orderloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2017 SAP SE. All Rights Reserved.