|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.seeyon.ctp.util.ObjectToXMLBase
com.seeyon.ctp.common.po.BasePO
com.seeyon.ctp.portal.po.PortalSection
public class PortalSection
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 |
| 构造方法详细信息 |
|---|
public PortalSection()
public PortalSection(java.lang.Long _id)
| 方法详细信息 |
|---|
protected void initialize()
public java.lang.String getCategoryName()
public void setCategoryName(java.lang.String _categoryName)
_categoryName - the CATEGORY_NAME valuepublic java.lang.Long getSectionInstanceId()
public void setSectionInstanceId(java.lang.Long _sectionInstanceId)
_sectionInstanceId - the SECTION_INSTANCE_ID valuepublic java.lang.Long getCategoryId()
public void setCategoryId(java.lang.Long _categoryId)
_categoryId - the CATEGORY_ID valuepublic java.lang.String getSectionBeanName()
public void setSectionBeanName(java.lang.String _sectionBeanName)
_sectionBeanName - the SECTION_BEAN_NAME value
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||