@Entity public class CmsCategory extends Object implements Serializable
Constructor and Description |
---|
CmsCategory() |
CmsCategory(short siteId,
String name,
Integer parentId,
Integer typeId,
String childIds,
String tagTypeIds,
String code,
String templatePath,
String path,
boolean onlyUrl,
boolean hasStatic,
String url,
String contentPath,
boolean containChild,
Integer pageSize,
boolean allowContribute,
int sort,
boolean hidden,
boolean disabled,
Integer extendId) |
CmsCategory(short siteId,
String name,
String path,
boolean onlyUrl,
boolean hasStatic,
boolean containChild,
boolean allowContribute,
int sort,
boolean hidden,
boolean disabled) |
public CmsCategory()
public CmsCategory(short siteId, String name, String path, boolean onlyUrl, boolean hasStatic, boolean containChild, boolean allowContribute, int sort, boolean hidden, boolean disabled)
public CmsCategory(short siteId, String name, Integer parentId, Integer typeId, String childIds, String tagTypeIds, String code, String templatePath, String path, boolean onlyUrl, boolean hasStatic, String url, String contentPath, boolean containChild, Integer pageSize, boolean allowContribute, int sort, boolean hidden, boolean disabled, Integer extendId)
public Integer getId()
public void setId(Integer id)
public short getSiteId()
public void setSiteId(short siteId)
public String getName()
public void setName(String name)
public Integer getParentId()
public void setParentId(Integer parentId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
public String getChildIds()
public void setChildIds(String childIds)
public String getTagTypeIds()
public void setTagTypeIds(String tagTypeIds)
public String getCode()
public void setCode(String code)
public String getTemplatePath()
public void setTemplatePath(String templatePath)
public String getPath()
public void setPath(String path)
public boolean isOnlyUrl()
public void setOnlyUrl(boolean onlyUrl)
public boolean isHasStatic()
public void setHasStatic(boolean hasStatic)
public String getUrl()
public void setUrl(String url)
public String getContentPath()
public void setContentPath(String contentPath)
public boolean isContainChild()
public void setContainChild(boolean containChild)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public boolean isAllowContribute()
public void setAllowContribute(boolean allowContribute)
public int getSort()
public void setSort(int sort)
public boolean isHidden()
public void setHidden(boolean hidden)
public boolean isDisabled()
public void setDisabled(boolean disabled)
public Integer getExtendId()
public void setExtendId(Integer extendId)
Copyright © 2018. All rights reserved.