类 CoreBpmnTargetBean
- java.lang.Object
-
- net.sinodawn.framework.support.domain.AbstractBaseData
-
- net.sinodawn.framework.support.domain.AbstractPersistable<ID>
-
- net.sinodawn.framework.support.domain.AbstractInsertable<String>
-
- net.sinodawn.module.sys.bpmn.bean.CoreBpmnTargetBean
-
- 所有已实现的接口:
Serializable,BaseData,Insertable<String>,Persistable<String>
public class CoreBpmnTargetBean extends AbstractInsertable<String> implements Insertable<String>
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 CoreBpmnTargetBean()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetId()StringgetProcessStatus()StringgetTargetDesc()StringgetTargetId()StringgetTargetTable()voidsetId(String id)voidsetProcessStatus(String processStatus)voidsetTargetDesc(String targetDesc)voidsetTargetId(String targetId)voidsetTargetTable(String targetTable)-
从类继承的方法 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 String getId()
- 指定者:
getId在接口中Persistable<String>
-
setId
public void setId(String id)
- 指定者:
setId在接口中Persistable<String>
-
getTargetTable
public String getTargetTable()
-
setTargetTable
public void setTargetTable(String targetTable)
-
getTargetId
public String getTargetId()
-
setTargetId
public void setTargetId(String targetId)
-
getTargetDesc
public String getTargetDesc()
-
setTargetDesc
public void setTargetDesc(String targetDesc)
-
getProcessStatus
public String getProcessStatus()
-
setProcessStatus
public void setProcessStatus(String processStatus)
-
-