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 TypeMethodDescriptionint
int
int
int
boolean
isShow()
boolean
save()
void
setCategoryName
(String categoryName) void
setCategoryType
(FileArchivNodeTypeEnum categoryType) void
setDateInsert
(Date dateInsert) void
setInt1Val
(int int1Val) void
setInt2Val
(int int2Val) void
setInt3Val
(int int3Val) void
setPriority
(int priority) void
setShow
(boolean show) void
setString1Name
(String string1Name) void
setString2Name
(String string2Name) void
setString3Name
(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, setRootValue
Methods 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:
save
in classCommonNestedSetBean<FileArchivCategoryNodeBean>
-