cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

redeclare="true" attribute doesn't do anything

former_member633554
Active Participant
0 Likes
463
<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"

Accepted Solutions (0)

Answers (0)