org.broadleafcommerce.openadmin.server.service.persistence.module.criteria
Class FieldPath

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

public class FieldPath
extends Object

Author:
Jeff Fischer

Field Summary
protected  List<String> associationPath
           
protected  String targetProperty
           
protected  List<String> targetPropertyPieces
           
 
Constructor Summary
FieldPath()
           
 
Method Summary
 List<String> getAssociationPath()
           
 String getTargetProperty()
           
 List<String> getTargetPropertyPieces()
           
 void setAssociationPath(List<String> associationPath)
           
 void setTargetProperty(String targetProperty)
           
 void setTargetPropertyPieces(List<String> targetPropertyPieces)
           
 FieldPath withAssociationPath(List<String> associationPath)
           
 FieldPath withTargetProperty(String targetProperty)
           
 FieldPath withTargetPropertyPieces(List<String> targetPropertyPieces)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

associationPath

protected List<String> associationPath

targetPropertyPieces

protected List<String> targetPropertyPieces

targetProperty

protected String targetProperty
Constructor Detail

FieldPath

public FieldPath()
Method Detail

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.