类 CoreBpmnInstanceBean
- 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.CoreBpmnInstanceBean
-
- 所有已实现的接口:
Serializable,BaseData,Insertable<Long>,Persistable<Long>
public class CoreBpmnInstanceBean extends AbstractInsertable<Long> implements Insertable<Long>
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 CoreBpmnInstanceBean()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 LonggetDiagramId()LonggetId()StringgetInitiator()LonggetProcId()StringgetTargetId()voidsetDiagramId(Long diagramId)voidsetId(Long id)voidsetInitiator(String initiator)voidsetProcId(Long procId)voidsetTargetId(String targetId)-
从类继承的方法 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>
-
getTargetId
public String getTargetId()
-
setTargetId
public void setTargetId(String targetId)
-
getProcId
public Long getProcId()
-
setProcId
public void setProcId(Long procId)
-
getInitiator
public String getInitiator()
-
setInitiator
public void setInitiator(String initiator)
-
getDiagramId
public Long getDiagramId()
-
setDiagramId
public void setDiagramId(Long diagramId)
-
-