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

java.lang.Object
  extended by net.nan21.dnet.core.presenter.model.AbstractDsModel<E>
      extended by net.nan21.dnet.core.presenter.model.base.AbstractBaseDs<ActProcessDefinition>
          extended by net.nan21.dnet.module.ad.workflow.ds.model.ActProcessDefinitionDs

public class ActProcessDefinitionDs
extends net.nan21.dnet.core.presenter.model.base.AbstractBaseDs<ActProcessDefinition>


Field Summary
static String fCATEGORY
           
static String fCLIENTID
           
static String fDEPLOYMENTID
           
static String fDIAGRAMRESOURCENAME
           
static String fFULLNAME
           
static String fHASSTARTFORM
           
static String fID
           
static String fKEY
           
static String fNAME
           
static String fPROCDEFVERSION
           
static String fRESOURCENAME
           
 
Constructor Summary
ActProcessDefinitionDs()
           
ActProcessDefinitionDs(ActProcessDefinition e)
           
 
Method Summary
 String getCategory()
           
 Long getClientId()
           
 String getDeploymentId()
           
 String getDiagramResourceName()
           
 String getFullName()
           
 Boolean getHasStartForm()
           
 String getId()
           
 String getKey()
           
 String getName()
           
 Integer getProcDefVersion()
           
 String getResourceName()
           
 void setCategory(String category)
           
 void setClientId(Long clientId)
           
 void setDeploymentId(String deploymentId)
           
 void setDiagramResourceName(String diagramResourceName)
           
 void setFullName(String fullName)
           
 void setHasStartForm(Boolean hasStartForm)
           
 void setId(Object id)
           
 void setKey(String key)
           
 void setName(String name)
           
 void setProcDefVersion(Integer procDefVersion)
           
 void setResourceName(String resourceName)
           
 
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

fID

public static final String fID
See Also:
Constant Field Values

fCLIENTID

public static final String fCLIENTID
See Also:
Constant Field Values

fKEY

public static final String fKEY
See Also:
Constant Field Values

fFULLNAME

public static final String fFULLNAME
See Also:
Constant Field Values

fNAME

public static final String fNAME
See Also:
Constant Field Values

fCATEGORY

public static final String fCATEGORY
See Also:
Constant Field Values

fRESOURCENAME

public static final String fRESOURCENAME
See Also:
Constant Field Values

fDIAGRAMRESOURCENAME

public static final String fDIAGRAMRESOURCENAME
See Also:
Constant Field Values

fPROCDEFVERSION

public static final String fPROCDEFVERSION
See Also:
Constant Field Values

fDEPLOYMENTID

public static final String fDEPLOYMENTID
See Also:
Constant Field Values

fHASSTARTFORM

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

ActProcessDefinitionDs

public ActProcessDefinitionDs()

ActProcessDefinitionDs

public ActProcessDefinitionDs(ActProcessDefinition e)
Method Detail

getId

public String getId()

setId

public void setId(Object id)

getClientId

public Long getClientId()

setClientId

public void setClientId(Long clientId)

getKey

public String getKey()

setKey

public void setKey(String key)

getFullName

public String getFullName()

setFullName

public void setFullName(String fullName)

getName

public String getName()

setName

public void setName(String name)

getCategory

public String getCategory()

setCategory

public void setCategory(String category)

getResourceName

public String getResourceName()

setResourceName

public void setResourceName(String resourceName)

getDiagramResourceName

public String getDiagramResourceName()

setDiagramResourceName

public void setDiagramResourceName(String diagramResourceName)

getProcDefVersion

public Integer getProcDefVersion()

setProcDefVersion

public void setProcDefVersion(Integer procDefVersion)

getDeploymentId

public String getDeploymentId()

setDeploymentId

public void setDeploymentId(String deploymentId)

getHasStartForm

public Boolean getHasStartForm()

setHasStartForm

public void setHasStartForm(Boolean hasStartForm)


Copyright © 2012. All Rights Reserved.