java.lang.Object
org.broadleafcommerce.openadmin.server.service.persistence.module.criteria.FieldPath

public class FieldPath extends Object
Author:
Jeff Fischer
  • Field Details

    • associationPath

      protected List<String> associationPath
    • targetPropertyPieces

      protected List<String> targetPropertyPieces
    • targetProperty

      protected String targetProperty
  • Constructor Details

    • FieldPath

      public FieldPath()
  • Method Details

    • withAssociationPath

      public FieldPath withAssociationPath(List<String> associationPath)
    • withTargetPropertyPieces

      public FieldPath withTargetPropertyPieces(List<String> targetPropertyPieces)
    • withTargetProperty

      public FieldPath withTargetProperty(String targetProperty)
    • getAssociationPath

      public List<String> getAssociationPath()
    • setAssociationPath

      public void setAssociationPath(List<String> associationPath)
    • getTargetPropertyPieces

      public List<String> getTargetPropertyPieces()
    • setTargetPropertyPieces

      public void setTargetPropertyPieces(List<String> targetPropertyPieces)
    • getTargetProperty

      public String getTargetProperty()
    • setTargetProperty

      public void setTargetProperty(String targetProperty)