public class BTGOrganizationTotalSpentInCurrencyLastYearOperandModel extends BTGAbstractOrderOperandModel
Gets total of all orders for an organization in the prior year for a given catalog category if provided.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CATEGORYCODE
Generated constant - Attribute key of
BTGOrganizationTotalSpentInCurrencyLastYearOperand.categoryCode attribute defined at extension b2bbtgaddon. |
static String |
CURRENCY
Generated constant - Attribute key of
BTGOrganizationTotalSpentInCurrencyLastYearOperand.currency attribute defined at extension b2bbtgaddon. |
static String |
PRODUCTCATALOGID
Generated constant - Attribute key of
BTGOrganizationTotalSpentInCurrencyLastYearOperand.productCatalogId attribute defined at extension b2bbtgaddon. |
BEANIDCODE, DESCRIPTION, SCOPECATALOGVERSION, UID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BTGOrganizationTotalSpentInCurrencyLastYearOperandModel()
Generated constructor - Default constructor for generic creation.
|
BTGOrganizationTotalSpentInCurrencyLastYearOperandModel(CatalogVersionModel _catalogVersion,
ItemModel _owner,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BTGOrganizationTotalSpentInCurrencyLastYearOperandModel(CatalogVersionModel _catalogVersion,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BTGOrganizationTotalSpentInCurrencyLastYearOperandModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCategoryCode()
Generated method - Getter of the
BTGOrganizationTotalSpentInCurrencyLastYearOperand.categoryCode attribute defined at extension b2bbtgaddon. |
CurrencyModel |
getCurrency()
Generated method - Getter of the
BTGOrganizationTotalSpentInCurrencyLastYearOperand.currency attribute defined at extension b2bbtgaddon. |
String |
getProductCatalogId()
Generated method - Getter of the
BTGOrganizationTotalSpentInCurrencyLastYearOperand.productCatalogId attribute defined at extension b2bbtgaddon. |
void |
setCategoryCode(String value)
Generated method - Setter of
BTGOrganizationTotalSpentInCurrencyLastYearOperand.categoryCode attribute defined at extension b2bbtgaddon. |
void |
setCurrency(CurrencyModel value)
Generated method - Setter of
BTGOrganizationTotalSpentInCurrencyLastYearOperand.currency attribute defined at extension b2bbtgaddon. |
void |
setProductCatalogId(String value)
Generated method - Setter of
BTGOrganizationTotalSpentInCurrencyLastYearOperand.productCatalogId attribute defined at extension b2bbtgaddon. |
getBeanId, setBeanIdgetCode, getDescription, getScope, setCode, setDescription, setScopegetCatalogVersion, getUid, setCatalogVersion, setUidgetComments, 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 CURRENCY
BTGOrganizationTotalSpentInCurrencyLastYearOperand.currency attribute defined at extension b2bbtgaddon.public static final String PRODUCTCATALOGID
BTGOrganizationTotalSpentInCurrencyLastYearOperand.productCatalogId attribute defined at extension b2bbtgaddon.public static final String CATEGORYCODE
BTGOrganizationTotalSpentInCurrencyLastYearOperand.categoryCode attribute defined at extension b2bbtgaddon.public BTGOrganizationTotalSpentInCurrencyLastYearOperandModel()
public BTGOrganizationTotalSpentInCurrencyLastYearOperandModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BTGOrganizationTotalSpentInCurrencyLastYearOperandModel(CatalogVersionModel _catalogVersion, String _uid)
_catalogVersion - initial attribute declared by type BTGItem at extension btg_uid - initial attribute declared by type BTGItem at extension btg@Deprecated public BTGOrganizationTotalSpentInCurrencyLastYearOperandModel(CatalogVersionModel _catalogVersion, ItemModel _owner, String _uid)
_catalogVersion - initial attribute declared by type BTGItem at extension btg_owner - initial attribute declared by type Item at extension core_uid - initial attribute declared by type BTGItem at extension btg@Accessor(qualifier="categoryCode", type=GETTER) public String getCategoryCode()
BTGOrganizationTotalSpentInCurrencyLastYearOperand.categoryCode attribute defined at extension b2bbtgaddon.@Accessor(qualifier="currency", type=GETTER) public CurrencyModel getCurrency()
BTGOrganizationTotalSpentInCurrencyLastYearOperand.currency attribute defined at extension b2bbtgaddon.@Accessor(qualifier="productCatalogId", type=GETTER) public String getProductCatalogId()
BTGOrganizationTotalSpentInCurrencyLastYearOperand.productCatalogId attribute defined at extension b2bbtgaddon.@Accessor(qualifier="categoryCode", type=SETTER) public void setCategoryCode(String value)
BTGOrganizationTotalSpentInCurrencyLastYearOperand.categoryCode attribute defined at extension b2bbtgaddon.value - the categoryCode@Accessor(qualifier="currency", type=SETTER) public void setCurrency(CurrencyModel value)
BTGOrganizationTotalSpentInCurrencyLastYearOperand.currency attribute defined at extension b2bbtgaddon.value - the currency@Accessor(qualifier="productCatalogId", type=SETTER) public void setProductCatalogId(String value)
BTGOrganizationTotalSpentInCurrencyLastYearOperand.productCatalogId attribute defined at extension b2bbtgaddon.value - the productCatalogIdCopyright © 2017 SAP SE. All Rights Reserved.