Class FileArchivCategoryNodeBean
java.lang.Object
sk.iway.iwcm.database.ActiveRecordBase
sk.iway.iwcm.database.ActiveRecord
sk.iway.iwcm.database.nestedsets.CommonNestedSetBean<FileArchivCategoryNodeBean>
sk.iway.iwcm.components.file_archiv.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:
-
Nested Class Summary
Nested classes/interfaces inherited from class sk.iway.iwcm.database.nestedsets.CommonNestedSetBean
CommonNestedSetBean.SimpleNestedSetItem -
Field Summary
Fields inherited from class sk.iway.iwcm.database.nestedsets.CommonNestedSetBean
createRoot, parent, TO_STRING_IGNORED_PROPERTIES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintbooleanisShow()booleansave()voidsetCategoryName(String categoryName) voidsetCategoryType(FileArchivNodeTypeEnum categoryType) voidsetDateInsert(Date dateInsert) voidsetInt1Val(int int1Val) voidsetInt2Val(int int2Val) voidsetInt3Val(int int3Val) voidsetPriority(int priority) voidsetShow(boolean show) voidsetString1Name(String string1Name) voidsetString2Name(String string2Name) voidsetString3Name(String string3Name) Methods inherited from class sk.iway.iwcm.database.nestedsets.CommonNestedSetBean
addChild, createRoot, delete, getAncestors, getChildren, getDescendants, getId, getLeftValue, getLevel, getParent, getRightValue, getRootValue, isAncestorOf, isDescentantOf, moveToNewParent, setId, setLeftValue, setLevel, setParent, setRightValue, setRootValueMethods inherited from class sk.iway.iwcm.database.ActiveRecordBase
get__rowNum__, set__rowNum__, toString
-
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
-
setCategoryName
-
getDateInsert
-
setDateInsert
-
getString1Name
-
setString1Name
-
getString2Name
-
setString2Name
-
getString3Name
-
setString3Name
-
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
-
setCategoryType
-
save
public boolean save()- Overrides:
savein classCommonNestedSetBean<FileArchivCategoryNodeBean>
-