com.seeyon.ctp.portal.po
类 PortalSpaceSecurity

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

public class PortalSpaceSecurity
extends BasePO

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
 

构造方法详细信息

PortalSpaceSecurity

public PortalSpaceSecurity()

PortalSpaceSecurity

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

方法详细信息

initialize

protected void initialize()

getEntityId

public java.lang.Long getEntityId()
实体ID


setEntityId

public void setEntityId(java.lang.Long _entityId)
实体ID

参数:
_entityId - the ENTITY_ID value

getSecurityType

public java.lang.Integer getSecurityType()
0为使用授权,1为管理授权


setSecurityType

public void setSecurityType(java.lang.Integer _securityType)
0为使用授权,1为管理授权

参数:
_securityType - the SECURITY_TYPE value

getSort

public java.lang.Long getSort()
排序号


setSort

public void setSort(java.lang.Long _sort)
排序号

参数:
_sort - the SORT value

getEntityType

public java.lang.String getEntityType()
实体类型


setEntityType

public void setEntityType(java.lang.String _entityType)
实体类型

参数:
_entityType - the ENTITY_TYPE value

getSpaceId

public java.lang.Long getSpaceId()

setSpaceId

public void setSpaceId(java.lang.Long _spaceId)
参数:
_spaceId - the SPACE_ID value