public class BillingTimeModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CARTAWARE
Generated constant - Attribute key of
BillingTime.cartAware attribute defined at extension subscriptionservices. |
static java.lang.String |
CODE
Generated constant - Attribute key of
BillingTime.code attribute defined at extension subscriptionservices. |
static java.lang.String |
DESCRIPTION
Generated constant - Attribute key of
BillingTime.description attribute defined at extension subscriptionservices. |
static java.lang.String |
NAMEINCART
Generated constant - Attribute key of
BillingTime.nameInCart attribute defined at extension subscriptionservices. |
static java.lang.String |
NAMEINORDER
Generated constant - Attribute key of
BillingTime.nameInOrder attribute defined at extension subscriptionservices. |
static java.lang.String |
ORDER
Generated constant - Attribute key of
BillingTime.order attribute defined at extension subscriptionservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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(java.lang.String _code)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BillingTimeModel(java.lang.String _code,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getCartAware()
Generated method - Getter of the
BillingTime.cartAware attribute defined at extension subscriptionservices. |
java.lang.String |
getCode()
Generated method - Getter of the
BillingTime.code attribute defined at extension subscriptionservices. |
java.lang.String |
getDescription()
Generated method - Getter of the
BillingTime.description attribute defined at extension subscriptionservices. |
java.lang.String |
getDescription(java.util.Locale loc)
Generated method - Getter of the
BillingTime.description attribute defined at extension subscriptionservices. |
java.lang.String |
getNameInCart()
Generated method - Getter of the
BillingTime.nameInCart attribute defined at extension subscriptionservices. |
java.lang.String |
getNameInCart(java.util.Locale loc)
Generated method - Getter of the
BillingTime.nameInCart attribute defined at extension subscriptionservices. |
java.lang.String |
getNameInOrder()
Generated method - Getter of the
BillingTime.nameInOrder attribute defined at extension subscriptionservices. |
java.lang.String |
getNameInOrder(java.util.Locale loc)
Generated method - Getter of the
BillingTime.nameInOrder attribute defined at extension subscriptionservices. |
java.lang.Integer |
getOrder()
Generated method - Getter of the
BillingTime.order attribute defined at extension subscriptionservices. |
void |
setCartAware(java.lang.Boolean value)
Generated method - Setter of
BillingTime.cartAware attribute defined at extension subscriptionservices. |
void |
setCode(java.lang.String value)
Generated method - Initial setter of
BillingTime.code attribute defined at extension subscriptionservices. |
void |
setDescription(java.lang.String value)
Generated method - Setter of
BillingTime.description attribute defined at extension subscriptionservices. |
void |
setDescription(java.lang.String value,
java.util.Locale loc)
Generated method - Setter of
BillingTime.description attribute defined at extension subscriptionservices. |
void |
setNameInCart(java.lang.String value)
Generated method - Setter of
BillingTime.nameInCart attribute defined at extension subscriptionservices. |
void |
setNameInCart(java.lang.String value,
java.util.Locale loc)
Generated method - Setter of
BillingTime.nameInCart attribute defined at extension subscriptionservices. |
void |
setNameInOrder(java.lang.String value)
Generated method - Setter of
BillingTime.nameInOrder attribute defined at extension subscriptionservices. |
void |
setNameInOrder(java.lang.String value,
java.util.Locale loc)
Generated method - Setter of
BillingTime.nameInOrder attribute defined at extension subscriptionservices. |
void |
setOrder(java.lang.Integer value)
Generated method - Setter of
BillingTime.order 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 CODE
BillingTime.code attribute defined at extension subscriptionservices.public static final java.lang.String NAMEINCART
BillingTime.nameInCart attribute defined at extension subscriptionservices.public static final java.lang.String NAMEINORDER
BillingTime.nameInOrder attribute defined at extension subscriptionservices.public static final java.lang.String DESCRIPTION
BillingTime.description attribute defined at extension subscriptionservices.public static final java.lang.String ORDER
BillingTime.order attribute defined at extension subscriptionservices.public static final java.lang.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(java.lang.String _code)
_code - initial attribute declared by type BillingTime at extension subscriptionservices@Deprecated
public BillingTimeModel(java.lang.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 java.lang.Boolean getCartAware()
BillingTime.cartAware attribute defined at extension subscriptionservices.@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
BillingTime.code attribute defined at extension subscriptionservices.@Accessor(qualifier="description", type=GETTER) public java.lang.String getDescription()
BillingTime.description attribute defined at extension subscriptionservices.@Accessor(qualifier="description", type=GETTER) public java.lang.String getDescription(java.util.Locale loc)
BillingTime.description attribute defined at extension subscriptionservices.loc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="nameInCart", type=GETTER) public java.lang.String getNameInCart()
BillingTime.nameInCart attribute defined at extension subscriptionservices.@Accessor(qualifier="nameInCart", type=GETTER) public java.lang.String getNameInCart(java.util.Locale loc)
BillingTime.nameInCart attribute defined at extension subscriptionservices.loc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="nameInOrder", type=GETTER) public java.lang.String getNameInOrder()
BillingTime.nameInOrder attribute defined at extension subscriptionservices.@Accessor(qualifier="nameInOrder", type=GETTER) public java.lang.String getNameInOrder(java.util.Locale loc)
BillingTime.nameInOrder attribute defined at extension subscriptionservices.loc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="order", type=GETTER) public java.lang.Integer getOrder()
BillingTime.order attribute defined at extension subscriptionservices.@Accessor(qualifier="cartAware", type=SETTER) public void setCartAware(java.lang.Boolean value)
BillingTime.cartAware attribute defined at extension subscriptionservices.value - the cartAware - Cart Aware@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.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(java.lang.String value)
BillingTime.description attribute defined at extension subscriptionservices.value - the description - Description@Accessor(qualifier="description", type=SETTER) public void setDescription(java.lang.String value, java.util.Locale loc)
BillingTime.description attribute defined at extension subscriptionservices.value - the description - Descriptionloc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="nameInCart", type=SETTER) public void setNameInCart(java.lang.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(java.lang.String value, java.util.Locale loc)
BillingTime.nameInCart attribute defined at extension subscriptionservices.value - the nameInCart - Name of frequency in cartloc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="nameInOrder", type=SETTER) public void setNameInOrder(java.lang.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(java.lang.String value, java.util.Locale loc)
BillingTime.nameInOrder attribute defined at extension subscriptionservices.value - the nameInOrder - Name of frequency in orderloc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2018 SAP SE. All Rights Reserved.