org.jopendocument.model
Class MetaDocumentStatistic

java.lang.Object
  extended by org.jopendocument.model.MetaDocumentStatistic

public class MetaDocumentStatistic
extends Object


Field Summary
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
           
 
Constructor Summary
MetaDocumentStatistic()
           
 
Method Summary
 String getMetaCellCount()
          Gets the value of the metaCellCount property.
 String getMetaCharacterCount()
          Gets the value of the metaCharacterCount property.
 String getMetaDrawCount()
          Gets the value of the metaDrawCount property.
 String getMetaImageCount()
          Gets the value of the metaImageCount property.
 String getMetaObjectCount()
          Gets the value of the metaObjectCount property.
 String getMetaOleObjectCount()
          Gets the value of the metaOleObjectCount property.
 String getMetaPageCount()
          Gets the value of the metaPageCount property.
 String getMetaParagraphCount()
          Gets the value of the metaParagraphCount property.
 String getMetaRowCount()
          Gets the value of the metaRowCount property.
 String getMetaTableCount()
          Gets the value of the metaTableCount property.
 String getMetaWordCount()
          Gets the value of the metaWordCount property.
 void setMetaCellCount(String value)
          Sets the value of the metaCellCount property.
 void setMetaCharacterCount(String value)
          Sets the value of the metaCharacterCount property.
 void setMetaDrawCount(String value)
          Sets the value of the metaDrawCount property.
 void setMetaImageCount(String value)
          Sets the value of the metaImageCount property.
 void setMetaObjectCount(String value)
          Sets the value of the metaObjectCount property.
 void setMetaOleObjectCount(String value)
          Sets the value of the metaOleObjectCount property.
 void setMetaPageCount(String value)
          Sets the value of the metaPageCount property.
 void setMetaParagraphCount(String value)
          Sets the value of the metaParagraphCount property.
 void setMetaRowCount(String value)
          Sets the value of the metaRowCount property.
 void setMetaTableCount(String value)
          Sets the value of the metaTableCount property.
 void setMetaWordCount(String value)
          Sets the value of the metaWordCount property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metaCellCount

protected String metaCellCount

metaCharacterCount

protected String metaCharacterCount

metaDrawCount

protected String metaDrawCount

metaImageCount

protected String metaImageCount

metaObjectCount

protected String metaObjectCount

metaOleObjectCount

protected String metaOleObjectCount

metaPageCount

protected String metaPageCount

metaParagraphCount

protected String metaParagraphCount

metaRowCount

protected String metaRowCount

metaTableCount

protected String metaTableCount

metaWordCount

protected String metaWordCount
Constructor Detail

MetaDocumentStatistic

public MetaDocumentStatistic()
Method Detail

getMetaCellCount

public String getMetaCellCount()
Gets the value of the metaCellCount property.

Returns:
possible object is String

getMetaCharacterCount

public String getMetaCharacterCount()
Gets the value of the metaCharacterCount property.

Returns:
possible object is String

getMetaDrawCount

public String getMetaDrawCount()
Gets the value of the metaDrawCount property.

Returns:
possible object is String

getMetaImageCount

public String getMetaImageCount()
Gets the value of the metaImageCount property.

Returns:
possible object is String

getMetaObjectCount

public String getMetaObjectCount()
Gets the value of the metaObjectCount property.

Returns:
possible object is String

getMetaOleObjectCount

public String getMetaOleObjectCount()
Gets the value of the metaOleObjectCount property.

Returns:
possible object is String

getMetaPageCount

public String getMetaPageCount()
Gets the value of the metaPageCount property.

Returns:
possible object is String

getMetaParagraphCount

public String getMetaParagraphCount()
Gets the value of the metaParagraphCount property.

Returns:
possible object is String

getMetaRowCount

public String getMetaRowCount()
Gets the value of the metaRowCount property.

Returns:
possible object is String

getMetaTableCount

public String getMetaTableCount()
Gets the value of the metaTableCount property.

Returns:
possible object is String

getMetaWordCount

public String getMetaWordCount()
Gets the value of the metaWordCount property.

Returns:
possible object is String

setMetaCellCount

public void setMetaCellCount(String value)
Sets the value of the metaCellCount property.

Parameters:
value - allowed object is String

setMetaCharacterCount

public void setMetaCharacterCount(String value)
Sets the value of the metaCharacterCount property.

Parameters:
value - allowed object is String

setMetaDrawCount

public void setMetaDrawCount(String value)
Sets the value of the metaDrawCount property.

Parameters:
value - allowed object is String

setMetaImageCount

public void setMetaImageCount(String value)
Sets the value of the metaImageCount property.

Parameters:
value - allowed object is String

setMetaObjectCount

public void setMetaObjectCount(String value)
Sets the value of the metaObjectCount property.

Parameters:
value - allowed object is String

setMetaOleObjectCount

public void setMetaOleObjectCount(String value)
Sets the value of the metaOleObjectCount property.

Parameters:
value - allowed object is String

setMetaPageCount

public void setMetaPageCount(String value)
Sets the value of the metaPageCount property.

Parameters:
value - allowed object is String

setMetaParagraphCount

public void setMetaParagraphCount(String value)
Sets the value of the metaParagraphCount property.

Parameters:
value - allowed object is String

setMetaRowCount

public void setMetaRowCount(String value)
Sets the value of the metaRowCount property.

Parameters:
value - allowed object is String

setMetaTableCount

public void setMetaTableCount(String value)
Sets the value of the metaTableCount property.

Parameters:
value - allowed object is String

setMetaWordCount

public void setMetaWordCount(String value)
Sets the value of the metaWordCount property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.