public class FieldPath extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
associationPath |
protected String |
targetProperty |
protected List<String> |
targetPropertyPieces |
| Constructor and Description |
|---|
FieldPath() |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2015. All rights reserved.