Class Line


  • public class Line
    extends java.lang.Object
    Model fo a line to be rendered in pagination.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2013 Created on Aug 7, 2013
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String line  
      private java.lang.String styleClass  
    • Constructor Summary

      Constructors 
      Constructor Description
      Line()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • line

        private java.lang.String line
      • styleClass

        private java.lang.String styleClass
    • Constructor Detail

      • Line

        public Line()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object