Package org.openxava.tab.meta
Class MetaRowStyle
- java.lang.Object
-
- org.openxava.tab.meta.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)
-
-
-
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)
-
-