org.jopendocument.model.style
Class StyleMap

java.lang.Object
  extended by org.jopendocument.model.style.StyleMap

public class StyleMap
extends Object


Field Summary
protected  String styleApplyStyleName
           
protected  String styleBaseCellAddress
           
protected  String styleCondition
           
 
Constructor Summary
StyleMap()
           
 
Method Summary
 String getStyleApplyStyleName()
          Gets the value of the styleApplyStyleName property.
 String getStyleBaseCellAddress()
          Gets the value of the styleBaseCellAddress property.
 String getStyleCondition()
          Gets the value of the styleCondition property.
 void setStyleApplyStyleName(String value)
          Sets the value of the styleApplyStyleName property.
 void setStyleBaseCellAddress(String value)
          Sets the value of the styleBaseCellAddress property.
 void setStyleCondition(String value)
          Sets the value of the styleCondition property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

styleApplyStyleName

protected String styleApplyStyleName

styleBaseCellAddress

protected String styleBaseCellAddress

styleCondition

protected String styleCondition
Constructor Detail

StyleMap

public StyleMap()
Method Detail

getStyleApplyStyleName

public String getStyleApplyStyleName()
Gets the value of the styleApplyStyleName property.

Returns:
possible object is String

getStyleBaseCellAddress

public String getStyleBaseCellAddress()
Gets the value of the styleBaseCellAddress property.

Returns:
possible object is String

getStyleCondition

public String getStyleCondition()
Gets the value of the styleCondition property.

Returns:
possible object is String

setStyleApplyStyleName

public void setStyleApplyStyleName(String value)
Sets the value of the styleApplyStyleName property.

Parameters:
value - allowed object is String

setStyleBaseCellAddress

public void setStyleBaseCellAddress(String value)
Sets the value of the styleBaseCellAddress property.

Parameters:
value - allowed object is String

setStyleCondition

public void setStyleCondition(String value)
Sets the value of the styleCondition property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.