net.nan21.dnet.module.ad.workflow.ds.model
Class WfDefTransitionDs

java.lang.Object
  extended by net.nan21.dnet.core.presenter.model.AbstractDsModel<E>
      extended by net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs<WfDefTransition>
          extended by 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>


Field Summary
static String fPROCESS
           
static String fPROCESSID
           
static String fSOURCE
           
static String fSOURCEID
           
static String fTARGET
           
static String fTARGETID
           
 
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
 
Constructor Summary
WfDefTransitionDs()
           
WfDefTransitionDs(WfDefTransition e)
           
 
Method Summary
 String getProcess()
           
 Long getProcessId()
           
 String getSource()
           
 Long getSourceId()
           
 String getTarget()
           
 Long getTargetId()
           
 void setProcess(String process)
           
 void setProcessId(Long processId)
           
 void setSource(String source)
           
 void setSourceId(Long sourceId)
           
 void setTarget(String target)
           
 void setTargetId(Long targetId)
           
 
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
 

Field Detail

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
Constructor Detail

WfDefTransitionDs

public WfDefTransitionDs()

WfDefTransitionDs

public WfDefTransitionDs(WfDefTransition e)
Method Detail

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.