|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.seeyon.ctp.util.ObjectToXMLBase
com.seeyon.ctp.common.po.BasePO
com.seeyon.ctp.portal.po.PortalSpaceSecurity
public class PortalSpaceSecurity
This is an object that contains data related to the PORTAL_SPACE_SECURITY table. 空间的授权表,包括使用授权和管理授权
| 字段摘要 |
|---|
| 从类 com.seeyon.ctp.common.po.BasePO 继承的字段 |
|---|
id, v3xToStringStyle |
| 构造方法摘要 | |
|---|---|
PortalSpaceSecurity()
|
|
PortalSpaceSecurity(java.lang.Long _id)
Constructor for primary key |
|
| 方法摘要 | |
|---|---|
java.lang.Long |
getEntityId()
实体ID |
java.lang.String |
getEntityType()
实体类型 |
java.lang.Integer |
getSecurityType()
0为使用授权,1为管理授权 |
java.lang.Long |
getSort()
排序号 |
java.lang.Long |
getSpaceId()
|
protected void |
initialize()
|
void |
setEntityId(java.lang.Long _entityId)
实体ID |
void |
setEntityType(java.lang.String _entityType)
实体类型 |
void |
setSecurityType(java.lang.Integer _securityType)
0为使用授权,1为管理授权 |
void |
setSort(java.lang.Long _sort)
排序号 |
void |
setSpaceId(java.lang.Long _spaceId)
|
| 从类 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 PortalSpaceSecurity()
public PortalSpaceSecurity(java.lang.Long _id)
| 方法详细信息 |
|---|
protected void initialize()
public java.lang.Long getEntityId()
public void setEntityId(java.lang.Long _entityId)
_entityId - the ENTITY_ID valuepublic java.lang.Integer getSecurityType()
public void setSecurityType(java.lang.Integer _securityType)
_securityType - the SECURITY_TYPE valuepublic java.lang.Long getSort()
public void setSort(java.lang.Long _sort)
_sort - the SORT valuepublic java.lang.String getEntityType()
public void setEntityType(java.lang.String _entityType)
_entityType - the ENTITY_TYPE valuepublic java.lang.Long getSpaceId()
public void setSpaceId(java.lang.Long _spaceId)
_spaceId - the SPACE_ID value
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||