Class CCComposedText.TextItem

java.lang.Object
org.eclnt.ccaddons.pbc.CCComposedText.TextItem
Enclosing class:
CCComposedText

public static class CCComposedText.TextItem extends Object
Text item that represents one communication item.
  • Constructor Details

    • TextItem

      public TextItem(String by, String text, Date at)
      Parameters:
      by - Display name of person that added the text item.
      text - Plain text.
      at - Date when text item was added.
  • Method Details

    • getBy

      public String getBy()
    • setBy

      public void setBy(String by)
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getAt

      public Date getAt()
    • setAt

      public void setAt(Date at)
    • isRemoveable

      public boolean isRemoveable()
    • setRemoveable

      public void setRemoveable(boolean removeable)