com.seeyon.ctp.portal.po
类 PortalSection

java.lang.Object
  继承者 com.seeyon.ctp.util.ObjectToXMLBase
      继承者 com.seeyon.ctp.common.po.BasePO
          继承者 com.seeyon.ctp.portal.po.PortalSection
所有已实现的接口:
java.io.Serializable, java.lang.Cloneable

public class PortalSection
extends BasePO

This is an object that contains data related to the PORTAL_SECTION table. 栏目表

另请参见:
序列化表格

字段摘要
 
从类 com.seeyon.ctp.common.po.BasePO 继承的字段
id, v3xToStringStyle
 
构造方法摘要
PortalSection()
           
PortalSection(java.lang.Long _id)
          Constructor for primary key
 
方法摘要
 java.lang.Long getCategoryId()
          栏目分类使用统一枚举组件
 java.lang.String getCategoryName()
          冗余存储分类名,例如:common、timeManagement等
 java.lang.String getSectionBeanName()
          栏目Bean
 java.lang.Long getSectionInstanceId()
          栏目实例ID
protected  void initialize()
           
 void setCategoryId(java.lang.Long _categoryId)
          栏目分类使用统一枚举组件
 void setCategoryName(java.lang.String _categoryName)
          冗余存储分类名,例如:common、timeManagement等
 void setSectionBeanName(java.lang.String _sectionBeanName)
          栏目Bean
 void setSectionInstanceId(java.lang.Long _sectionInstanceId)
          栏目实例ID
 
从类 com.seeyon.ctp.common.po.BasePO 继承的方法
clone, equals, getExtraAttr, getExtraMap, getId, hashCode, isNew, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, setId, setIdIfNew, setNewId, toJSON, toJSON, toJSONnoAttr, toString
 
从类 com.seeyon.ctp.util.ObjectToXMLBase 继承的方法
toXML
 
从类 java.lang.Object 继承的方法
finalize, getClass, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

PortalSection

public PortalSection()

PortalSection

public PortalSection(java.lang.Long _id)
Constructor for primary key

方法详细信息

initialize

protected void initialize()

getCategoryName

public java.lang.String getCategoryName()
冗余存储分类名,例如:common、timeManagement等


setCategoryName

public void setCategoryName(java.lang.String _categoryName)
冗余存储分类名,例如:common、timeManagement等

参数:
_categoryName - the CATEGORY_NAME value

getSectionInstanceId

public java.lang.Long getSectionInstanceId()
栏目实例ID


setSectionInstanceId

public void setSectionInstanceId(java.lang.Long _sectionInstanceId)
栏目实例ID

参数:
_sectionInstanceId - the SECTION_INSTANCE_ID value

getCategoryId

public java.lang.Long getCategoryId()
栏目分类使用统一枚举组件


setCategoryId

public void setCategoryId(java.lang.Long _categoryId)
栏目分类使用统一枚举组件

参数:
_categoryId - the CATEGORY_ID value

getSectionBeanName

public java.lang.String getSectionBeanName()
栏目Bean


setSectionBeanName

public void setSectionBeanName(java.lang.String _sectionBeanName)
栏目Bean

参数:
_sectionBeanName - the SECTION_BEAN_NAME value