Class CodeGenerationConfigurationModel

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

public class CodeGenerationConfigurationModel extends ItemModel
Generated model class for type CodeGenerationConfiguration first defined at extension couponservices.
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 CodeGenerationConfiguration.codeSeparator attribute defined at extension couponservices.
    static final String
    Generated constant - Attribute key of CodeGenerationConfiguration.couponPartCount attribute defined at extension couponservices.
    static final String
    Generated constant - Attribute key of CodeGenerationConfiguration.couponPartLength attribute defined at extension couponservices.
    static final String
    Generated constant - Attribute key of CodeGenerationConfiguration.name attribute defined at extension couponservices.

    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.
    CodeGenerationConfigurationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    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
    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
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the CodeGenerationConfiguration.codeSeparator attribute defined at extension couponservices.
    int
    Generated method - Getter of the CodeGenerationConfiguration.couponPartCount attribute defined at extension couponservices.
    int
    Generated method - Getter of the CodeGenerationConfiguration.couponPartLength attribute defined at extension couponservices.
    Generated method - Getter of the CodeGenerationConfiguration.name attribute defined at extension couponservices.
    void
    Generated method - Setter of CodeGenerationConfiguration.codeSeparator attribute defined at extension couponservices.
    void
    setCouponPartCount(int value)
    Generated method - Setter of CodeGenerationConfiguration.couponPartCount attribute defined at extension couponservices.
    void
    Generated method - Setter of CodeGenerationConfiguration.couponPartLength attribute defined at extension couponservices.
    void
    setName(String value)
    Generated method - Setter of CodeGenerationConfiguration.name attribute defined at extension couponservices.

    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 CodeGenerationConfiguration.name attribute defined at extension couponservices.
      See Also:
    • CODESEPARATOR

      public static final String CODESEPARATOR
      Generated constant - Attribute key of CodeGenerationConfiguration.codeSeparator attribute defined at extension couponservices.
      See Also:
    • COUPONPARTCOUNT

      public static final String COUPONPARTCOUNT
      Generated constant - Attribute key of CodeGenerationConfiguration.couponPartCount attribute defined at extension couponservices.
      See Also:
    • COUPONPARTLENGTH

      public static final String COUPONPARTLENGTH
      Generated constant - Attribute key of CodeGenerationConfiguration.couponPartLength attribute defined at extension couponservices.
      See Also:
  • Constructor Details

    • CodeGenerationConfigurationModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public CodeGenerationConfigurationModel(String _name)
      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 - Constructor with all mandatory attributes.
      Parameters:
      _name - initial attribute declared by type CodeGenerationConfiguration at extension couponservices
    • CodeGenerationConfigurationModel

      @Deprecated(since="4.1.1", forRemoval=true) public CodeGenerationConfigurationModel(String _name, 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:
      _name - initial attribute declared by type CodeGenerationConfiguration at extension couponservices
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getCodeSeparator

      @Accessor(qualifier="codeSeparator", type=GETTER) public String getCodeSeparator()
      Generated method - Getter of the CodeGenerationConfiguration.codeSeparator attribute defined at extension couponservices.
      Returns:
      the codeSeparator
    • getCouponPartCount

      @Accessor(qualifier="couponPartCount", type=GETTER) public int getCouponPartCount()
      Generated method - Getter of the CodeGenerationConfiguration.couponPartCount attribute defined at extension couponservices.
      Returns:
      the couponPartCount
    • getCouponPartLength

      @Accessor(qualifier="couponPartLength", type=GETTER) public int getCouponPartLength()
      Generated method - Getter of the CodeGenerationConfiguration.couponPartLength attribute defined at extension couponservices.
      Returns:
      the couponPartLength
    • getName

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

      @Accessor(qualifier="codeSeparator", type=SETTER) public void setCodeSeparator(String value)
      Generated method - Setter of CodeGenerationConfiguration.codeSeparator attribute defined at extension couponservices.
      Parameters:
      value - the codeSeparator
    • setCouponPartCount

      @Accessor(qualifier="couponPartCount", type=SETTER) public void setCouponPartCount(int value)
      Generated method - Setter of CodeGenerationConfiguration.couponPartCount attribute defined at extension couponservices.
      Parameters:
      value - the couponPartCount
    • setCouponPartLength

      @Accessor(qualifier="couponPartLength", type=SETTER) public void setCouponPartLength(int value)
      Generated method - Setter of CodeGenerationConfiguration.couponPartLength attribute defined at extension couponservices.
      Parameters:
      value - the couponPartLength
    • setName

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