Class TmaChecklistActionConfigurationModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.b2ctelcoservices.model.TmaChecklistActionConfigurationModel
- All Implemented Interfaces:
Serializable
Generated model class for type TmaChecklistActionConfiguration first defined at extension b2ctelcoservices.
Configuration object defined for TmaChecklistPolicyStatement.
- 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 relation code constant for relationTmaChecklistPolicyStatement2TmaChecklistActionConfigurationRelationdefining source attributestatementsin extensionb2ctelcoservices.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofTmaChecklistActionConfiguration.catalogVersionattribute defined at extensionb2ctelcoservices.static final StringGenerated constant - Attribute key ofTmaChecklistActionConfiguration.codeattribute defined at extensionb2ctelcoservices.static final StringGenerated constant - Attribute key ofTmaChecklistActionConfiguration.descriptionattribute defined at extensionb2ctelcoservices.static final StringGenerated constant - Attribute key ofTmaChecklistActionConfiguration.statementsattribute defined at extensionb2ctelcoservices.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.TmaChecklistActionConfigurationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextTmaChecklistActionConfigurationModel(String _code, String _description) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTmaChecklistActionConfigurationModel(String _code, String _description, 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 theTmaChecklistActionConfiguration.catalogVersionattribute defined at extensionb2ctelcoservices.getCode()Generated method - Getter of theTmaChecklistActionConfiguration.codeattribute defined at extensionb2ctelcoservices.Generated method - Getter of theTmaChecklistActionConfiguration.descriptionattribute defined at extensionb2ctelcoservices.Generated method - Getter of theTmaChecklistActionConfiguration.statementsattribute defined at extensionb2ctelcoservices.voidGenerated method - Setter ofTmaChecklistActionConfiguration.catalogVersionattribute defined at extensionb2ctelcoservices.voidGenerated method - Setter ofTmaChecklistActionConfiguration.codeattribute defined at extensionb2ctelcoservices.voidsetDescription(String value) Generated method - Setter ofTmaChecklistActionConfiguration.descriptionattribute defined at extensionb2ctelcoservices.voidGenerated method - Setter ofTmaChecklistActionConfiguration.statementsattribute defined at extensionb2ctelcoservices.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:
-
_TMACHECKLISTPOLICYSTATEMENT2TMACHECKLISTACTIONCONFIGURATIONRELATION
Generated relation code constant for relationTmaChecklistPolicyStatement2TmaChecklistActionConfigurationRelationdefining source attributestatementsin extensionb2ctelcoservices.- See Also:
-
CODE
Generated constant - Attribute key ofTmaChecklistActionConfiguration.codeattribute defined at extensionb2ctelcoservices.- See Also:
-
DESCRIPTION
Generated constant - Attribute key ofTmaChecklistActionConfiguration.descriptionattribute defined at extensionb2ctelcoservices.- See Also:
-
CATALOGVERSION
Generated constant - Attribute key ofTmaChecklistActionConfiguration.catalogVersionattribute defined at extensionb2ctelcoservices.- See Also:
-
STATEMENTS
Generated constant - Attribute key ofTmaChecklistActionConfiguration.statementsattribute defined at extensionb2ctelcoservices.- See Also:
-
-
Constructor Details
-
TmaChecklistActionConfigurationModel
public TmaChecklistActionConfigurationModel()Generated constructor - Default constructor for generic creation. -
TmaChecklistActionConfigurationModel
public TmaChecklistActionConfigurationModel(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
-
TmaChecklistActionConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public TmaChecklistActionConfigurationModel(String _code, String _description) 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:
_code- initial attribute declared by typeTmaChecklistActionConfigurationat extensionb2ctelcoservices_description- initial attribute declared by typeTmaChecklistActionConfigurationat extensionb2ctelcoservices
-
TmaChecklistActionConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public TmaChecklistActionConfigurationModel(String _code, String _description, 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:
_code- initial attribute declared by typeTmaChecklistActionConfigurationat extensionb2ctelcoservices_description- initial attribute declared by typeTmaChecklistActionConfigurationat extensionb2ctelcoservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getCatalogVersion
Generated method - Getter of theTmaChecklistActionConfiguration.catalogVersionattribute defined at extensionb2ctelcoservices.- Returns:
- the catalogVersion - Catalog Version on which the TmaChecklistActionConfiguration is published.
-
getCode
Generated method - Getter of theTmaChecklistActionConfiguration.codeattribute defined at extensionb2ctelcoservices.- Returns:
- the code - Code of the checklist action configuration.
-
getDescription
Generated method - Getter of theTmaChecklistActionConfiguration.descriptionattribute defined at extensionb2ctelcoservices.- Returns:
- the description - Description of the configuration.
-
getStatements
@Accessor(qualifier="statements", type=GETTER) public Set<TmaChecklistPolicyStatementModel> getStatements()Generated method - Getter of theTmaChecklistActionConfiguration.statementsattribute defined at extensionb2ctelcoservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the statements - Statements using the configuration object.
-
setCatalogVersion
@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value) Generated method - Setter ofTmaChecklistActionConfiguration.catalogVersionattribute defined at extensionb2ctelcoservices.- Parameters:
value- the catalogVersion - Catalog Version on which the TmaChecklistActionConfiguration is published.
-
setCode
Generated method - Setter ofTmaChecklistActionConfiguration.codeattribute defined at extensionb2ctelcoservices.- Parameters:
value- the code - Code of the checklist action configuration.
-
setDescription
Generated method - Setter ofTmaChecklistActionConfiguration.descriptionattribute defined at extensionb2ctelcoservices.- Parameters:
value- the description - Description of the configuration.
-
setStatements
@Accessor(qualifier="statements", type=SETTER) public void setStatements(Set<TmaChecklistPolicyStatementModel> value) Generated method - Setter ofTmaChecklistActionConfiguration.statementsattribute defined at extensionb2ctelcoservices.- Parameters:
value- the statements - Statements using the configuration object.
-