📄 reportattrs.java
字号:
/* * This class was automatically generated with * <a href="http://www.castor.org">Castor 0.9.7</a>, using an XML * Schema. * $Id$ */package com.queplix.core.modules.eqlext.jxb.gr; //---------------------------------/ //- Imported classes and packages -///---------------------------------/import java.io.IOException;import java.io.Reader;import java.io.Serializable;import java.io.Writer;import org.exolab.castor.xml.MarshalException;import org.exolab.castor.xml.Marshaller;import org.exolab.castor.xml.Unmarshaller;import org.exolab.castor.xml.ValidationException;import org.xml.sax.ContentHandler;/** * Class ReportAttrs. * * @version $Revision$ $Date$ */public class ReportAttrs extends com.queplix.core.utils.jxb.JXBObject implements java.io.Serializable{ //--------------------------/ //- Class/Member Variables -/ //--------------------------/ /** * Field _reportHeader */ private java.lang.String _reportHeader; /** * Field _pageHeader */ private java.lang.String _pageHeader; /** * Field _pageFooter */ private java.lang.String _pageFooter; /** * Field _reportFooter */ private java.lang.String _reportFooter; /** * Field _headerFontName */ private java.lang.String _headerFontName; /** * Field _headerFontSize */ private java.lang.Integer _headerFontSize; /** * Field _headerForeColor */ private java.lang.String _headerForeColor; /** * Field _headerBackColor */ private java.lang.String _headerBackColor; /** * Field _headerBold */ private java.lang.Boolean _headerBold; /** * Field _headerItalic */ private java.lang.Boolean _headerItalic; /** * Field _evenFontName */ private java.lang.String _evenFontName; /** * Field _evenFontSize */ private java.lang.Integer _evenFontSize; /** * Field _evenForeColor */ private java.lang.String _evenForeColor; /** * Field _evenBackColor */ private java.lang.String _evenBackColor; /** * Field _evenBold */ private java.lang.Boolean _evenBold; /** * Field _evenItalic */ private java.lang.Boolean _evenItalic; /** * Field _oddFontName */ private java.lang.String _oddFontName; /** * Field _oddFontSize */ private java.lang.Integer _oddFontSize; /** * Field _oddForeColor */ private java.lang.String _oddForeColor; /** * Field _oddBackColor */ private java.lang.String _oddBackColor; /** * Field _oddBold */ private java.lang.Boolean _oddBold; /** * Field _oddItalic */ private java.lang.Boolean _oddItalic; //----------------/ //- Constructors -/ //----------------/ public ReportAttrs() { super(); } //-- com.queplix.core.modules.eqlext.jxb.gr.ReportAttrs() //-----------/ //- Methods -/ //-----------/ /** * Returns the value of field 'evenBackColor'. * * @return String * @return the value of field 'evenBackColor'. */ public java.lang.String getEvenBackColor() { return this._evenBackColor; } //-- java.lang.String getEvenBackColor() /** * Returns the value of field 'evenBold'. * * @return Boolean * @return the value of field 'evenBold'. */ public java.lang.Boolean getEvenBold() { return this._evenBold; } //-- java.lang.Boolean getEvenBold() /** * Returns the value of field 'evenFontName'. * * @return String * @return the value of field 'evenFontName'. */ public java.lang.String getEvenFontName() { return this._evenFontName; } //-- java.lang.String getEvenFontName() /** * Returns the value of field 'evenFontSize'. * * @return Integer * @return the value of field 'evenFontSize'. */ public java.lang.Integer getEvenFontSize() { return this._evenFontSize; } //-- java.lang.Integer getEvenFontSize() /** * Returns the value of field 'evenForeColor'. * * @return String * @return the value of field 'evenForeColor'. */ public java.lang.String getEvenForeColor() { return this._evenForeColor; } //-- java.lang.String getEvenForeColor() /** * Returns the value of field 'evenItalic'. * * @return Boolean * @return the value of field 'evenItalic'. */ public java.lang.Boolean getEvenItalic() { return this._evenItalic; } //-- java.lang.Boolean getEvenItalic() /** * Returns the value of field 'headerBackColor'. * * @return String * @return the value of field 'headerBackColor'. */ public java.lang.String getHeaderBackColor() { return this._headerBackColor; } //-- java.lang.String getHeaderBackColor() /** * Returns the value of field 'headerBold'. * * @return Boolean * @return the value of field 'headerBold'. */ public java.lang.Boolean getHeaderBold() { return this._headerBold; } //-- java.lang.Boolean getHeaderBold() /** * Returns the value of field 'headerFontName'. * * @return String * @return the value of field 'headerFontName'. */ public java.lang.String getHeaderFontName() { return this._headerFontName; } //-- java.lang.String getHeaderFontName() /** * Returns the value of field 'headerFontSize'. * * @return Integer * @return the value of field 'headerFontSize'. */ public java.lang.Integer getHeaderFontSize() { return this._headerFontSize; } //-- java.lang.Integer getHeaderFontSize() /** * Returns the value of field 'headerForeColor'. * * @return String * @return the value of field 'headerForeColor'. */ public java.lang.String getHeaderForeColor() { return this._headerForeColor; } //-- java.lang.String getHeaderForeColor() /** * Returns the value of field 'headerItalic'. * * @return Boolean * @return the value of field 'headerItalic'. */ public java.lang.Boolean getHeaderItalic() { return this._headerItalic; } //-- java.lang.Boolean getHeaderItalic() /** * Returns the value of field 'oddBackColor'. * * @return String * @return the value of field 'oddBackColor'. */ public java.lang.String getOddBackColor() { return this._oddBackColor; } //-- java.lang.String getOddBackColor() /** * Returns the value of field 'oddBold'. * * @return Boolean * @return the value of field 'oddBold'. */ public java.lang.Boolean getOddBold() { return this._oddBold; } //-- java.lang.Boolean getOddBold() /** * Returns the value of field 'oddFontName'. * * @return String * @return the value of field 'oddFontName'. */ public java.lang.String getOddFontName() { return this._oddFontName; } //-- java.lang.String getOddFontName() /** * Returns the value of field 'oddFontSize'. * * @return Integer * @return the value of field 'oddFontSize'. */ public java.lang.Integer getOddFontSize() { return this._oddFontSize; } //-- java.lang.Integer getOddFontSize() /** * Returns the value of field 'oddForeColor'. * * @return String * @return the value of field 'oddForeColor'. */ public java.lang.String getOddForeColor() { return this._oddForeColor; } //-- java.lang.String getOddForeColor()
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -