Class TmaBillingCycleModel

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

public class TmaBillingCycleModel extends ItemModel
Generated model class for type TmaBillingCycle first defined at extension b2ctelcoservices.

describes how often an invoice should be generated for a contract.

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 TmaBillingCycle.cycleDay attribute defined at extension b2ctelcoservices.
    static final String
    Generated constant - Attribute key of TmaBillingCycle.cycleType attribute defined at extension b2ctelcoservices.
    static final String
    Generated constant - Attribute key of TmaBillingCycle.frequency attribute defined at extension b2ctelcoservices.
    static final String
    Generated constant - Attribute key of TmaBillingCycle.name attribute defined at extension b2ctelcoservices.

    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
    TmaBillingCycleModel(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 TmaBillingCycle.cycleDay attribute defined at extension b2ctelcoservices.
    Generated method - Getter of the TmaBillingCycle.cycleType attribute defined at extension b2ctelcoservices.
    Generated method - Getter of the TmaBillingCycle.frequency attribute defined at extension b2ctelcoservices.
    Generated method - Getter of the TmaBillingCycle.name attribute defined at extension b2ctelcoservices.
    void
    Generated method - Setter of TmaBillingCycle.cycleDay attribute defined at extension b2ctelcoservices.
    void
    Generated method - Setter of TmaBillingCycle.cycleType attribute defined at extension b2ctelcoservices.
    void
    Generated method - Setter of TmaBillingCycle.frequency attribute defined at extension b2ctelcoservices.
    void
    setName(String value)
    Generated method - Setter of TmaBillingCycle.name attribute defined at extension b2ctelcoservices.

    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:
    • NAME

      public static final String NAME
      Generated constant - Attribute key of TmaBillingCycle.name attribute defined at extension b2ctelcoservices.
      See Also:
    • FREQUENCY

      public static final String FREQUENCY
      Generated constant - Attribute key of TmaBillingCycle.frequency attribute defined at extension b2ctelcoservices.
      See Also:
    • CYCLETYPE

      public static final String CYCLETYPE
      Generated constant - Attribute key of TmaBillingCycle.cycleType attribute defined at extension b2ctelcoservices.
      See Also:
    • CYCLEDAY

      public static final String CYCLEDAY
      Generated constant - Attribute key of TmaBillingCycle.cycleDay attribute defined at extension b2ctelcoservices.
      See Also:
  • Constructor Details

    • TmaBillingCycleModel

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

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

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

    • getCycleDay

      @Accessor(qualifier="cycleDay", type=GETTER) public Integer getCycleDay()
      Generated method - Getter of the TmaBillingCycle.cycleDay attribute defined at extension b2ctelcoservices.
      Returns:
      the cycleDay
    • getCycleType

      @Accessor(qualifier="cycleType", type=GETTER) public BillingCycleType getCycleType()
      Generated method - Getter of the TmaBillingCycle.cycleType attribute defined at extension b2ctelcoservices.
      Returns:
      the cycleType
    • getFrequency

      @Accessor(qualifier="frequency", type=GETTER) public BillingFrequencyModel getFrequency()
      Generated method - Getter of the TmaBillingCycle.frequency attribute defined at extension b2ctelcoservices.
      Returns:
      the frequency
    • getName

      @Accessor(qualifier="name", type=GETTER) public String getName()
      Generated method - Getter of the TmaBillingCycle.name attribute defined at extension b2ctelcoservices.
      Returns:
      the name
    • setCycleDay

      @Accessor(qualifier="cycleDay", type=SETTER) public void setCycleDay(Integer value)
      Generated method - Setter of TmaBillingCycle.cycleDay attribute defined at extension b2ctelcoservices.
      Parameters:
      value - the cycleDay
    • setCycleType

      @Accessor(qualifier="cycleType", type=SETTER) public void setCycleType(BillingCycleType value)
      Generated method - Setter of TmaBillingCycle.cycleType attribute defined at extension b2ctelcoservices.
      Parameters:
      value - the cycleType
    • setFrequency

      @Accessor(qualifier="frequency", type=SETTER) public void setFrequency(BillingFrequencyModel value)
      Generated method - Setter of TmaBillingCycle.frequency attribute defined at extension b2ctelcoservices.
      Parameters:
      value - the frequency
    • setName

      @Accessor(qualifier="name", type=SETTER) public void setName(String value)
      Generated method - Setter of TmaBillingCycle.name attribute defined at extension b2ctelcoservices.
      Parameters:
      value - the name