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
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
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofCodeGenerationConfiguration.codeSeparatorattribute defined at extensioncouponservices.static final StringGenerated constant - Attribute key ofCodeGenerationConfiguration.couponPartCountattribute defined at extensioncouponservices.static final StringGenerated constant - Attribute key ofCodeGenerationConfiguration.couponPartLengthattribute defined at extensioncouponservices.static final StringGenerated constant - Attribute key ofCodeGenerationConfiguration.nameattribute defined at extensioncouponservices.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.CodeGenerationConfigurationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextDeprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCodeGenerationConfigurationModel(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
Modifier and TypeMethodDescriptionGenerated method - Getter of theCodeGenerationConfiguration.codeSeparatorattribute defined at extensioncouponservices.intGenerated method - Getter of theCodeGenerationConfiguration.couponPartCountattribute defined at extensioncouponservices.intGenerated method - Getter of theCodeGenerationConfiguration.couponPartLengthattribute defined at extensioncouponservices.getName()Generated method - Getter of theCodeGenerationConfiguration.nameattribute defined at extensioncouponservices.voidsetCodeSeparator(String value) Generated method - Setter ofCodeGenerationConfiguration.codeSeparatorattribute defined at extensioncouponservices.voidsetCouponPartCount(int value) Generated method - Setter ofCodeGenerationConfiguration.couponPartCountattribute defined at extensioncouponservices.voidsetCouponPartLength(int value) Generated method - Setter ofCodeGenerationConfiguration.couponPartLengthattribute defined at extensioncouponservices.voidGenerated method - Setter ofCodeGenerationConfiguration.nameattribute defined at extensioncouponservices.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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 Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
NAME
Generated constant - Attribute key ofCodeGenerationConfiguration.nameattribute defined at extensioncouponservices.- See Also:
-
CODESEPARATOR
Generated constant - Attribute key ofCodeGenerationConfiguration.codeSeparatorattribute defined at extensioncouponservices.- See Also:
-
COUPONPARTCOUNT
Generated constant - Attribute key ofCodeGenerationConfiguration.couponPartCountattribute defined at extensioncouponservices.- See Also:
-
COUPONPARTLENGTH
Generated constant - Attribute key ofCodeGenerationConfiguration.couponPartLengthattribute defined at extensioncouponservices.- 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, 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 typeCodeGenerationConfigurationat extensioncouponservices
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_name- initial attribute declared by typeCodeGenerationConfigurationat extensioncouponservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getCodeSeparator
Generated method - Getter of theCodeGenerationConfiguration.codeSeparatorattribute defined at extensioncouponservices.- Returns:
- the codeSeparator
-
getCouponPartCount
@Accessor(qualifier="couponPartCount", type=GETTER) public int getCouponPartCount()Generated method - Getter of theCodeGenerationConfiguration.couponPartCountattribute defined at extensioncouponservices.- Returns:
- the couponPartCount
-
getCouponPartLength
@Accessor(qualifier="couponPartLength", type=GETTER) public int getCouponPartLength()Generated method - Getter of theCodeGenerationConfiguration.couponPartLengthattribute defined at extensioncouponservices.- Returns:
- the couponPartLength
-
getName
Generated method - Getter of theCodeGenerationConfiguration.nameattribute defined at extensioncouponservices.- Returns:
- the name
-
setCodeSeparator
Generated method - Setter ofCodeGenerationConfiguration.codeSeparatorattribute defined at extensioncouponservices.- Parameters:
value- the codeSeparator
-
setCouponPartCount
@Accessor(qualifier="couponPartCount", type=SETTER) public void setCouponPartCount(int value) Generated method - Setter ofCodeGenerationConfiguration.couponPartCountattribute defined at extensioncouponservices.- Parameters:
value- the couponPartCount
-
setCouponPartLength
@Accessor(qualifier="couponPartLength", type=SETTER) public void setCouponPartLength(int value) Generated method - Setter ofCodeGenerationConfiguration.couponPartLengthattribute defined at extensioncouponservices.- Parameters:
value- the couponPartLength
-
setName
Generated method - Setter ofCodeGenerationConfiguration.nameattribute defined at extensioncouponservices.- Parameters:
value- the name
-