com.seeyon.ctp.organization.po
类 OrgLevel

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

public class OrgLevel
extends BasePO

This is an object that contains data related to the ORG_LEVEL table. 职务级别表

另请参见:
序列化表格

字段摘要
 
从类 com.seeyon.ctp.common.po.BasePO 继承的字段
id, v3xToStringStyle
 
构造方法摘要
OrgLevel()
           
OrgLevel(java.lang.Long _id)
          Constructor for primary key
 
方法摘要
 java.lang.String getCode()
          编码
 java.util.Date getCreateTime()
          创建时间
 java.lang.String getDescription()
          描述
 java.lang.Long getGroupLevelId()
          集团职务级别号
 java.lang.Long getLevelId()
          级别序号
 java.lang.String getName()
          名称
 java.lang.Long getOrgAccountId()
          所属单位
 java.lang.Long getSortId()
          排序
 java.lang.Integer getStatus()
          状态
 java.util.Date getUpdateTime()
          修改时间
protected  void initialize()
           
 java.lang.Boolean isDeleted()
          是否被删除
 java.lang.Boolean isEnable()
          是否启用
 void setCode(java.lang.String _code)
          编码
 void setCreateTime(java.util.Date _createTime)
          创建时间
 void setDeleted(java.lang.Boolean _deleted)
          是否被删除
 void setDescription(java.lang.String _description)
          描述
 void setEnable(java.lang.Boolean _enable)
          是否启用
 void setGroupLevelId(java.lang.Long _groupLevelId)
          集团职务级别号
 void setLevelId(java.lang.Long _levelId)
          级别序号
 void setName(java.lang.String _name)
          名称
 void setOrgAccountId(java.lang.Long _orgAccountId)
          所属单位
 void setSortId(java.lang.Long _sortId)
          排序
 void setStatus(java.lang.Integer _status)
          状态
 void setUpdateTime(java.util.Date _updateTime)
          修改时间
 
从类 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
 

构造方法详细信息

OrgLevel

public OrgLevel()

OrgLevel

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

方法详细信息

initialize

protected void initialize()

getName

public java.lang.String getName()
名称


setName

public void setName(java.lang.String _name)
名称

参数:
_name - the NAME value

getCode

public java.lang.String getCode()
编码


setCode

public void setCode(java.lang.String _code)
编码

参数:
_code - the CODE value

isEnable

public java.lang.Boolean isEnable()
是否启用


setEnable

public void setEnable(java.lang.Boolean _enable)
是否启用

参数:
_enable - the IS_ENABLE value

getLevelId

public java.lang.Long getLevelId()
级别序号


setLevelId

public void setLevelId(java.lang.Long _levelId)
级别序号

参数:
_levelId - the LEVEL_ID value

getGroupLevelId

public java.lang.Long getGroupLevelId()
集团职务级别号


setGroupLevelId

public void setGroupLevelId(java.lang.Long _groupLevelId)
集团职务级别号

参数:
_groupLevelId - the GROUP_LEVEL_ID value

getSortId

public java.lang.Long getSortId()
排序


setSortId

public void setSortId(java.lang.Long _sortId)
排序

参数:
_sortId - the SORT_ID value

getCreateTime

public java.util.Date getCreateTime()
创建时间


setCreateTime

public void setCreateTime(java.util.Date _createTime)
创建时间

参数:
_createTime - the CREATE_TIME value

getUpdateTime

public java.util.Date getUpdateTime()
修改时间


setUpdateTime

public void setUpdateTime(java.util.Date _updateTime)
修改时间

参数:
_updateTime - the UPDATE_TIME value

getDescription

public java.lang.String getDescription()
描述


setDescription

public void setDescription(java.lang.String _description)
描述

参数:
_description - the DESCRIPTION value

getOrgAccountId

public java.lang.Long getOrgAccountId()
所属单位


setOrgAccountId

public void setOrgAccountId(java.lang.Long _orgAccountId)
所属单位

参数:
_orgAccountId - the ORG_ACCOUNT_ID value

isDeleted

public java.lang.Boolean isDeleted()
是否被删除


setDeleted

public void setDeleted(java.lang.Boolean _deleted)
是否被删除

参数:
_deleted - the IS_DELETED value

getStatus

public java.lang.Integer getStatus()
状态


setStatus

public void setStatus(java.lang.Integer _status)
状态

参数:
_status - the STATUS value