Class FieldPath
java.lang.Object
org.broadleafcommerce.openadmin.server.service.persistence.module.criteria.FieldPath
- Author:
- Jeff Fischer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAssociationPath(List<String> associationPath) voidsetTargetProperty(String targetProperty) voidsetTargetPropertyPieces(List<String> targetPropertyPieces) withAssociationPath(List<String> associationPath) withTargetProperty(String targetProperty) withTargetPropertyPieces(List<String> targetPropertyPieces)
-
Field Details
-
associationPath
-
targetPropertyPieces
-
targetProperty
-
-
Constructor Details
-
FieldPath
public FieldPath()
-
-
Method Details
-
withAssociationPath
-
withTargetPropertyPieces
-
withTargetProperty
-
getAssociationPath
-
setAssociationPath
-
getTargetPropertyPieces
-
setTargetPropertyPieces
-
getTargetProperty
-
setTargetProperty
-