public class B2BQuoteLimitModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_B2BUNIT2B2BQUOTELIMIT
Generated relation code constant for relation
B2BUnit2B2BQuoteLimit defining source attribute Unit in extension b2bcommerce. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
AMOUNT
Generated constant - Attribute key of
B2BQuoteLimit.amount attribute defined at extension b2bcommerce. |
static String |
CODE
Generated constant - Attribute key of
B2BQuoteLimit.code attribute defined at extension b2bcommerce. |
static String |
CURRENCY
Generated constant - Attribute key of
B2BQuoteLimit.currency attribute defined at extension b2bcommerce. |
static String |
UNIT
Generated constant - Attribute key of
B2BQuoteLimit.Unit attribute defined at extension b2bcommerce. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
B2BQuoteLimitModel()
Generated constructor - Default constructor for generic creation.
|
B2BQuoteLimitModel(BigDecimal _amount,
String _code,
CurrencyModel _currency)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
B2BQuoteLimitModel(BigDecimal _amount,
String _code,
CurrencyModel _currency,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
B2BQuoteLimitModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount()
Generated method - Getter of the
B2BQuoteLimit.amount attribute defined at extension b2bcommerce. |
String |
getCode()
Generated method - Getter of the
B2BQuoteLimit.code attribute defined at extension b2bcommerce. |
CurrencyModel |
getCurrency()
Generated method - Getter of the
B2BQuoteLimit.currency attribute defined at extension b2bcommerce. |
Collection<B2BUnitModel> |
getUnit()
Generated method - Getter of the
B2BQuoteLimit.Unit attribute defined at extension b2bcommerce. |
void |
setAmount(BigDecimal value)
Generated method - Setter of
B2BQuoteLimit.amount attribute defined at extension b2bcommerce. |
void |
setCode(String value)
Generated method - Setter of
B2BQuoteLimit.code attribute defined at extension b2bcommerce. |
void |
setCurrency(CurrencyModel value)
Generated method - Setter of
B2BQuoteLimit.currency attribute defined at extension b2bcommerce. |
void |
setUnit(Collection<B2BUnitModel> value)
Generated method - Setter of
B2BQuoteLimit.Unit attribute defined at extension b2bcommerce. |
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 _B2BUNIT2B2BQUOTELIMIT
B2BUnit2B2BQuoteLimit defining source attribute Unit in extension b2bcommerce.public static final String CODE
B2BQuoteLimit.code attribute defined at extension b2bcommerce.public static final String AMOUNT
B2BQuoteLimit.amount attribute defined at extension b2bcommerce.public static final String CURRENCY
B2BQuoteLimit.currency attribute defined at extension b2bcommerce.public static final String UNIT
B2BQuoteLimit.Unit attribute defined at extension b2bcommerce.public B2BQuoteLimitModel()
public B2BQuoteLimitModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public B2BQuoteLimitModel(BigDecimal _amount, String _code, CurrencyModel _currency)
_amount - initial attribute declared by type B2BQuoteLimit at extension b2bcommerce_code - initial attribute declared by type B2BQuoteLimit at extension b2bcommerce_currency - initial attribute declared by type B2BQuoteLimit at extension b2bcommerce@Deprecated public B2BQuoteLimitModel(BigDecimal _amount, String _code, CurrencyModel _currency, ItemModel _owner)
_amount - initial attribute declared by type B2BQuoteLimit at extension b2bcommerce_code - initial attribute declared by type B2BQuoteLimit at extension b2bcommerce_currency - initial attribute declared by type B2BQuoteLimit at extension b2bcommerce_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="amount", type=GETTER) public BigDecimal getAmount()
B2BQuoteLimit.amount attribute defined at extension b2bcommerce.@Accessor(qualifier="code", type=GETTER) public String getCode()
B2BQuoteLimit.code attribute defined at extension b2bcommerce.@Accessor(qualifier="currency", type=GETTER) public CurrencyModel getCurrency()
B2BQuoteLimit.currency attribute defined at extension b2bcommerce.@Accessor(qualifier="Unit", type=GETTER) public Collection<B2BUnitModel> getUnit()
B2BQuoteLimit.Unit attribute defined at extension b2bcommerce.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="amount", type=SETTER) public void setAmount(BigDecimal value)
B2BQuoteLimit.amount attribute defined at extension b2bcommerce.value - the amount@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
B2BQuoteLimit.code attribute defined at extension b2bcommerce.value - the code@Accessor(qualifier="currency", type=SETTER) public void setCurrency(CurrencyModel value)
B2BQuoteLimit.currency attribute defined at extension b2bcommerce.value - the currency@Accessor(qualifier="Unit", type=SETTER) public void setUnit(Collection<B2BUnitModel> value)
B2BQuoteLimit.Unit attribute defined at extension b2bcommerce.value - the UnitCopyright © 2017 SAP SE. All Rights Reserved.