Class FilterProperties

java.lang.Object
net.jalbum.filterManager.FilterProperties

public class FilterProperties extends Object
  • Constructor Details

    • FilterProperties

      public FilterProperties()
  • Method Details

    • getIcon

      public Icon getIcon()
    • setIcon

      public void setIcon(Icon icon)
    • getShortName

      public String getShortName()
    • setShortName

      public void setShortName(String shortName)
    • getAuthor

      public String getAuthor()
    • setAuthor

      public void setAuthor(String author)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getHelp

      public String getHelp()
    • setHelp

      public void setHelp(String help)
    • getOther

      public String getOther()
    • setOther

      public void setOther(String other)
    • getCategory

      public FilterProperties.FilterCategory getCategory()
    • setCategory

      public void setCategory(FilterProperties.FilterCategory category)