Class PmCharacteristicModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.partyservices.model.PmCharacteristicModel
- All Implemented Interfaces:
Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Generated model class for type PmCharacteristic first defined at extension partyservices.
- 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 ofPmCharacteristic.externalIdentifiersattribute defined at extensionpartyservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofPmCharacteristic.idattribute defined at extensionpartyservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofPmCharacteristic.nameattribute defined at extensionpartyservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofPmCharacteristic.valueattribute defined at extensionpartyservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofPmCharacteristic.valueTypeattribute defined at extensionpartyservices.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.PmCharacteristicModel(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 contextPmCharacteristicModel(String _id, String _name, ItemModel _owner, String _value) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPmCharacteristicModel(String _id, String _name, String _value) 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 thePmCharacteristic.externalIdentifiersattribute defined at extensionpartyservices.getId()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmCharacteristic.idattribute defined at extensionpartyservices.getName()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmCharacteristic.nameattribute defined at extensionpartyservices.getValue()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmCharacteristic.valueattribute defined at extensionpartyservices.Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmCharacteristic.valueTypeattribute defined at extensionpartyservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmCharacteristic.externalIdentifiersattribute defined at extensionpartyservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmCharacteristic.idattribute defined at extensionpartyservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmCharacteristic.nameattribute defined at extensionpartyservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmCharacteristic.valueattribute defined at extensionpartyservices.voidsetValueType(String value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmCharacteristic.valueTypeattribute defined at extensionpartyservices.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 ofPmCharacteristic.idattribute defined at extensionpartyservices.- See Also:
-
NAME
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofPmCharacteristic.nameattribute defined at extensionpartyservices.- See Also:
-
VALUE
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofPmCharacteristic.valueattribute defined at extensionpartyservices.- See Also:
-
VALUETYPE
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofPmCharacteristic.valueTypeattribute defined at extensionpartyservices.- See Also:
-
EXTERNALIDENTIFIERS
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofPmCharacteristic.externalIdentifiersattribute defined at extensionpartyservices.- See Also:
-
-
Constructor Details
-
PmCharacteristicModel
public PmCharacteristicModel()Deprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for generic creation. -
PmCharacteristicModel
public PmCharacteristicModel(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
-
PmCharacteristicModel
@Deprecated(since="4.1.1", forRemoval=true) public PmCharacteristicModel(String _id, String _name, String _value) 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 typePmCharacteristicat extensionpartyservices_name- initial attribute declared by typePmCharacteristicat extensionpartyservices_value- initial attribute declared by typePmCharacteristicat extensionpartyservices
-
PmCharacteristicModel
@Deprecated(since="4.1.1", forRemoval=true) public PmCharacteristicModel(String _id, String _name, ItemModel _owner, String _value) 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 typePmCharacteristicat extensionpartyservices_name- initial attribute declared by typePmCharacteristicat extensionpartyservices_owner- initial attribute declared by typeItemat extensioncore_value- initial attribute declared by typePmCharacteristicat extensionpartyservices
-
-
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 thePmCharacteristic.externalIdentifiersattribute defined at extensionpartyservices. 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 thePmCharacteristic.idattribute defined at extensionpartyservices.- Returns:
- the id - The unique identifier of the characteristic
-
getName
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmCharacteristic.nameattribute defined at extensionpartyservices.- Returns:
- the name - The name of the characteristic
-
getValue
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmCharacteristic.valueattribute defined at extensionpartyservices.- Returns:
- the value - The value of the characteristic
-
getValueType
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmCharacteristic.valueTypeattribute defined at extensionpartyservices.- Returns:
- the valueType - The value type of the characteristic
-
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 ofPmCharacteristic.externalIdentifiersattribute defined at extensionpartyservices.- Parameters:
value- the externalIdentifiers
-
setId
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmCharacteristic.idattribute defined at extensionpartyservices.- Parameters:
value- the id - The unique identifier of the characteristic
-
setName
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmCharacteristic.nameattribute defined at extensionpartyservices.- Parameters:
value- the name - The name of the characteristic
-
setValue
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmCharacteristic.valueattribute defined at extensionpartyservices.- Parameters:
value- the value - The value of the characteristic
-
setValueType
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmCharacteristic.valueTypeattribute defined at extensionpartyservices.- Parameters:
value- the valueType - The value type of the characteristic
-