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:
java.io.Serializable
public class CodeGenerationConfigurationModel extends ItemModel
Generated model class for type CodeGenerationConfiguration first defined at extension couponservices.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
CODESEPARATOR
Generated constant - Attribute key ofCodeGenerationConfiguration.codeSeparator
attribute defined at extensioncouponservices
.static java.lang.String
COUPONPARTCOUNT
Generated constant - Attribute key ofCodeGenerationConfiguration.couponPartCount
attribute defined at extensioncouponservices
.static java.lang.String
COUPONPARTLENGTH
Generated constant - Attribute key ofCodeGenerationConfiguration.couponPartLength
attribute defined at extensioncouponservices
.static java.lang.String
NAME
Generated constant - Attribute key ofCodeGenerationConfiguration.name
attribute defined at extensioncouponservices
.-
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 CodeGenerationConfigurationModel()
Generated constructor - Default constructor for generic creation.CodeGenerationConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing contextCodeGenerationConfigurationModel(java.lang.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 parametersCodeGenerationConfigurationModel(java.lang.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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCodeSeparator()
Generated method - Getter of theCodeGenerationConfiguration.codeSeparator
attribute defined at extensioncouponservices
.int
getCouponPartCount()
Generated method - Getter of theCodeGenerationConfiguration.couponPartCount
attribute defined at extensioncouponservices
.int
getCouponPartLength()
Generated method - Getter of theCodeGenerationConfiguration.couponPartLength
attribute defined at extensioncouponservices
.java.lang.String
getName()
Generated method - Getter of theCodeGenerationConfiguration.name
attribute defined at extensioncouponservices
.void
setCodeSeparator(java.lang.String value)
Generated method - Setter ofCodeGenerationConfiguration.codeSeparator
attribute defined at extensioncouponservices
.void
setCouponPartCount(int value)
Generated method - Setter ofCodeGenerationConfiguration.couponPartCount
attribute defined at extensioncouponservices
.void
setCouponPartLength(int value)
Generated method - Setter ofCodeGenerationConfiguration.couponPartLength
attribute defined at extensioncouponservices
.void
setName(java.lang.String value)
Generated method - Setter ofCodeGenerationConfiguration.name
attribute defined at extensioncouponservices
.-
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
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Generated constant - Attribute key ofCodeGenerationConfiguration.name
attribute defined at extensioncouponservices
.- See Also:
- Constant Field Values
-
CODESEPARATOR
public static final java.lang.String CODESEPARATOR
Generated constant - Attribute key ofCodeGenerationConfiguration.codeSeparator
attribute defined at extensioncouponservices
.- See Also:
- Constant Field Values
-
COUPONPARTCOUNT
public static final java.lang.String COUPONPARTCOUNT
Generated constant - Attribute key ofCodeGenerationConfiguration.couponPartCount
attribute defined at extensioncouponservices
.- See Also:
- Constant Field Values
-
COUPONPARTLENGTH
public static final java.lang.String COUPONPARTLENGTH
Generated constant - Attribute key ofCodeGenerationConfiguration.couponPartLength
attribute defined at extensioncouponservices
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CodeGenerationConfigurationModel
public CodeGenerationConfigurationModel()
Generated constructor - Default constructor for generic creation.
-
CodeGenerationConfigurationModel
public CodeGenerationConfigurationModel(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(java.lang.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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_name
- initial attribute declared by typeCodeGenerationConfiguration
at extensioncouponservices
-
CodeGenerationConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public CodeGenerationConfigurationModel(java.lang.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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_name
- initial attribute declared by typeCodeGenerationConfiguration
at extensioncouponservices
_owner
- initial attribute declared by typeItem
at extensioncore
-
-
Method Detail
-
getCodeSeparator
@Accessor(qualifier="codeSeparator", type=GETTER) public java.lang.String getCodeSeparator()
Generated method - Getter of theCodeGenerationConfiguration.codeSeparator
attribute defined at extensioncouponservices
.- Returns:
- the codeSeparator
-
getCouponPartCount
@Accessor(qualifier="couponPartCount", type=GETTER) public int getCouponPartCount()
Generated method - Getter of theCodeGenerationConfiguration.couponPartCount
attribute defined at extensioncouponservices
.- Returns:
- the couponPartCount
-
getCouponPartLength
@Accessor(qualifier="couponPartLength", type=GETTER) public int getCouponPartLength()
Generated method - Getter of theCodeGenerationConfiguration.couponPartLength
attribute defined at extensioncouponservices
.- Returns:
- the couponPartLength
-
getName
@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
Generated method - Getter of theCodeGenerationConfiguration.name
attribute defined at extensioncouponservices
.- Returns:
- the name
-
setCodeSeparator
@Accessor(qualifier="codeSeparator", type=SETTER) public void setCodeSeparator(java.lang.String value)
Generated method - Setter ofCodeGenerationConfiguration.codeSeparator
attribute defined at extensioncouponservices
.- Parameters:
value
- the codeSeparator
-
setCouponPartCount
@Accessor(qualifier="couponPartCount", type=SETTER) public void setCouponPartCount(int value)
Generated method - Setter ofCodeGenerationConfiguration.couponPartCount
attribute defined at extensioncouponservices
.- Parameters:
value
- the couponPartCount
-
setCouponPartLength
@Accessor(qualifier="couponPartLength", type=SETTER) public void setCouponPartLength(int value)
Generated method - Setter ofCodeGenerationConfiguration.couponPartLength
attribute defined at extensioncouponservices
.- Parameters:
value
- the couponPartLength
-
-