com.businessobjects.jsf.sdk.properties
Class CharacterSeparatedProps

java.lang.Object
  |
  +--com.businessobjects.jsf.sdk.properties.CharacterSeparatedProps
All Implemented Interfaces:
java.io.Serializable

public class CharacterSeparatedProps
extends java.lang.Object
implements java.io.Serializable

Contains properties for specifying character separator labels.

See Also:
Serialized Form

Constructor Summary
CharacterSeparatedProps()
           
CharacterSeparatedProps(java.util.Locale locale)
           
 
Method Summary
 java.lang.String getDelimiterText()
          Gets text to display for the delimiter label.
 java.lang.String getSeparatorText()
          Gets text to display for the separator label.
 void setDelimiterText(java.lang.String delimiterText)
          Sets text to display for the delimiter label.
 void setSeparatorText(java.lang.String separatorText)
          Sets text to display for the separator label.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharacterSeparatedProps

public CharacterSeparatedProps()

CharacterSeparatedProps

public CharacterSeparatedProps(java.util.Locale locale)
Method Detail

getDelimiterText

public java.lang.String getDelimiterText()
Gets text to display for the delimiter label.


setDelimiterText

public void setDelimiterText(java.lang.String delimiterText)
Sets text to display for the delimiter label.


getSeparatorText

public java.lang.String getSeparatorText()
Gets text to display for the separator label.


setSeparatorText

public void setSeparatorText(java.lang.String separatorText)
Sets text to display for the separator label.