Class RowPart

java.lang.Object
org.csveed.report.RowPart

public class RowPart extends Object
The Class RowPart.
  • Constructor Details

    • RowPart

      public RowPart(String token, boolean highlight)
      Instantiates a new row part.
      Parameters:
      token - the token
      highlight - the highlight
  • Method Details

    • getToken

      public String getToken()
      Gets the token.
      Returns:
      the token
    • isHighlight

      public boolean isHighlight()
      Checks if is highlight.
      Returns:
      true, if is highlight