public class CurrencyModel extends C2LItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_BASESTORE2CURRENCYREL
Generated relation code constant for relation
BaseStore2CurrencyRel defining source attribute baseStores in extension commerceservices. |
static String |
_SOLRFACETSEARCHCONFIG2CURRENCYRELATION
Generated relation code constant for relation
SolrFacetSearchConfig2CurrencyRelation defining source attribute facetSearchConfigs in extension solrfacetsearch. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
BASE
Generated constant - Attribute key of
Currency.base attribute defined at extension core. |
static String |
BASESTORES
Generated constant - Attribute key of
Currency.baseStores attribute defined at extension commerceservices. |
static String |
CONVERSION
Generated constant - Attribute key of
Currency.conversion attribute defined at extension core. |
static String |
DIGITS
Generated constant - Attribute key of
Currency.digits attribute defined at extension core. |
static String |
FACETSEARCHCONFIGS
Generated constant - Attribute key of
Currency.facetSearchConfigs attribute defined at extension solrfacetsearch. |
static String |
SAPCODE
Generated constant - Attribute key of
Currency.sapCode attribute defined at extension sapmodel. |
static String |
SYMBOL
Generated constant - Attribute key of
Currency.symbol attribute defined at extension core. |
ACTIVE, ISOCODE, NAME, ZONE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CurrencyModel()
Generated constructor - Default constructor for generic creation.
|
CurrencyModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CurrencyModel(String _isocode,
ItemModel _owner,
String _symbol)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CurrencyModel(String _isocode,
String _symbol)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBase()
Generated method - Getter of the
Currency.base attribute defined at extension core. |
Collection<BaseStoreModel> |
getBaseStores()
Generated method - Getter of the
Currency.baseStores attribute defined at extension commerceservices. |
Double |
getConversion()
Generated method - Getter of the
Currency.conversion attribute defined at extension core. |
Integer |
getDigits()
Generated method - Getter of the
Currency.digits attribute defined at extension core. |
List<SolrFacetSearchConfigModel> |
getFacetSearchConfigs()
Generated method - Getter of the
Currency.facetSearchConfigs attribute defined at extension solrfacetsearch. |
String |
getSapCode()
Generated method - Getter of the
Currency.sapCode attribute defined at extension sapmodel. |
String |
getSymbol()
Generated method - Getter of the
Currency.symbol attribute defined at extension core. |
void |
setBase(Boolean value)
Generated method - Setter of
Currency.base attribute defined at extension core. |
void |
setBaseStores(Collection<BaseStoreModel> value)
Generated method - Setter of
Currency.baseStores attribute defined at extension commerceservices. |
void |
setConversion(Double value)
Generated method - Setter of
Currency.conversion attribute defined at extension core. |
void |
setDigits(Integer value)
Generated method - Setter of
Currency.digits attribute defined at extension core. |
void |
setFacetSearchConfigs(List<SolrFacetSearchConfigModel> value)
Generated method - Setter of
Currency.facetSearchConfigs attribute defined at extension solrfacetsearch. |
void |
setSapCode(String value)
Generated method - Setter of
Currency.sapCode attribute defined at extension sapmodel. |
void |
setSymbol(String value)
Generated method - Setter of
Currency.symbol attribute defined at extension core. |
getActive, getIsocode, getName, getName, getZone, setActive, setIsocode, setName, setName, setZonegetComments, 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 _SOLRFACETSEARCHCONFIG2CURRENCYRELATION
SolrFacetSearchConfig2CurrencyRelation defining source attribute facetSearchConfigs in extension solrfacetsearch.public static final String _BASESTORE2CURRENCYREL
BaseStore2CurrencyRel defining source attribute baseStores in extension commerceservices.public static final String BASE
Currency.base attribute defined at extension core.public static final String CONVERSION
Currency.conversion attribute defined at extension core.public static final String DIGITS
Currency.digits attribute defined at extension core.public static final String SYMBOL
Currency.symbol attribute defined at extension core.public static final String FACETSEARCHCONFIGS
Currency.facetSearchConfigs attribute defined at extension solrfacetsearch.public static final String BASESTORES
Currency.baseStores attribute defined at extension commerceservices.public static final String SAPCODE
Currency.sapCode attribute defined at extension sapmodel.public CurrencyModel()
public CurrencyModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CurrencyModel(String _isocode, String _symbol)
_isocode - initial attribute declared by type Currency at extension core_symbol - initial attribute declared by type Currency at extension core@Deprecated public CurrencyModel(String _isocode, ItemModel _owner, String _symbol)
_isocode - initial attribute declared by type Currency at extension core_owner - initial attribute declared by type Item at extension core_symbol - initial attribute declared by type Currency at extension core@Accessor(qualifier="base", type=GETTER) public Boolean getBase()
Currency.base attribute defined at extension core.@Accessor(qualifier="baseStores", type=GETTER) public Collection<BaseStoreModel> getBaseStores()
Currency.baseStores attribute defined at extension commerceservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="conversion", type=GETTER) public Double getConversion()
Currency.conversion attribute defined at extension core.@Accessor(qualifier="digits", type=GETTER) public Integer getDigits()
Currency.digits attribute defined at extension core.@Accessor(qualifier="facetSearchConfigs", type=GETTER) public List<SolrFacetSearchConfigModel> getFacetSearchConfigs()
Currency.facetSearchConfigs attribute defined at extension solrfacetsearch.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="sapCode", type=GETTER) public String getSapCode()
Currency.sapCode attribute defined at extension sapmodel.@Accessor(qualifier="symbol", type=GETTER) public String getSymbol()
Currency.symbol attribute defined at extension core.@Accessor(qualifier="base", type=SETTER) public void setBase(Boolean value)
Currency.base attribute defined at extension core.value - the base@Accessor(qualifier="baseStores", type=SETTER) public void setBaseStores(Collection<BaseStoreModel> value)
Currency.baseStores attribute defined at extension commerceservices.value - the baseStores@Accessor(qualifier="conversion", type=SETTER) public void setConversion(Double value)
Currency.conversion attribute defined at extension core.value - the conversion@Accessor(qualifier="digits", type=SETTER) public void setDigits(Integer value)
Currency.digits attribute defined at extension core.value - the digits@Accessor(qualifier="facetSearchConfigs", type=SETTER) public void setFacetSearchConfigs(List<SolrFacetSearchConfigModel> value)
Currency.facetSearchConfigs attribute defined at extension solrfacetsearch.value - the facetSearchConfigs@Accessor(qualifier="sapCode", type=SETTER) public void setSapCode(String value)
Currency.sapCode attribute defined at extension sapmodel.value - the sapCode - SAP Code (ERP Table TCURC field WAERS)Copyright © 2017 SAP SE. All Rights Reserved.