类 CoreBpmnDraftBean
- 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.CoreBpmnDraftBean
-
- 所有已实现的接口:
Serializable,BaseData,Insertable<Long>,Persistable<Long>
public class CoreBpmnDraftBean extends AbstractInsertable<Long> implements Insertable<Long>
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 CoreBpmnDraftBean()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 LonggetDiagramId()StringgetExpression()LonggetId()StringgetProcCode()LonggetProcVersion()StringgetServiceId()voidsetDiagramId(Long diagramId)voidsetExpression(String expression)voidsetId(Long id)voidsetProcCode(String procCode)voidsetProcVersion(Long procVersion)voidsetServiceId(String serviceId)-
从类继承的方法 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>
-
getServiceId
public String getServiceId()
-
setServiceId
public void setServiceId(String serviceId)
-
getProcCode
public String getProcCode()
-
setProcCode
public void setProcCode(String procCode)
-
getExpression
public String getExpression()
-
setExpression
public void setExpression(String expression)
-
getProcVersion
public Long getProcVersion()
-
setProcVersion
public void setProcVersion(Long procVersion)
-
getDiagramId
public Long getDiagramId()
-
setDiagramId
public void setDiagramId(Long diagramId)
-
-