Class FileArchivCategoryNodeBean

All Implemented Interfaces:
Serializable, NodeInfo

@Entity public class FileArchivCategoryNodeBean extends CommonNestedSetBean<FileArchivCategoryNodeBean> implements Serializable
FileArchivCategoryNodeBean.java - Bean pre uchovavanie informacie o danej kategorii Title webjet7 Company Interway s.r.o. (www.interway.sk) Copyright Interway s.r.o. (c) 2001-2010
See Also:
  • Constructor Details

    • FileArchivCategoryNodeBean

      public FileArchivCategoryNodeBean()
  • Method Details

    • getPriority

      public int getPriority()
    • setPriority

      public void setPriority(int priority)
    • isShow

      public boolean isShow()
    • setShow

      public void setShow(boolean show)
    • getCategoryName

      public String getCategoryName()
    • setCategoryName

      public void setCategoryName(String categoryName)
    • getDateInsert

      public Date getDateInsert()
    • setDateInsert

      public void setDateInsert(Date dateInsert)
    • getString1Name

      public String getString1Name()
    • setString1Name

      public void setString1Name(String string1Name)
    • getString2Name

      public String getString2Name()
    • setString2Name

      public void setString2Name(String string2Name)
    • getString3Name

      public String getString3Name()
    • setString3Name

      public void setString3Name(String string3Name)
    • getInt1Val

      public int getInt1Val()
    • setInt1Val

      public void setInt1Val(int int1Val)
    • getInt2Val

      public int getInt2Val()
    • setInt2Val

      public void setInt2Val(int int2Val)
    • getInt3Val

      public int getInt3Val()
    • setInt3Val

      public void setInt3Val(int int3Val)
    • getCategoryType

      public FileArchivNodeTypeEnum getCategoryType()
    • setCategoryType

      public void setCategoryType(FileArchivNodeTypeEnum categoryType)
    • save

      public boolean save()
      Overrides:
      save in class CommonNestedSetBean<FileArchivCategoryNodeBean>