Class AgrCategoryModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.agreementservices.model.AgrCategoryModel
- All Implemented Interfaces:
Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Generated model class for type AgrCategory first defined at extension agreementservices.
Category of the Agreement.
- 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 StringDeprecated, for removal: This API element is subject to removal in a future version.Generated model type code constant.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofAgrCategory.externalIdentifiersattribute defined at extensionagreementservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofAgrCategory.idattribute defined at extensionagreementservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofAgrCategory.nameattribute defined at extensionagreementservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofAgrCategory.versionattribute defined at extensionagreementservices.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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for generic creation.AgrCategoryModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for creation with existing contextAgrCategoryModel(String _id) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAgrCategoryModel(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 TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theAgrCategory.externalIdentifiersattribute defined at extensionagreementservices.getId()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theAgrCategory.idattribute defined at extensionagreementservices.getName()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theAgrCategory.nameattribute defined at extensionagreementservices.Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theAgrCategory.nameattribute defined at extensionagreementservices.Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theAgrCategory.versionattribute defined at extensionagreementservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofAgrCategory.externalIdentifiersattribute defined at extensionagreementservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofAgrCategory.idattribute defined at extensionagreementservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofAgrCategory.nameattribute defined at extensionagreementservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofAgrCategory.nameattribute defined at extensionagreementservices.voidsetVersion(String value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofAgrCategory.versionattribute defined at extensionagreementservices.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
Deprecated, for removal: This API element is subject to removal in a future version.Generated model type code constant.- See Also:
-
ID
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofAgrCategory.idattribute defined at extensionagreementservices.- See Also:
-
NAME
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofAgrCategory.nameattribute defined at extensionagreementservices.- See Also:
-
VERSION
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofAgrCategory.versionattribute defined at extensionagreementservices.- See Also:
-
EXTERNALIDENTIFIERS
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofAgrCategory.externalIdentifiersattribute defined at extensionagreementservices.- See Also:
-
-
Constructor Details
-
AgrCategoryModel
public AgrCategoryModel()Deprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for generic creation. -
AgrCategoryModel
public AgrCategoryModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
AgrCategoryModel
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 typeAgrCategoryat extensionagreementservices
-
AgrCategoryModel
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 typeAgrCategoryat extensionagreementservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getExternalIdentifiers
@Accessor(qualifier="externalIdentifiers", type=GETTER) public List<TuaExternalIdentifierModel> getExternalIdentifiers()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theAgrCategory.externalIdentifiersattribute defined at extensionagreementservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the externalIdentifiers
-
getId
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theAgrCategory.idattribute defined at extensionagreementservices.- Returns:
- the id - Identifier of agreement category
-
getName
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theAgrCategory.nameattribute defined at extensionagreementservices.- Returns:
- the name - Name of agreement category
-
getName
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theAgrCategory.nameattribute defined at extensionagreementservices.- Parameters:
loc- the value localization key- Returns:
- the name - Name of agreement category
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
getVersion
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theAgrCategory.versionattribute defined at extensionagreementservices.- Returns:
- the version - Version of agreement category
-
setExternalIdentifiers
@Accessor(qualifier="externalIdentifiers", type=SETTER) public void setExternalIdentifiers(List<TuaExternalIdentifierModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofAgrCategory.externalIdentifiersattribute defined at extensionagreementservices.- Parameters:
value- the externalIdentifiers
-
setId
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofAgrCategory.idattribute defined at extensionagreementservices.- Parameters:
value- the id - Identifier of agreement category
-
setName
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofAgrCategory.nameattribute defined at extensionagreementservices.- Parameters:
value- the name - Name of agreement category
-
setName
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofAgrCategory.nameattribute defined at extensionagreementservices.- Parameters:
value- the name - Name of agreement categoryloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setVersion
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofAgrCategory.versionattribute defined at extensionagreementservices.- Parameters:
value- the version - Version of agreement category
-