⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 reportattrs.java

📁 CRM源码This file describes some issues that should be implemented in future and how it should be imple
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
    /**     * Returns the value of field 'oddItalic'.     *      * @return Boolean     * @return the value of field 'oddItalic'.     */    public java.lang.Boolean getOddItalic()    {        return this._oddItalic;    } //-- java.lang.Boolean getOddItalic()     /**     * Returns the value of field 'pageFooter'.     *      * @return String     * @return the value of field 'pageFooter'.     */    public java.lang.String getPageFooter()    {        return this._pageFooter;    } //-- java.lang.String getPageFooter()     /**     * Returns the value of field 'pageHeader'.     *      * @return String     * @return the value of field 'pageHeader'.     */    public java.lang.String getPageHeader()    {        return this._pageHeader;    } //-- java.lang.String getPageHeader()     /**     * Returns the value of field 'reportFooter'.     *      * @return String     * @return the value of field 'reportFooter'.     */    public java.lang.String getReportFooter()    {        return this._reportFooter;    } //-- java.lang.String getReportFooter()     /**     * Returns the value of field 'reportHeader'.     *      * @return String     * @return the value of field 'reportHeader'.     */    public java.lang.String getReportHeader()    {        return this._reportHeader;    } //-- java.lang.String getReportHeader()     /**     * Method isValid     *      *      *      * @return boolean     */    public boolean isValid()    {        try {            validate();        }        catch (org.exolab.castor.xml.ValidationException vex) {            return false;        }        return true;    } //-- boolean isValid()     /**     * Method marshal     *      *      *      * @param out     */    public void marshal(java.io.Writer out)        throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException    {                Marshaller.marshal(this, out);    } //-- void marshal(java.io.Writer)     /**     * Method marshal     *      *      *      * @param handler     */    public void marshal(org.xml.sax.ContentHandler handler)        throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException    {                Marshaller.marshal(this, handler);    } //-- void marshal(org.xml.sax.ContentHandler)     /**     * Sets the value of field 'evenBackColor'.     *      * @param evenBackColor the value of field 'evenBackColor'.     */    public void setEvenBackColor(java.lang.String evenBackColor)    {        this._evenBackColor = evenBackColor;    } //-- void setEvenBackColor(java.lang.String)     /**     * Sets the value of field 'evenBold'.     *      * @param evenBold the value of field 'evenBold'.     */    public void setEvenBold(java.lang.Boolean evenBold)    {        this._evenBold = evenBold;    } //-- void setEvenBold(java.lang.Boolean)     /**     * Sets the value of field 'evenFontName'.     *      * @param evenFontName the value of field 'evenFontName'.     */    public void setEvenFontName(java.lang.String evenFontName)    {        this._evenFontName = evenFontName;    } //-- void setEvenFontName(java.lang.String)     /**     * Sets the value of field 'evenFontSize'.     *      * @param evenFontSize the value of field 'evenFontSize'.     */    public void setEvenFontSize(java.lang.Integer evenFontSize)    {        this._evenFontSize = evenFontSize;    } //-- void setEvenFontSize(java.lang.Integer)     /**     * Sets the value of field 'evenForeColor'.     *      * @param evenForeColor the value of field 'evenForeColor'.     */    public void setEvenForeColor(java.lang.String evenForeColor)    {        this._evenForeColor = evenForeColor;    } //-- void setEvenForeColor(java.lang.String)     /**     * Sets the value of field 'evenItalic'.     *      * @param evenItalic the value of field 'evenItalic'.     */    public void setEvenItalic(java.lang.Boolean evenItalic)    {        this._evenItalic = evenItalic;    } //-- void setEvenItalic(java.lang.Boolean)     /**     * Sets the value of field 'headerBackColor'.     *      * @param headerBackColor the value of field 'headerBackColor'.     */    public void setHeaderBackColor(java.lang.String headerBackColor)    {        this._headerBackColor = headerBackColor;    } //-- void setHeaderBackColor(java.lang.String)     /**     * Sets the value of field 'headerBold'.     *      * @param headerBold the value of field 'headerBold'.     */    public void setHeaderBold(java.lang.Boolean headerBold)    {        this._headerBold = headerBold;    } //-- void setHeaderBold(java.lang.Boolean)     /**     * Sets the value of field 'headerFontName'.     *      * @param headerFontName the value of field 'headerFontName'.     */    public void setHeaderFontName(java.lang.String headerFontName)    {        this._headerFontName = headerFontName;    } //-- void setHeaderFontName(java.lang.String)     /**     * Sets the value of field 'headerFontSize'.     *      * @param headerFontSize the value of field 'headerFontSize'.     */    public void setHeaderFontSize(java.lang.Integer headerFontSize)    {        this._headerFontSize = headerFontSize;    } //-- void setHeaderFontSize(java.lang.Integer)     /**     * Sets the value of field 'headerForeColor'.     *      * @param headerForeColor the value of field 'headerForeColor'.     */    public void setHeaderForeColor(java.lang.String headerForeColor)    {        this._headerForeColor = headerForeColor;    } //-- void setHeaderForeColor(java.lang.String)     /**     * Sets the value of field 'headerItalic'.     *      * @param headerItalic the value of field 'headerItalic'.     */    public void setHeaderItalic(java.lang.Boolean headerItalic)    {        this._headerItalic = headerItalic;    } //-- void setHeaderItalic(java.lang.Boolean)     /**     * Sets the value of field 'oddBackColor'.     *      * @param oddBackColor the value of field 'oddBackColor'.     */    public void setOddBackColor(java.lang.String oddBackColor)    {        this._oddBackColor = oddBackColor;    } //-- void setOddBackColor(java.lang.String)     /**     * Sets the value of field 'oddBold'.     *      * @param oddBold the value of field 'oddBold'.     */    public void setOddBold(java.lang.Boolean oddBold)    {        this._oddBold = oddBold;    } //-- void setOddBold(java.lang.Boolean)     /**     * Sets the value of field 'oddFontName'.     *      * @param oddFontName the value of field 'oddFontName'.     */    public void setOddFontName(java.lang.String oddFontName)    {        this._oddFontName = oddFontName;    } //-- void setOddFontName(java.lang.String)     /**     * Sets the value of field 'oddFontSize'.     *      * @param oddFontSize the value of field 'oddFontSize'.     */    public void setOddFontSize(java.lang.Integer oddFontSize)    {        this._oddFontSize = oddFontSize;    } //-- void setOddFontSize(java.lang.Integer)     /**     * Sets the value of field 'oddForeColor'.     *      * @param oddForeColor the value of field 'oddForeColor'.     */    public void setOddForeColor(java.lang.String oddForeColor)    {        this._oddForeColor = oddForeColor;    } //-- void setOddForeColor(java.lang.String)     /**     * Sets the value of field 'oddItalic'.     *      * @param oddItalic the value of field 'oddItalic'.     */    public void setOddItalic(java.lang.Boolean oddItalic)    {        this._oddItalic = oddItalic;    } //-- void setOddItalic(java.lang.Boolean)     /**     * Sets the value of field 'pageFooter'.     *      * @param pageFooter the value of field 'pageFooter'.     */    public void setPageFooter(java.lang.String pageFooter)    {        this._pageFooter = pageFooter;    } //-- void setPageFooter(java.lang.String)     /**     * Sets the value of field 'pageHeader'.     *      * @param pageHeader the value of field 'pageHeader'.     */    public void setPageHeader(java.lang.String pageHeader)    {        this._pageHeader = pageHeader;    } //-- void setPageHeader(java.lang.String)     /**     * Sets the value of field 'reportFooter'.     *      * @param reportFooter the value of field 'reportFooter'.     */    public void setReportFooter(java.lang.String reportFooter)    {        this._reportFooter = reportFooter;    } //-- void setReportFooter(java.lang.String)     /**     * Sets the value of field 'reportHeader'.     *      * @param reportHeader the value of field 'reportHeader'.     */    public void setReportHeader(java.lang.String reportHeader)    {        this._reportHeader = reportHeader;    } //-- void setReportHeader(java.lang.String)     /**     * Method unmarshal     *      *      *      * @param reader     * @return Object     */    public static java.lang.Object unmarshal(java.io.Reader reader)        throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException    {        return (com.queplix.core.modules.eqlext.jxb.gr.ReportAttrs) Unmarshaller.unmarshal(com.queplix.core.modules.eqlext.jxb.gr.ReportAttrs.class, reader);    } //-- java.lang.Object unmarshal(java.io.Reader)     /**     * Method validate     *      */    public void validate()        throws org.exolab.castor.xml.ValidationException    {        org.exolab.castor.xml.Validator validator = new org.exolab.castor.xml.Validator();        validator.validate(this);    } //-- void validate() }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -