net.nan21.dnet.module.ad.system.ds.model
Class SysJobCtxParamDs

java.lang.Object
  extended by net.nan21.dnet.core.presenter.model.AbstractDsModel<E>
      extended by net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs<SysJobCtxParam>
          extended by net.nan21.dnet.module.ad.system.ds.model.SysJobCtxParamDs
All Implemented Interfaces:
net.nan21.dnet.core.api.model.IModelWithClientId, net.nan21.dnet.core.api.model.IModelWithId

public class SysJobCtxParamDs
extends net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs<SysJobCtxParam>


Field Summary
static String fDATATYPE
           
static String fJOBALIAS
           
static String fJOBCTX
           
static String fJOBCTXID
           
static String fJOBPARAM
           
static String fJOBPARAMID
           
 
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
SysJobCtxParamDs()
           
SysJobCtxParamDs(SysJobCtxParam e)
           
 
Method Summary
 String getDataType()
           
 String getJobAlias()
           
 String getJobCtx()
           
 Long getJobCtxId()
           
 String getJobParam()
           
 Long getJobParamId()
           
 void setDataType(String dataType)
           
 void setJobAlias(String jobAlias)
           
 void setJobCtx(String jobCtx)
           
 void setJobCtxId(Long jobCtxId)
           
 void setJobParam(String jobParam)
           
 void setJobParamId(Long jobParamId)
           
 
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

fJOBCTXID

public static final String fJOBCTXID
See Also:
Constant Field Values

fJOBCTX

public static final String fJOBCTX
See Also:
Constant Field Values

fJOBALIAS

public static final String fJOBALIAS
See Also:
Constant Field Values

fJOBPARAMID

public static final String fJOBPARAMID
See Also:
Constant Field Values

fJOBPARAM

public static final String fJOBPARAM
See Also:
Constant Field Values

fDATATYPE

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

SysJobCtxParamDs

public SysJobCtxParamDs()

SysJobCtxParamDs

public SysJobCtxParamDs(SysJobCtxParam e)
Method Detail

getJobCtxId

public Long getJobCtxId()

setJobCtxId

public void setJobCtxId(Long jobCtxId)

getJobCtx

public String getJobCtx()

setJobCtx

public void setJobCtx(String jobCtx)

getJobAlias

public String getJobAlias()

setJobAlias

public void setJobAlias(String jobAlias)

getJobParamId

public Long getJobParamId()

setJobParamId

public void setJobParamId(Long jobParamId)

getJobParam

public String getJobParam()

setJobParam

public void setJobParam(String jobParam)

getDataType

public String getDataType()

setDataType

public void setDataType(String dataType)


Copyright © 2012. All Rights Reserved.