Class TuaAppliedCustomerBillingRateModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.tuadatamodel.model.TuaAppliedCustomerBillingRateModel
All Implemented Interfaces:
Serializable

public class TuaAppliedCustomerBillingRateModel extends ItemModel
Generated model class for type TuaAppliedCustomerBillingRate first defined at extension tuadatamodel.

A customer bill displays applied billing rates created before or during the billing process.

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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of TuaAppliedCustomerBillingRate.amount attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaAppliedCustomerBillingRate.appliedTax attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaAppliedCustomerBillingRate.bill attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaAppliedCustomerBillingRate.billingAccount attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaAppliedCustomerBillingRate.currency attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaAppliedCustomerBillingRate.externalIdentifiers attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaAppliedCustomerBillingRate.id attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaAppliedCustomerBillingRate.isBilled attribute defined at extension tuadatamodel.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 4.1.1 Please use the default constructor without parameters
    TuaAppliedCustomerBillingRateModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the TuaAppliedCustomerBillingRate.amount attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaAppliedCustomerBillingRate.appliedTax attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaAppliedCustomerBillingRate.bill attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaAppliedCustomerBillingRate.billingAccount attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaAppliedCustomerBillingRate.currency attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaAppliedCustomerBillingRate.externalIdentifiers attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaAppliedCustomerBillingRate.id attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaAppliedCustomerBillingRate.isBilled attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaAppliedCustomerBillingRate.amount attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaAppliedCustomerBillingRate.appliedTax attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaAppliedCustomerBillingRate.bill attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaAppliedCustomerBillingRate.billingAccount attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaAppliedCustomerBillingRate.currency attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaAppliedCustomerBillingRate.externalIdentifiers attribute defined at extension tuadatamodel.
    void
    setId(String value)
    Generated method - Setter of TuaAppliedCustomerBillingRate.id attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaAppliedCustomerBillingRate.isBilled attribute defined at extension tuadatamodel.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods 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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • ID

      public static final String ID
      Generated constant - Attribute key of TuaAppliedCustomerBillingRate.id attribute defined at extension tuadatamodel.
      See Also:
    • ISBILLED

      public static final String ISBILLED
      Generated constant - Attribute key of TuaAppliedCustomerBillingRate.isBilled attribute defined at extension tuadatamodel.
      See Also:
    • BILLINGACCOUNT

      public static final String BILLINGACCOUNT
      Generated constant - Attribute key of TuaAppliedCustomerBillingRate.billingAccount attribute defined at extension tuadatamodel.
      See Also:
    • BILL

      public static final String BILL
      Generated constant - Attribute key of TuaAppliedCustomerBillingRate.bill attribute defined at extension tuadatamodel.
      See Also:
    • AMOUNT

      public static final String AMOUNT
      Generated constant - Attribute key of TuaAppliedCustomerBillingRate.amount attribute defined at extension tuadatamodel.
      See Also:
    • CURRENCY

      public static final String CURRENCY
      Generated constant - Attribute key of TuaAppliedCustomerBillingRate.currency attribute defined at extension tuadatamodel.
      See Also:
    • EXTERNALIDENTIFIERS

      public static final String EXTERNALIDENTIFIERS
      Generated constant - Attribute key of TuaAppliedCustomerBillingRate.externalIdentifiers attribute defined at extension tuadatamodel.
      See Also:
    • APPLIEDTAX

      public static final String APPLIEDTAX
      Generated constant - Attribute key of TuaAppliedCustomerBillingRate.appliedTax attribute defined at extension tuadatamodel.
      See Also:
  • Constructor Details

    • TuaAppliedCustomerBillingRateModel

      public TuaAppliedCustomerBillingRateModel()
      Generated constructor - Default constructor for generic creation.
    • TuaAppliedCustomerBillingRateModel

      public TuaAppliedCustomerBillingRateModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • TuaAppliedCustomerBillingRateModel

      @Deprecated(since="4.1.1", forRemoval=true) public TuaAppliedCustomerBillingRateModel(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 parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getAmount

      @Accessor(qualifier="amount", type=GETTER) public Float getAmount()
      Generated method - Getter of the TuaAppliedCustomerBillingRate.amount attribute defined at extension tuadatamodel.
      Returns:
      the amount
    • getAppliedTax

      @Accessor(qualifier="appliedTax", type=GETTER) public Set<TuaAppliedPartyBillingTaxRateModel> getAppliedTax()
      Generated method - Getter of the TuaAppliedCustomerBillingRate.appliedTax attribute defined at extension tuadatamodel. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the appliedTax - Tua Applied Party Billing Tax Rate representing the applied billing tax rate of the applied customer billing rate.
    • getBill

      @Accessor(qualifier="bill", type=GETTER) public TuaPartyBillModel getBill()
      Generated method - Getter of the TuaAppliedCustomerBillingRate.bill attribute defined at extension tuadatamodel.
      Returns:
      the bill
    • getBillingAccount

      @Accessor(qualifier="billingAccount", type=GETTER) public TuaBillingAccountModel getBillingAccount()
      Generated method - Getter of the TuaAppliedCustomerBillingRate.billingAccount attribute defined at extension tuadatamodel.
      Returns:
      the billingAccount
    • getCurrency

      @Accessor(qualifier="currency", type=GETTER) public CurrencyModel getCurrency()
      Generated method - Getter of the TuaAppliedCustomerBillingRate.currency attribute defined at extension tuadatamodel.
      Returns:
      the currency
    • getExternalIdentifiers

      @Accessor(qualifier="externalIdentifiers", type=GETTER) public List<TuaExternalIdentifierModel> getExternalIdentifiers()
      Generated method - Getter of the TuaAppliedCustomerBillingRate.externalIdentifiers attribute defined at extension tuadatamodel. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the externalIdentifiers
    • getId

      @Accessor(qualifier="id", type=GETTER) public String getId()
      Generated method - Getter of the TuaAppliedCustomerBillingRate.id attribute defined at extension tuadatamodel.
      Returns:
      the id
    • getIsBilled

      @Accessor(qualifier="isBilled", type=GETTER) public Boolean getIsBilled()
      Generated method - Getter of the TuaAppliedCustomerBillingRate.isBilled attribute defined at extension tuadatamodel.
      Returns:
      the isBilled
    • setAmount

      @Accessor(qualifier="amount", type=SETTER) public void setAmount(Float value)
      Generated method - Setter of TuaAppliedCustomerBillingRate.amount attribute defined at extension tuadatamodel.
      Parameters:
      value - the amount
    • setAppliedTax

      @Accessor(qualifier="appliedTax", type=SETTER) public void setAppliedTax(Set<TuaAppliedPartyBillingTaxRateModel> value)
      Generated method - Setter of TuaAppliedCustomerBillingRate.appliedTax attribute defined at extension tuadatamodel.
      Parameters:
      value - the appliedTax - Tua Applied Party Billing Tax Rate representing the applied billing tax rate of the applied customer billing rate.
    • setBill

      @Accessor(qualifier="bill", type=SETTER) public void setBill(TuaPartyBillModel value)
      Generated method - Setter of TuaAppliedCustomerBillingRate.bill attribute defined at extension tuadatamodel.
      Parameters:
      value - the bill
    • setBillingAccount

      @Accessor(qualifier="billingAccount", type=SETTER) public void setBillingAccount(TuaBillingAccountModel value)
      Generated method - Setter of TuaAppliedCustomerBillingRate.billingAccount attribute defined at extension tuadatamodel.
      Parameters:
      value - the billingAccount
    • setCurrency

      @Accessor(qualifier="currency", type=SETTER) public void setCurrency(CurrencyModel value)
      Generated method - Setter of TuaAppliedCustomerBillingRate.currency attribute defined at extension tuadatamodel.
      Parameters:
      value - the currency
    • setExternalIdentifiers

      @Accessor(qualifier="externalIdentifiers", type=SETTER) public void setExternalIdentifiers(List<TuaExternalIdentifierModel> value)
      Generated method - Setter of TuaAppliedCustomerBillingRate.externalIdentifiers attribute defined at extension tuadatamodel.
      Parameters:
      value - the externalIdentifiers
    • setId

      @Accessor(qualifier="id", type=SETTER) public void setId(String value)
      Generated method - Setter of TuaAppliedCustomerBillingRate.id attribute defined at extension tuadatamodel.
      Parameters:
      value - the id
    • setIsBilled

      @Accessor(qualifier="isBilled", type=SETTER) public void setIsBilled(Boolean value)
      Generated method - Setter of TuaAppliedCustomerBillingRate.isBilled attribute defined at extension tuadatamodel.
      Parameters:
      value - the isBilled