net.nan21.dnet.module.ad.workflow.ds.param
Class ActProcessInstanceDsParam

java.lang.Object
  extended by net.nan21.dnet.core.presenter.model.EmptyParam
      extended by net.nan21.dnet.module.ad.workflow.ds.param.ActProcessInstanceDsParam

public class ActProcessInstanceDsParam
extends net.nan21.dnet.core.presenter.model.EmptyParam


Field Summary
static String fFROM
           
static String fPROCESSFULLNAME
           
static String fREASONTOKILL
           
static String fTO
           
 
Constructor Summary
ActProcessInstanceDsParam()
           
 
Method Summary
 Date getFrom()
           
 String getProcessFullName()
           
 String getReasonToKill()
           
 Date getTo()
           
 void setFrom(Date from)
           
 void setProcessFullName(String processFullName)
           
 void setReasonToKill(String reasonToKill)
           
 void setTo(Date to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fPROCESSFULLNAME

public static final String fPROCESSFULLNAME
See Also:
Constant Field Values

fREASONTOKILL

public static final String fREASONTOKILL
See Also:
Constant Field Values

fFROM

public static final String fFROM
See Also:
Constant Field Values

fTO

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

ActProcessInstanceDsParam

public ActProcessInstanceDsParam()
Method Detail

getProcessFullName

public String getProcessFullName()

setProcessFullName

public void setProcessFullName(String processFullName)

getReasonToKill

public String getReasonToKill()

setReasonToKill

public void setReasonToKill(String reasonToKill)

getFrom

public Date getFrom()

setFrom

public void setFrom(Date from)

getTo

public Date getTo()

setTo

public void setTo(Date to)


Copyright © 2012. All Rights Reserved.