Class TuaPartyBillingCycleModel

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

public class TuaPartyBillingCycleModel extends ItemModel
Generated model class for type TuaPartyBillingCycle first defined at extension tuadatamodel.
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 TuaPartyBillingCycle.billingDate attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaPartyBillingCycle.chargeDate attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaPartyBillingCycle.creditDate attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaPartyBillingCycle.externalIdentifiers attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaPartyBillingCycle.id attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaPartyBillingCycle.mailingDate attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaPartyBillingCycle.nextBillDate attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaPartyBillingCycle.partyBills attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaPartyBillingCycle.paymentDueDate attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaPartyBillingCycle.productionReason 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
    TuaPartyBillingCycleModel(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 TuaPartyBillingCycle.billingDate attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyBillingCycle.chargeDate attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyBillingCycle.creditDate attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyBillingCycle.externalIdentifiers attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyBillingCycle.id attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyBillingCycle.mailingDate attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyBillingCycle.nextBillDate attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyBillingCycle.partyBills attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyBillingCycle.paymentDueDate attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyBillingCycle.productionReason attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyBillingCycle.billingDate attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyBillingCycle.chargeDate attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyBillingCycle.creditDate attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyBillingCycle.externalIdentifiers attribute defined at extension tuadatamodel.
    void
    setId(String value)
    Generated method - Setter of TuaPartyBillingCycle.id attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyBillingCycle.mailingDate attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyBillingCycle.nextBillDate attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyBillingCycle.partyBills attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyBillingCycle.paymentDueDate attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyBillingCycle.productionReason 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 TuaPartyBillingCycle.id attribute defined at extension tuadatamodel.
      See Also:
    • BILLINGDATE

      public static final String BILLINGDATE
      Generated constant - Attribute key of TuaPartyBillingCycle.billingDate attribute defined at extension tuadatamodel.
      See Also:
    • CHARGEDATE

      public static final String CHARGEDATE
      Generated constant - Attribute key of TuaPartyBillingCycle.chargeDate attribute defined at extension tuadatamodel.
      See Also:
    • CREDITDATE

      public static final String CREDITDATE
      Generated constant - Attribute key of TuaPartyBillingCycle.creditDate attribute defined at extension tuadatamodel.
      See Also:
    • MAILINGDATE

      public static final String MAILINGDATE
      Generated constant - Attribute key of TuaPartyBillingCycle.mailingDate attribute defined at extension tuadatamodel.
      See Also:
    • PAYMENTDUEDATE

      public static final String PAYMENTDUEDATE
      Generated constant - Attribute key of TuaPartyBillingCycle.paymentDueDate attribute defined at extension tuadatamodel.
      See Also:
    • PRODUCTIONREASON

      public static final String PRODUCTIONREASON
      Generated constant - Attribute key of TuaPartyBillingCycle.productionReason attribute defined at extension tuadatamodel.
      See Also:
    • NEXTBILLDATE

      public static final String NEXTBILLDATE
      Generated constant - Attribute key of TuaPartyBillingCycle.nextBillDate attribute defined at extension tuadatamodel.
      See Also:
    • EXTERNALIDENTIFIERS

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

      public static final String PARTYBILLS
      Generated constant - Attribute key of TuaPartyBillingCycle.partyBills attribute defined at extension tuadatamodel.
      See Also:
  • Constructor Details

    • TuaPartyBillingCycleModel

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

      public TuaPartyBillingCycleModel(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
    • TuaPartyBillingCycleModel

      @Deprecated(since="4.1.1", forRemoval=true) public TuaPartyBillingCycleModel(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

    • getBillingDate

      @Accessor(qualifier="billingDate", type=GETTER) public Date getBillingDate()
      Generated method - Getter of the TuaPartyBillingCycle.billingDate attribute defined at extension tuadatamodel.
      Returns:
      the billingDate
    • getChargeDate

      @Accessor(qualifier="chargeDate", type=GETTER) public Date getChargeDate()
      Generated method - Getter of the TuaPartyBillingCycle.chargeDate attribute defined at extension tuadatamodel.
      Returns:
      the chargeDate
    • getCreditDate

      @Accessor(qualifier="creditDate", type=GETTER) public Date getCreditDate()
      Generated method - Getter of the TuaPartyBillingCycle.creditDate attribute defined at extension tuadatamodel.
      Returns:
      the creditDate
    • getExternalIdentifiers

      @Accessor(qualifier="externalIdentifiers", type=GETTER) public List<TuaExternalIdentifierModel> getExternalIdentifiers()
      Generated method - Getter of the TuaPartyBillingCycle.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 TuaPartyBillingCycle.id attribute defined at extension tuadatamodel.
      Returns:
      the id
    • getMailingDate

      @Accessor(qualifier="mailingDate", type=GETTER) public Date getMailingDate()
      Generated method - Getter of the TuaPartyBillingCycle.mailingDate attribute defined at extension tuadatamodel.
      Returns:
      the mailingDate
    • getNextBillDate

      @Accessor(qualifier="nextBillDate", type=GETTER) public Date getNextBillDate()
      Generated method - Getter of the TuaPartyBillingCycle.nextBillDate attribute defined at extension tuadatamodel.
      Returns:
      the nextBillDate
    • getPartyBills

      @Accessor(qualifier="partyBills", type=GETTER) public Set<TuaOnCyclePartyBillModel> getPartyBills()
      Generated method - Getter of the TuaPartyBillingCycle.partyBills attribute defined at extension tuadatamodel. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the partyBills - The On Cycle Party Bills of that Party Billing Cycle.
    • getPaymentDueDate

      @Accessor(qualifier="paymentDueDate", type=GETTER) public Date getPaymentDueDate()
      Generated method - Getter of the TuaPartyBillingCycle.paymentDueDate attribute defined at extension tuadatamodel.
      Returns:
      the paymentDueDate
    • getProductionReason

      @Accessor(qualifier="productionReason", type=GETTER) public String getProductionReason()
      Generated method - Getter of the TuaPartyBillingCycle.productionReason attribute defined at extension tuadatamodel.
      Returns:
      the productionReason
    • setBillingDate

      @Accessor(qualifier="billingDate", type=SETTER) public void setBillingDate(Date value)
      Generated method - Setter of TuaPartyBillingCycle.billingDate attribute defined at extension tuadatamodel.
      Parameters:
      value - the billingDate
    • setChargeDate

      @Accessor(qualifier="chargeDate", type=SETTER) public void setChargeDate(Date value)
      Generated method - Setter of TuaPartyBillingCycle.chargeDate attribute defined at extension tuadatamodel.
      Parameters:
      value - the chargeDate
    • setCreditDate

      @Accessor(qualifier="creditDate", type=SETTER) public void setCreditDate(Date value)
      Generated method - Setter of TuaPartyBillingCycle.creditDate attribute defined at extension tuadatamodel.
      Parameters:
      value - the creditDate
    • setExternalIdentifiers

      @Accessor(qualifier="externalIdentifiers", type=SETTER) public void setExternalIdentifiers(List<TuaExternalIdentifierModel> value)
      Generated method - Setter of TuaPartyBillingCycle.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 TuaPartyBillingCycle.id attribute defined at extension tuadatamodel.
      Parameters:
      value - the id
    • setMailingDate

      @Accessor(qualifier="mailingDate", type=SETTER) public void setMailingDate(Date value)
      Generated method - Setter of TuaPartyBillingCycle.mailingDate attribute defined at extension tuadatamodel.
      Parameters:
      value - the mailingDate
    • setNextBillDate

      @Accessor(qualifier="nextBillDate", type=SETTER) public void setNextBillDate(Date value)
      Generated method - Setter of TuaPartyBillingCycle.nextBillDate attribute defined at extension tuadatamodel.
      Parameters:
      value - the nextBillDate
    • setPartyBills

      @Accessor(qualifier="partyBills", type=SETTER) public void setPartyBills(Set<TuaOnCyclePartyBillModel> value)
      Generated method - Setter of TuaPartyBillingCycle.partyBills attribute defined at extension tuadatamodel.
      Parameters:
      value - the partyBills - The On Cycle Party Bills of that Party Billing Cycle.
    • setPaymentDueDate

      @Accessor(qualifier="paymentDueDate", type=SETTER) public void setPaymentDueDate(Date value)
      Generated method - Setter of TuaPartyBillingCycle.paymentDueDate attribute defined at extension tuadatamodel.
      Parameters:
      value - the paymentDueDate
    • setProductionReason

      @Accessor(qualifier="productionReason", type=SETTER) public void setProductionReason(String value)
      Generated method - Setter of TuaPartyBillingCycle.productionReason attribute defined at extension tuadatamodel.
      Parameters:
      value - the productionReason