Class EntityClause

java.lang.Object
org.ofbiz.core.entity.EntityClause

public class EntityClause extends Object
Generic Entity Clause - Used to string together entities to make a find clause Created Mon Nov 5, 2001
Version:
1.0
Author:
Chris Maurer, David E. Jones
  • Constructor Details

  • Method Details

    • getFirstEntity

      public String getFirstEntity()
    • getSecondEntity

      public String getSecondEntity()
    • getFirstField

      public String getFirstField()
    • getSecondField

      public String getSecondField()
    • getValue

      public Object getValue()
    • getInterFieldOperation

      public EntityOperator getInterFieldOperation()
    • getIntraFieldOperation

      public EntityOperator getIntraFieldOperation()
    • setFirstEntity

      public void setFirstEntity(String firstEntity)
    • setSecondEntity

      public void setSecondEntity(String secondEntity)
    • setFirstField

      public void setFirstField(String firstField)
    • setSecondField

      public void setSecondField(String secondField)
    • setInterFieldOperation

      public void setInterFieldOperation(EntityOperator interFieldOperation)
    • setIntraFieldOperation

      public void setIntraFieldOperation(EntityOperator intraFieldOperation)
    • setModelEntities

      protected void setModelEntities(ModelReader modelReader) throws GenericEntityException
      Throws:
      GenericEntityException
    • getFirstModelEntity

      protected ModelEntity getFirstModelEntity()
    • getSecondModelEntity

      protected ModelEntity getSecondModelEntity()
    • toString

      public String toString()
      Overrides:
      toString in class Object