<?xml version="1.0" encoding="ISO-8859-1"?>
<objectModel xmlns="http://www.codelutin.org/lutingenerator/objectModel" name="marketing" version="">
  <class name="SegmentGroup" package="org.neogia.marketing.segment.entities">
    <stereotype name="entity"/>
    <tagValue name="uniqueNameAtrribute" value="true"/>
    <tagValue name="gui" value="drop-down, dd-descriptionOnly,edit,list,show"/>
    <tagValue name="shortName" value="sg"/>
    <attribute name="segmentGroupId" associationType="composite" visibility="protected" type="java.lang.String">
      <tagValue name="gui" value="indexed,idName,list,listLookup"/>
      <tagValue name="primaryKey" value="true"/>
      <tagValue name="ofbizEntityType" value="id-ne"/>
    </attribute>
    <attribute name="description" associationType="composite" visibility="protected" type="java.lang.String">
      <tagValue name="gui" value="indexed,list,listLookup"/>
      <tagValue name="ofbizEntityType" value="description"/>
    </attribute>
    <attribute visibility="public" type="org.neogia.marketing.segment.entities.SegmentGroupType" reverseAttribute="" reverseMaxMultiplicity="-1" minMultiplicity="1" maxMultiplicity="1" navigable="true" ordering="unordered"/>
    <attribute visibility="public" type="org.neogia.product.store.entities.ProductStore" reverseAttribute="" reverseMaxMultiplicity="-1" minMultiplicity="1" maxMultiplicity="1" navigable="true" ordering="unordered"/>
    <attribute visibility="public" type="org.neogia.manufacturing.project.entities.Project" reverseAttribute="" reverseMaxMultiplicity="1" minMultiplicity="0" maxMultiplicity="-1" navigable="false" ordering="unordered"/>
  </class>
  <class name="SegmentGroupType" package="org.neogia.marketing.segment.entities">
    <stereotype name="entity"/>
    <tagValue name="gui" value="list,edit,drop-down,dd-descriptionOnly"/>
    <tagValue name="uniqueNameAttribute" value="true"/>
    <attribute name="segmentGroupTypeId" associationType="composite" visibility="protected" type="java.lang.String">
      <tagValue name="gui" value="indexed,idName,list,listLookup"/>
      <tagValue name="primaryKey" value="true"/>
      <tagValue name="ofbizEntityType" value="id-ne"/>
    </attribute>
    <attribute name="description" associationType="composite" visibility="protected" type="java.lang.String">
      <tagValue name="gui" value="indexed,list,listLookup"/>
      <tagValue name="ofbizEntityType" value="description"/>
    </attribute>
    <attribute visibility="public" type="org.neogia.marketing.segment.entities.SegmentGroup" reverseAttribute="" reverseMaxMultiplicity="1" minMultiplicity="0" maxMultiplicity="-1" navigable="false" ordering="unordered"/>
  </class>
  <class name="ProductStore" extern="true" package="org.neogia.product.store.entities">
    <stereotype name="entity"/>
    <attribute visibility="public" type="org.neogia.marketing.segment.entities.SegmentGroup" reverseAttribute="" reverseMaxMultiplicity="1" minMultiplicity="0" maxMultiplicity="-1" navigable="false" ordering="unordered"/>
  </class>
  <class name="Project" extern="true" package="org.neogia.manufacturing.project.entities">
    <stereotype name="entity"/>
    <attribute visibility="public" type="org.neogia.marketing.segment.entities.SegmentGroup" reverseAttribute="" reverseMaxMultiplicity="-1" minMultiplicity="1" maxMultiplicity="1" navigable="true" ordering="unordered"/>
  </class>
</objectModel>
