Class BmAccountBalanceModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.billmanagementservices.model.BmAccountBalanceModel
- All Implemented Interfaces:
Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Generated model class for type BmAccountBalance first defined at extension billmanagementservices.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated relation code constant for relationBmAccount2BmAccountBalanceRelationdefining source attributeaccountin extensionbillmanagementservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated model type code constant.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBmAccountBalance.accountattribute defined at extensionbillmanagementservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBmAccountBalance.currencyattribute defined at extensionbillmanagementservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBmAccountBalance.externalIdentifiersattribute defined at extensionbillmanagementservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBmAccountBalance.idattribute defined at extensionbillmanagementservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBmAccountBalance.remainingAmountattribute defined at extensionbillmanagementservices.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for generic creation.BmAccountBalanceModel(ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBmAccountBalanceModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmAccountBalance.accountattribute defined at extensionbillmanagementservices.Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmAccountBalance.currencyattribute defined at extensionbillmanagementservices.Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmAccountBalance.externalIdentifiersattribute defined at extensionbillmanagementservices.getId()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmAccountBalance.idattribute defined at extensionbillmanagementservices.Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmAccountBalance.remainingAmountattribute defined at extensionbillmanagementservices.voidsetAccount(BmAccountModel value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBmAccountBalance.accountattribute defined at extensionbillmanagementservices.voidsetCurrency(CurrencyModel value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBmAccountBalance.currencyattribute defined at extensionbillmanagementservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBmAccountBalance.externalIdentifiersattribute defined at extensionbillmanagementservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBmAccountBalance.idattribute defined at extensionbillmanagementservices.voidsetRemainingAmount(Float value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBmAccountBalance.remainingAmountattribute defined at extensionbillmanagementservices.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
Field Details
-
_TYPECODE
Deprecated, for removal: This API element is subject to removal in a future version.Generated model type code constant.- See Also:
-
_BMACCOUNT2BMACCOUNTBALANCERELATION
Deprecated, for removal: This API element is subject to removal in a future version.Generated relation code constant for relationBmAccount2BmAccountBalanceRelationdefining source attributeaccountin extensionbillmanagementservices.- See Also:
-
ID
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBmAccountBalance.idattribute defined at extensionbillmanagementservices.- See Also:
-
REMAININGAMOUNT
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBmAccountBalance.remainingAmountattribute defined at extensionbillmanagementservices.- See Also:
-
CURRENCY
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBmAccountBalance.currencyattribute defined at extensionbillmanagementservices.- See Also:
-
EXTERNALIDENTIFIERS
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBmAccountBalance.externalIdentifiersattribute defined at extensionbillmanagementservices.- See Also:
-
ACCOUNT
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBmAccountBalance.accountattribute defined at extensionbillmanagementservices.- See Also:
-
-
Constructor Details
-
BmAccountBalanceModel
public BmAccountBalanceModel()Deprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for generic creation. -
BmAccountBalanceModel
public BmAccountBalanceModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
BmAccountBalanceModel
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getAccount
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmAccountBalance.accountattribute defined at extensionbillmanagementservices.- Returns:
- the account - The Account for which those Account Balances are defined.
-
getCurrency
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmAccountBalance.currencyattribute defined at extensionbillmanagementservices.- Returns:
- the currency
-
getExternalIdentifiers
@Accessor(qualifier="externalIdentifiers", type=GETTER) public List<TuaExternalIdentifierModel> getExternalIdentifiers()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmAccountBalance.externalIdentifiersattribute defined at extensionbillmanagementservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the externalIdentifiers
-
getId
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmAccountBalance.idattribute defined at extensionbillmanagementservices.- Returns:
- the id
-
getRemainingAmount
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmAccountBalance.remainingAmountattribute defined at extensionbillmanagementservices.- Returns:
- the remainingAmount
-
setAccount
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBmAccountBalance.accountattribute defined at extensionbillmanagementservices.- Parameters:
value- the account - The Account for which those Account Balances are defined.
-
setCurrency
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBmAccountBalance.currencyattribute defined at extensionbillmanagementservices.- Parameters:
value- the currency
-
setExternalIdentifiers
@Accessor(qualifier="externalIdentifiers", type=SETTER) public void setExternalIdentifiers(List<TuaExternalIdentifierModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBmAccountBalance.externalIdentifiersattribute defined at extensionbillmanagementservices.- Parameters:
value- the externalIdentifiers
-
setId
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBmAccountBalance.idattribute defined at extensionbillmanagementservices.- Parameters:
value- the id
-
setRemainingAmount
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBmAccountBalance.remainingAmountattribute defined at extensionbillmanagementservices.- Parameters:
value- the remainingAmount
-