Class TaskTableModel

All Implemented Interfaces:
MutableTableModel, TableModel

public class TaskTableModel extends DefaultTableModel
  • Constructor Details

  • Method Details

    • getAttachmentType

      public String getAttachmentType()
      Returns:
      the first attachmentType in the list of attachmentTypes
    • setAttachmentType

      public void setAttachmentType(String attachmentType)
      Parameters:
      attachmentType - the attachmentType to set
    • setAttachmentTypes

      public void setAttachmentTypes(List<String> attachmentTypes)
    • getAttachmentTypes

      public List<String> getAttachmentTypes()