Class FileAtrRowBean

java.lang.Object
sk.iway.iwcm.filebrowser.FileAtrRowBean

public class FileAtrRowBean extends Object
Riadok tabulky atributov
  • Constructor Details

    • FileAtrRowBean

      public FileAtrRowBean()
  • Method Details

    • getAtrList

      public List<FileAtrBean> getAtrList()
      Gets the atrList attribute of the FileAtrRowBean object
      Returns:
      The atrList value
    • getAtrValue

      public String getAtrValue(int atrId)
    • addAtr

      public void addAtr(FileAtrBean atr)
      Adds a feature to the Atr attribute of the FileAtrRowBean object
      Parameters:
      atr - The feature to be added to the Atr attribute
    • mustRemove

      public boolean mustRemove(String param, String paramValue)
      vrati true, ak je treba tento riadok vymazat (nevyhovuje podmienke)
      Parameters:
      param -
      paramValue -
      Returns:
    • setFileName

      public void setFileName(String fileName)
    • getFileName

      public String getFileName()
    • setLink

      public void setLink(String link)
    • getLink

      public String getLink()