Hi All, I was going through Hybris Travel Accelerator 4.0 and found the below Item Type
<itemtype code="ProductSpaceMapping" jaloclass="de.hybris.platform.travelservices.jalo.product.ProductSpaceMapping">
<deployment table="ProductSpaceMapping" typecode="30033"/>
<attributes>
<attribute type="Product" qualifier="sourceProduct">
<persistence type="property"/>
</attribute>
<attribute type="Product" qualifier="targetProduct">
<persistence type="property"/>
</attribute>
<attribute type="java.lang.Integer" qualifier="amountToConsume">
<persistence type="property"/>
</attribute>
</attributes>
</itemtype>
Can anyone explain what is the purpose or use of the itemtype is it related to space management on vessels