public class B2BQuoteLimitModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_B2BUNIT2B2BQUOTELIMIT
Generated relation code constant for relation
B2BUnit2B2BQuoteLimit defining source attribute Unit in extension b2bcommerce. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
AMOUNT
Generated constant - Attribute key of
B2BQuoteLimit.amount attribute defined at extension b2bcommerce. |
static java.lang.String |
CODE
Generated constant - Attribute key of
B2BQuoteLimit.code attribute defined at extension b2bcommerce. |
static java.lang.String |
CURRENCY
Generated constant - Attribute key of
B2BQuoteLimit.currency attribute defined at extension b2bcommerce. |
static java.lang.String |
UNIT
Generated constant - Attribute key of
B2BQuoteLimit.Unit attribute defined at extension b2bcommerce. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
B2BQuoteLimitModel()
Generated constructor - Default constructor for generic creation.
|
B2BQuoteLimitModel(java.math.BigDecimal _amount,
java.lang.String _code,
CurrencyModel _currency)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
B2BQuoteLimitModel(java.math.BigDecimal _amount,
java.lang.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 |
|---|---|
java.math.BigDecimal |
getAmount()
Generated method - Getter of the
B2BQuoteLimit.amount attribute defined at extension b2bcommerce. |
java.lang.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. |
java.util.Collection<B2BUnitModel> |
getUnit()
Generated method - Getter of the
B2BQuoteLimit.Unit attribute defined at extension b2bcommerce. |
void |
setAmount(java.math.BigDecimal value)
Generated method - Setter of
B2BQuoteLimit.amount attribute defined at extension b2bcommerce. |
void |
setCode(java.lang.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(java.util.Collection<B2BUnitModel> value)
Generated method - Setter of
B2BQuoteLimit.Unit attribute defined at extension b2bcommerce. |
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 _B2BUNIT2B2BQUOTELIMIT
B2BUnit2B2BQuoteLimit defining source attribute Unit in extension b2bcommerce.public static final java.lang.String CODE
B2BQuoteLimit.code attribute defined at extension b2bcommerce.public static final java.lang.String AMOUNT
B2BQuoteLimit.amount attribute defined at extension b2bcommerce.public static final java.lang.String CURRENCY
B2BQuoteLimit.currency attribute defined at extension b2bcommerce.public static final java.lang.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(java.math.BigDecimal _amount,
java.lang.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(java.math.BigDecimal _amount,
java.lang.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 java.math.BigDecimal getAmount()
B2BQuoteLimit.amount attribute defined at extension b2bcommerce.@Accessor(qualifier="code", type=GETTER) public java.lang.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 java.util.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(java.math.BigDecimal value)
B2BQuoteLimit.amount attribute defined at extension b2bcommerce.value - the amount@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.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(java.util.Collection<B2BUnitModel> value)
B2BQuoteLimit.Unit attribute defined at extension b2bcommerce.value - the UnitCopyright © 2018 SAP SE. All Rights Reserved.