2020 Aug 11 8:18 AM - edited 2024 Feb 03 7:25 PM
<itemtype code="PDTRow"
extends="GenericItem"
jaloclass="de.hybris.platform.europe1.jalo.PDTRow"
autocreate="true"
generate="true"
abstract="true">...<attribute qualifier="ug" type="EnumerationValue" autocreate="true">
<persistence type="property"/>
<modifiers read="true" write="true" search="true" optional="true" removable="false"/>
</attribute>
<itemtype code="PriceRow"
extends="PDTRow"
jaloclass="de.hybris.platform.europe1.jalo.PriceRow"
autocreate="true"
generate="true">...</itemtype>....<attribute redeclare="true" qualifier="ug" type="UserPriceGroup" autocreate="true" >
<persistence type="property"/>
<modifiers read="true" write="false" search="false" optional="true" removable="false"/>
</attribute>
I am looking for getUG and setUG methods in the PriceRowModel and I don't see any.
In the documentation, I see many places that mention redeclare attribute must do it and clearly doesn't do anything.
"Hybris 6.7"
Request clarification before answering.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.