Class MetaRowStyle

  • All Implemented Interfaces:
    java.io.Serializable

    public class MetaRowStyle
    extends java.lang.Object
    implements java.io.Serializable
    Author:
    Javier Paniza
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MetaRowStyle()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getProperty()  
      java.lang.String getStyle()  
      java.lang.String getValue()  
      void setProperty​(java.lang.String property)  
      void setStyle​(java.lang.String style)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetaRowStyle

        public MetaRowStyle()
    • Method Detail

      • getProperty

        public java.lang.String getProperty()
      • setProperty

        public void setProperty​(java.lang.String property)
      • getStyle

        public java.lang.String getStyle()
      • setStyle

        public void setStyle​(java.lang.String style)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)