Class TmaUsageCharacteristicCategoryModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.b2ctelcoservices.model.TmaUsageCharacteristicCategoryModel
- All Implemented Interfaces:
Serializable
Generated model class for type TmaUsageCharacteristicCategory first defined at extension tuadatacommonsservices.
Entity defining the categories for the Usage Specification Characteristics.
- 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 ofTmaUsageCharacteristicCategory.descriptionattribute defined at extensiontuadatacommonsservices.static final StringGenerated constant - Attribute key ofTmaUsageCharacteristicCategory.idattribute defined at extensiontuadatacommonsservices.static final StringGenerated constant - Attribute key ofTmaUsageCharacteristicCategory.nameattribute defined at extensiontuadatacommonsservices.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.TmaUsageCharacteristicCategoryModel(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 parametersTmaUsageCharacteristicCategoryModel(String _id, 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 theTmaUsageCharacteristicCategory.descriptionattribute defined at extensiontuadatacommonsservices.getDescription(Locale loc) Generated method - Getter of theTmaUsageCharacteristicCategory.descriptionattribute defined at extensiontuadatacommonsservices.getId()Generated method - Getter of theTmaUsageCharacteristicCategory.idattribute defined at extensiontuadatacommonsservices.getName()Generated method - Getter of theTmaUsageCharacteristicCategory.nameattribute defined at extensiontuadatacommonsservices.Generated method - Getter of theTmaUsageCharacteristicCategory.nameattribute defined at extensiontuadatacommonsservices.voidsetDescription(String value) Generated method - Setter ofTmaUsageCharacteristicCategory.descriptionattribute defined at extensiontuadatacommonsservices.voidsetDescription(String value, Locale loc) Generated method - Setter ofTmaUsageCharacteristicCategory.descriptionattribute defined at extensiontuadatacommonsservices.voidGenerated method - Setter ofTmaUsageCharacteristicCategory.idattribute defined at extensiontuadatacommonsservices.voidGenerated method - Setter ofTmaUsageCharacteristicCategory.nameattribute defined at extensiontuadatacommonsservices.voidGenerated method - Setter ofTmaUsageCharacteristicCategory.nameattribute defined at extensiontuadatacommonsservices.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:
-
ID
Generated constant - Attribute key ofTmaUsageCharacteristicCategory.idattribute defined at extensiontuadatacommonsservices.- See Also:
-
NAME
Generated constant - Attribute key ofTmaUsageCharacteristicCategory.nameattribute defined at extensiontuadatacommonsservices.- See Also:
-
DESCRIPTION
Generated constant - Attribute key ofTmaUsageCharacteristicCategory.descriptionattribute defined at extensiontuadatacommonsservices.- See Also:
-
-
Constructor Details
-
TmaUsageCharacteristicCategoryModel
public TmaUsageCharacteristicCategoryModel()Generated constructor - Default constructor for generic creation. -
TmaUsageCharacteristicCategoryModel
public TmaUsageCharacteristicCategoryModel(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
-
TmaUsageCharacteristicCategoryModel
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:
_id- initial attribute declared by typeTmaUsageCharacteristicCategoryat extensiontuadatacommonsservices
-
TmaUsageCharacteristicCategoryModel
@Deprecated(since="4.1.1", forRemoval=true) public TmaUsageCharacteristicCategoryModel(String _id, 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:
_id- initial attribute declared by typeTmaUsageCharacteristicCategoryat extensiontuadatacommonsservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getDescription
Generated method - Getter of theTmaUsageCharacteristicCategory.descriptionattribute defined at extensiontuadatacommonsservices.- Returns:
- the description - The description of the Usage Characteristic Category
-
getDescription
Generated method - Getter of theTmaUsageCharacteristicCategory.descriptionattribute defined at extensiontuadatacommonsservices.- Parameters:
loc- the value localization key- Returns:
- the description - The description of the Usage Characteristic Category
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
getId
Generated method - Getter of theTmaUsageCharacteristicCategory.idattribute defined at extensiontuadatacommonsservices.- Returns:
- the id - Unique identifier of the Usage Characteristic Category.
-
getName
Generated method - Getter of theTmaUsageCharacteristicCategory.nameattribute defined at extensiontuadatacommonsservices.- Returns:
- the name - The name of the Usage Characteristic Category
-
getName
Generated method - Getter of theTmaUsageCharacteristicCategory.nameattribute defined at extensiontuadatacommonsservices.- Parameters:
loc- the value localization key- Returns:
- the name - The name of the Usage Characteristic Category
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setDescription
Generated method - Setter ofTmaUsageCharacteristicCategory.descriptionattribute defined at extensiontuadatacommonsservices.- Parameters:
value- the description - The description of the Usage Characteristic Category
-
setDescription
@Accessor(qualifier="description", type=SETTER) public void setDescription(String value, Locale loc) Generated method - Setter ofTmaUsageCharacteristicCategory.descriptionattribute defined at extensiontuadatacommonsservices.- Parameters:
value- the description - The description of the Usage Characteristic Categoryloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setId
Generated method - Setter ofTmaUsageCharacteristicCategory.idattribute defined at extensiontuadatacommonsservices.- Parameters:
value- the id - Unique identifier of the Usage Characteristic Category.
-
setName
Generated method - Setter ofTmaUsageCharacteristicCategory.nameattribute defined at extensiontuadatacommonsservices.- Parameters:
value- the name - The name of the Usage Characteristic Category
-
setName
Generated method - Setter ofTmaUsageCharacteristicCategory.nameattribute defined at extensiontuadatacommonsservices.- Parameters:
value- the name - The name of the Usage Characteristic Categoryloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-