类 CoreBpmnInstanceTaskRoleBean
- java.lang.Object
-
- net.sinodawn.framework.support.domain.AbstractBaseData
-
- net.sinodawn.framework.support.domain.AbstractPersistable<ID>
-
- net.sinodawn.framework.support.domain.AbstractInsertable<Long>
-
- net.sinodawn.module.sys.bpmn.bean.CoreBpmnInstanceTaskRoleBean
-
- 所有已实现的接口:
Serializable,BaseData,Insertable<Long>,Persistable<Long>
public class CoreBpmnInstanceTaskRoleBean extends AbstractInsertable<Long> implements Insertable<Long>
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 CoreBpmnInstanceTaskRoleBean()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 LonggetId()LonggetInstId()LonggetInstTaskId()LonggetRoleId()voidsetId(Long id)voidsetInstId(Long instId)voidsetInstTaskId(Long instTaskId)voidsetRoleId(Long roleId)-
从类继承的方法 net.sinodawn.framework.support.domain.AbstractInsertable
getCreatedById, getCreatedByName, getCreatedByOrgId, getCreatedByOrgName, getCreatedTime, setCreatedById, setCreatedByName, setCreatedByOrgId, setCreatedByOrgName, setCreatedTime, toString
-
从类继承的方法 net.sinodawn.framework.support.domain.AbstractBaseData
getExt$, getExt$Item, setExt$, setExt$Item
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
从接口继承的方法 net.sinodawn.framework.support.domain.BaseData
getExt$, setExt$, setExt$Item
-
从接口继承的方法 net.sinodawn.framework.support.domain.Insertable
getCreatedById, getCreatedByName, getCreatedByOrgId, getCreatedByOrgName, getCreatedTime, setCreatedById, setCreatedByName, setCreatedByOrgId, setCreatedByOrgName, setCreatedTime
-
-
-
-
方法详细资料
-
getId
public Long getId()
- 指定者:
getId在接口中Persistable<Long>
-
setId
public void setId(Long id)
- 指定者:
setId在接口中Persistable<Long>
-
getInstId
public Long getInstId()
-
setInstId
public void setInstId(Long instId)
-
getInstTaskId
public Long getInstTaskId()
-
setInstTaskId
public void setInstTaskId(Long instTaskId)
-
getRoleId
public Long getRoleId()
-
setRoleId
public void setRoleId(Long roleId)
-
-