fr.opensagres.xdocreport.document.preprocessor.sax
Class ProcessRowResult

java.lang.Object
  extended by fr.opensagres.xdocreport.document.preprocessor.sax.ProcessRowResult

public class ProcessRowResult
extends Object

Result of the process row which store information about loop directive of the template engine.


Constructor Summary
ProcessRowResult(String content, String fieldName, String itemNameList, String startLoopDirective, String endLoopDirective)
           
 
Method Summary
 String getContent()
          The content of the result of process row.
 String getEndLoopDirective()
          Returns the end loop directive if process row has modified the content and null otherwise.
 String getFieldName()
          Returns the field name which was used to transform the content if process row has modified the content and null otherwise.
 String getItemNameList()
          Returns the itame name list if process row has modified the content and null otherwise.
 String getStartLoopDirective()
          Returns the start loop directive if process row has modified the content and null otherwise.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessRowResult

public ProcessRowResult(String content,
                        String fieldName,
                        String itemNameList,
                        String startLoopDirective,
                        String endLoopDirective)
Method Detail

getContent

public String getContent()
The content of the result of process row. This content can be the original content or modified content with fields transformed.

Returns:

getFieldName

public String getFieldName()
Returns the field name which was used to transform the content if process row has modified the content and null otherwise.

Returns:

getItemNameList

public String getItemNameList()
Returns the itame name list if process row has modified the content and null otherwise.

Returns:

getStartLoopDirective

public String getStartLoopDirective()
Returns the start loop directive if process row has modified the content and null otherwise.

Returns:

getEndLoopDirective

public String getEndLoopDirective()
Returns the end loop directive if process row has modified the content and null otherwise.

Returns:


Copyright © 2013. All rights reserved.