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

java.lang.Object
  extended by net.nan21.dnet.core.presenter.model.AbstractDsModel<E>
      extended by net.nan21.dnet.core.presenter.model.base.AbstractTypeDs<WfDefNode>
          extended by net.nan21.dnet.module.ad.workflow.ds.model.WfDefNodeDs
All Implemented Interfaces:
net.nan21.dnet.core.api.model.IModelWithClientId, net.nan21.dnet.core.api.model.IModelWithId

public class WfDefNodeDs
extends net.nan21.dnet.core.presenter.model.base.AbstractTypeDs<WfDefNode>


Field Summary
static String fASSIGNTOGROUP
           
static String fASSIGNTOUSER
           
static String fPROCESS
           
static String fPROCESSID
           
static String fSTARTWITHPREVIOUS
           
static String fTASKTYPE
           
 
Fields inherited from class net.nan21.dnet.core.presenter.model.base.AbstractTypeDs
active, clientId, createdAt, createdBy, description, entityFQN, fACTIVE, fCLIENTID, fCREATEDAT, fCREATEDBY, fDESCRIPTION, fENTITYFQN, fID, fMODIFIEDAT, fMODIFIEDBY, fNAME, fUUID, fVERSION, id, modifiedAt, modifiedBy, name, uuid, version
 
Constructor Summary
WfDefNodeDs()
           
WfDefNodeDs(WfDefNode e)
           
 
Method Summary
 String getAssignToGroup()
           
 String getAssignToUser()
           
 String getProcess()
           
 Long getProcessId()
           
 Boolean getStartWithPrevious()
           
 String getTaskType()
           
 void setAssignToGroup(String assignToGroup)
           
 void setAssignToUser(String assignToUser)
           
 void setProcess(String process)
           
 void setProcessId(Long processId)
           
 void setStartWithPrevious(Boolean startWithPrevious)
           
 void setTaskType(String taskType)
           
 
Methods inherited from class net.nan21.dnet.core.presenter.model.base.AbstractTypeDs
getActive, getClientId, getCreatedAt, getCreatedBy, getDescription, getEntityFQN, getId, getModifiedAt, getModifiedBy, getName, getUuid, getVersion, setActive, setClientId, setCreatedAt, setCreatedBy, setDescription, setEntityFQN, setId, setModifiedAt, setModifiedBy, setName, 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

fASSIGNTOUSER

public static final String fASSIGNTOUSER
See Also:
Constant Field Values

fASSIGNTOGROUP

public static final String fASSIGNTOGROUP
See Also:
Constant Field Values

fSTARTWITHPREVIOUS

public static final String fSTARTWITHPREVIOUS
See Also:
Constant Field Values

fTASKTYPE

public static final String fTASKTYPE
See Also:
Constant Field Values

fPROCESSID

public static final String fPROCESSID
See Also:
Constant Field Values

fPROCESS

public static final String fPROCESS
See Also:
Constant Field Values
Constructor Detail

WfDefNodeDs

public WfDefNodeDs()

WfDefNodeDs

public WfDefNodeDs(WfDefNode e)
Method Detail

getAssignToUser

public String getAssignToUser()

setAssignToUser

public void setAssignToUser(String assignToUser)

getAssignToGroup

public String getAssignToGroup()

setAssignToGroup

public void setAssignToGroup(String assignToGroup)

getStartWithPrevious

public Boolean getStartWithPrevious()

setStartWithPrevious

public void setStartWithPrevious(Boolean startWithPrevious)

getTaskType

public String getTaskType()

setTaskType

public void setTaskType(String taskType)

getProcessId

public Long getProcessId()

setProcessId

public void setProcessId(Long processId)

getProcess

public String getProcess()

setProcess

public void setProcess(String process)


Copyright © 2012. All Rights Reserved.