All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jopendocument.model.MetaDocumentStatistic Maven / Gradle / Ivy

/*
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 * 
 * Copyright 2008 jOpenDocument, by ILM Informatique. All rights reserved.
 * 
 * The contents of this file are subject to the terms of the GNU General Public License Version 3
 * only ("GPL"). You may not use this file except in compliance with the License. You can obtain a
 * copy of the License at http://www.gnu.org/licenses/gpl-3.0.html See the License for the specific
 * language governing permissions and limitations under the License.
 * 
 * When distributing the software, include this License Header Notice in each file.
 * 
 */

package org.jopendocument.model;

/**
 * 
 */
public class MetaDocumentStatistic {

    protected String metaCellCount;
    protected String metaCharacterCount;
    protected String metaDrawCount;
    protected String metaImageCount;
    protected String metaObjectCount;
    protected String metaOleObjectCount;
    protected String metaPageCount;
    protected String metaParagraphCount;
    protected String metaRowCount;
    protected String metaTableCount;
    protected String metaWordCount;

    /**
     * Gets the value of the metaCellCount property.
     * 
     * @return possible object is {@link String }
     * 
     */
    public String getMetaCellCount() {
        return this.metaCellCount;
    }

    /**
     * Gets the value of the metaCharacterCount property.
     * 
     * @return possible object is {@link String }
     * 
     */
    public String getMetaCharacterCount() {
        return this.metaCharacterCount;
    }

    /**
     * Gets the value of the metaDrawCount property.
     * 
     * @return possible object is {@link String }
     * 
     */
    public String getMetaDrawCount() {
        return this.metaDrawCount;
    }

    /**
     * Gets the value of the metaImageCount property.
     * 
     * @return possible object is {@link String }
     * 
     */
    public String getMetaImageCount() {
        return this.metaImageCount;
    }

    /**
     * Gets the value of the metaObjectCount property.
     * 
     * @return possible object is {@link String }
     * 
     */
    public String getMetaObjectCount() {
        return this.metaObjectCount;
    }

    /**
     * Gets the value of the metaOleObjectCount property.
     * 
     * @return possible object is {@link String }
     * 
     */
    public String getMetaOleObjectCount() {
        return this.metaOleObjectCount;
    }

    /**
     * Gets the value of the metaPageCount property.
     * 
     * @return possible object is {@link String }
     * 
     */
    public String getMetaPageCount() {
        return this.metaPageCount;
    }

    /**
     * Gets the value of the metaParagraphCount property.
     * 
     * @return possible object is {@link String }
     * 
     */
    public String getMetaParagraphCount() {
        return this.metaParagraphCount;
    }

    /**
     * Gets the value of the metaRowCount property.
     * 
     * @return possible object is {@link String }
     * 
     */
    public String getMetaRowCount() {
        return this.metaRowCount;
    }

    /**
     * Gets the value of the metaTableCount property.
     * 
     * @return possible object is {@link String }
     * 
     */
    public String getMetaTableCount() {
        return this.metaTableCount;
    }

    /**
     * Gets the value of the metaWordCount property.
     * 
     * @return possible object is {@link String }
     * 
     */
    public String getMetaWordCount() {
        return this.metaWordCount;
    }

    /**
     * Sets the value of the metaCellCount property.
     * 
     * @param value allowed object is {@link String }
     * 
     */
    public void setMetaCellCount(final String value) {
        this.metaCellCount = value;
    }

    /**
     * Sets the value of the metaCharacterCount property.
     * 
     * @param value allowed object is {@link String }
     * 
     */
    public void setMetaCharacterCount(final String value) {
        this.metaCharacterCount = value;
    }

    /**
     * Sets the value of the metaDrawCount property.
     * 
     * @param value allowed object is {@link String }
     * 
     */
    public void setMetaDrawCount(final String value) {
        this.metaDrawCount = value;
    }

    /**
     * Sets the value of the metaImageCount property.
     * 
     * @param value allowed object is {@link String }
     * 
     */
    public void setMetaImageCount(final String value) {
        this.metaImageCount = value;
    }

    /**
     * Sets the value of the metaObjectCount property.
     * 
     * @param value allowed object is {@link String }
     * 
     */
    public void setMetaObjectCount(final String value) {
        this.metaObjectCount = value;
    }

    /**
     * Sets the value of the metaOleObjectCount property.
     * 
     * @param value allowed object is {@link String }
     * 
     */
    public void setMetaOleObjectCount(final String value) {
        this.metaOleObjectCount = value;
    }

    /**
     * Sets the value of the metaPageCount property.
     * 
     * @param value allowed object is {@link String }
     * 
     */
    public void setMetaPageCount(final String value) {
        this.metaPageCount = value;
    }

    /**
     * Sets the value of the metaParagraphCount property.
     * 
     * @param value allowed object is {@link String }
     * 
     */
    public void setMetaParagraphCount(final String value) {
        this.metaParagraphCount = value;
    }

    /**
     * Sets the value of the metaRowCount property.
     * 
     * @param value allowed object is {@link String }
     * 
     */
    public void setMetaRowCount(final String value) {
        this.metaRowCount = value;
    }

    /**
     * Sets the value of the metaTableCount property.
     * 
     * @param value allowed object is {@link String }
     * 
     */
    public void setMetaTableCount(final String value) {
        this.metaTableCount = value;
    }

    /**
     * Sets the value of the metaWordCount property.
     * 
     * @param value allowed object is {@link String }
     * 
     */
    public void setMetaWordCount(final String value) {
        this.metaWordCount = value;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy