Class AgrAgreementSpecCharValueUseModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.agreementservices.model.AgrAgreementSpecCharValueUseModel
- All Implemented Interfaces:
Serializable
@Deprecated(since="2208",
forRemoval=true)
public class AgrAgreementSpecCharValueUseModel
extends ItemModel
Deprecated, for removal: This API element is subject to removal in a future version.
Generated model class for type AgrAgreementSpecCharValueUse first defined at extension agreementservices.
Agreement specification characteristics value use.
- 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 relation code constant for relationAgrAgreement2AgrAgreementSpecCharValueUsedefining source attributeagreementin extensionagreementservices.static 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 ofAgrAgreementSpecCharValueUse.agreementattribute defined at extensionagreementservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofAgrAgreementSpecCharValueUse.agreementSpecCharValueattribute defined at extensionagreementservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofAgrAgreementSpecCharValueUse.externalIdentifiersattribute defined at extensionagreementservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofAgrAgreementSpecCharValueUse.idattribute 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.AgrAgreementSpecCharValueUseModel(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 contextDeprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAgrAgreementSpecCharValueUseModel(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 theAgrAgreementSpecCharValueUse.agreementattribute defined at extensionagreementservices.Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theAgrAgreementSpecCharValueUse.agreementSpecCharValueattribute defined at extensionagreementservices.Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theAgrAgreementSpecCharValueUse.externalIdentifiersattribute defined at extensionagreementservices.getId()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theAgrAgreementSpecCharValueUse.idattribute defined at extensionagreementservices.voidsetAgreement(AgrAgreementModel value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofAgrAgreementSpecCharValueUse.agreementattribute defined at extensionagreementservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofAgrAgreementSpecCharValueUse.agreementSpecCharValueattribute defined at extensionagreementservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofAgrAgreementSpecCharValueUse.externalIdentifiersattribute defined at extensionagreementservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofAgrAgreementSpecCharValueUse.idattribute 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:
-
_AGRAGREEMENT2AGRAGREEMENTSPECCHARVALUEUSE
Deprecated, for removal: This API element is subject to removal in a future version.Generated relation code constant for relationAgrAgreement2AgrAgreementSpecCharValueUsedefining source attributeagreementin extensionagreementservices.- See Also:
-
ID
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofAgrAgreementSpecCharValueUse.idattribute defined at extensionagreementservices.- See Also:
-
AGREEMENTSPECCHARVALUE
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofAgrAgreementSpecCharValueUse.agreementSpecCharValueattribute defined at extensionagreementservices.- See Also:
-
EXTERNALIDENTIFIERS
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofAgrAgreementSpecCharValueUse.externalIdentifiersattribute defined at extensionagreementservices.- See Also:
-
AGREEMENT
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofAgrAgreementSpecCharValueUse.agreementattribute defined at extensionagreementservices.- See Also:
-
-
Constructor Details
-
AgrAgreementSpecCharValueUseModel
public AgrAgreementSpecCharValueUseModel()Deprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for generic creation. -
AgrAgreementSpecCharValueUseModel
public AgrAgreementSpecCharValueUseModel(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
-
AgrAgreementSpecCharValueUseModel
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 typeAgrAgreementSpecCharValueUseat extensionagreementservices
-
AgrAgreementSpecCharValueUseModel
@Deprecated(since="4.1.1", forRemoval=true) public AgrAgreementSpecCharValueUseModel(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 typeAgrAgreementSpecCharValueUseat extensionagreementservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getAgreement
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theAgrAgreementSpecCharValueUse.agreementattribute defined at extensionagreementservices.- Returns:
- the agreement - Agreement
-
getAgreementSpecCharValue
@Accessor(qualifier="agreementSpecCharValue", type=GETTER) public AgrAgreementSpecCharacteristicValueModel getAgreementSpecCharValue()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theAgrAgreementSpecCharValueUse.agreementSpecCharValueattribute defined at extensionagreementservices.- Returns:
- the agreementSpecCharValue - Agreement specification characteristics value
-
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 theAgrAgreementSpecCharValueUse.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 theAgrAgreementSpecCharValueUse.idattribute defined at extensionagreementservices.- Returns:
- the id - Identifier of Agreement specification characteristics value use
-
setAgreement
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofAgrAgreementSpecCharValueUse.agreementattribute defined at extensionagreementservices.- Parameters:
value- the agreement - Agreement
-
setAgreementSpecCharValue
@Accessor(qualifier="agreementSpecCharValue", type=SETTER) public void setAgreementSpecCharValue(AgrAgreementSpecCharacteristicValueModel value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofAgrAgreementSpecCharValueUse.agreementSpecCharValueattribute defined at extensionagreementservices.- Parameters:
value- the agreementSpecCharValue - Agreement specification characteristics value
-
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 ofAgrAgreementSpecCharValueUse.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 ofAgrAgreementSpecCharValueUse.idattribute defined at extensionagreementservices.- Parameters:
value- the id - Identifier of Agreement specification characteristics value use
-