Package org.ametys.cms.search.cocoon
Class ContentResultSetHelper.SearchResultFieldSetElement
- java.lang.Object
-
- org.ametys.cms.search.cocoon.ContentResultSetHelper.SearchResultFieldSet
-
- org.ametys.cms.search.cocoon.ContentResultSetHelper.SearchResultFieldSetElement
-
- Enclosing class:
- ContentResultSetHelper
public class ContentResultSetHelper.SearchResultFieldSetElement extends ContentResultSetHelper.SearchResultFieldSet
Inner class representing a element of aContentResultSetHelper.SearchResultFieldSet
This can contains sub elements.
-
-
Field Summary
Fields Modifier and Type Field Description private String
_fieldPath
private String
_name
-
Constructor Summary
Constructors Constructor Description SearchResultFieldSetElement(String name, String fieldPath)
Creates a new element representing a result field
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Get the name of this elementString
getPath()
Get the path of this field into its parent set-
Methods inherited from class org.ametys.cms.search.cocoon.ContentResultSetHelper.SearchResultFieldSet
addElement, addElements, getElement, getElements, hasElement
-
-
-
-
Field Detail
-
_fieldPath
private String _fieldPath
-
-
Constructor Detail
-
SearchResultFieldSetElement
public SearchResultFieldSetElement(String name, String fieldPath)
Creates a new element representing a result field- Parameters:
name
- The unique name of result field into its parent setfieldPath
- The path of result field into its parent set
-
-