org.broadleafcommerce.openadmin.server.service.persistence.module.criteria
Class FieldPath
java.lang.Object
org.broadleafcommerce.openadmin.server.service.persistence.module.criteria.FieldPath
public class FieldPath
- extends Object
- Author:
- Jeff Fischer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
associationPath
protected List<String> associationPath
targetPropertyPieces
protected List<String> targetPropertyPieces
targetProperty
protected String targetProperty
FieldPath
public FieldPath()
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)
Copyright © 2013. All Rights Reserved.