net.nan21.dnet.module.ad.workflow.ds.model
Class WfDefTransitionDs
java.lang.Object
net.nan21.dnet.core.presenter.model.AbstractDsModel<E>
net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs<WfDefTransition>
net.nan21.dnet.module.ad.workflow.ds.model.WfDefTransitionDs
- All Implemented Interfaces:
- net.nan21.dnet.core.api.model.IModelWithClientId, net.nan21.dnet.core.api.model.IModelWithId
public class WfDefTransitionDs
- extends net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs<WfDefTransition>
| Fields inherited from class net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs |
clientId, createdAt, createdBy, entityFQN, fCLIENTID, fCREATEDAT, fCREATEDBY, fENTITYFQN, fID, fMODIFIEDAT, fMODIFIEDBY, fUUID, fVERSION, id, modifiedAt, modifiedBy, uuid, version |
| Methods inherited from class net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs |
getClientId, getCreatedAt, getCreatedBy, getEntityFQN, getId, getModifiedAt, getModifiedBy, getUuid, getVersion, setClientId, setCreatedAt, setCreatedBy, setEntityFQN, setId, setModifiedAt, setModifiedBy, setUuid, setVersion |
| Methods inherited from class net.nan21.dnet.core.presenter.model.AbstractDsModel |
_asLong_, _getEntity_, _setEntity_, get__clientRecordId__, set__clientRecordId__ |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fPROCESSID
public static final String fPROCESSID
- See Also:
- Constant Field Values
fPROCESS
public static final String fPROCESS
- See Also:
- Constant Field Values
fSOURCEID
public static final String fSOURCEID
- See Also:
- Constant Field Values
fSOURCE
public static final String fSOURCE
- See Also:
- Constant Field Values
fTARGETID
public static final String fTARGETID
- See Also:
- Constant Field Values
fTARGET
public static final String fTARGET
- See Also:
- Constant Field Values
WfDefTransitionDs
public WfDefTransitionDs()
WfDefTransitionDs
public WfDefTransitionDs(WfDefTransition e)
getProcessId
public Long getProcessId()
setProcessId
public void setProcessId(Long processId)
getProcess
public String getProcess()
setProcess
public void setProcess(String process)
getSourceId
public Long getSourceId()
setSourceId
public void setSourceId(Long sourceId)
getSource
public String getSource()
setSource
public void setSource(String source)
getTargetId
public Long getTargetId()
setTargetId
public void setTargetId(Long targetId)
getTarget
public String getTarget()
setTarget
public void setTarget(String target)
Copyright © 2012. All Rights Reserved.