Class ModelKeyMap

java.lang.Object
org.ofbiz.core.entity.model.ModelKeyMap

public class ModelKeyMap extends Object
Generic Entity - KeyMap model class
Since:
2.0
Version:
$Revision: 1.1 $
Author:
David E. Jones
  • Field Details

    • fieldName

      protected String fieldName
      name of the field in this entity
    • relFieldName

      protected String relFieldName
      name of the field in related entity
    • constValue

      protected String constValue
      a constant value for joining on
  • Constructor Details

    • ModelKeyMap

      public ModelKeyMap()
      Default Constructor
    • ModelKeyMap

      public ModelKeyMap(Element keyMapElement)
      XML Constructor
  • Method Details

    • getConstValue

      public String getConstValue()
    • getFieldName

      public String getFieldName()
      name of the field in this entity
    • setFieldName

      public void setFieldName(String fieldName)
    • getRelFieldName

      public String getRelFieldName()
      name of the field in related entity
    • setRelFieldName

      public void setRelFieldName(String relFieldName)