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

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

public class WfDefNodeFieldDs
extends net.nan21.dnet.core.presenter.model.base.AbstractTypeDs<WfDefNodeField>


Field Summary
static String fNODEID
           
static String fREQUIRED
           
static String fTYPE
           
 
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
WfDefNodeFieldDs()
           
WfDefNodeFieldDs(WfDefNodeField e)
           
 
Method Summary
 Long getNodeId()
           
 Boolean getRequired()
           
 String getType()
           
 void setNodeId(Long nodeId)
           
 void setRequired(Boolean required)
           
 void setType(String type)
           
 
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

fTYPE

public static final String fTYPE
See Also:
Constant Field Values

fREQUIRED

public static final String fREQUIRED
See Also:
Constant Field Values

fNODEID

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

WfDefNodeFieldDs

public WfDefNodeFieldDs()

WfDefNodeFieldDs

public WfDefNodeFieldDs(WfDefNodeField e)
Method Detail

getType

public String getType()

setType

public void setType(String type)

getRequired

public Boolean getRequired()

setRequired

public void setRequired(Boolean required)

getNodeId

public Long getNodeId()

setNodeId

public void setNodeId(Long nodeId)


Copyright © 2012. All Rights Reserved.