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

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

public class SysJobParamDs
extends net.nan21.dnet.core.presenter.model.base.AbstractTypeDs<SysJobParam>


Field Summary
static String fDATATYPE
           
static String fJOB
           
static String fJOBID
           
 
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
SysJobParamDs()
           
SysJobParamDs(SysJobParam e)
           
 
Method Summary
 String getDataType()
           
 String getJob()
           
 Long getJobId()
           
 void setDataType(String dataType)
           
 void setJob(String job)
           
 void setJobId(Long jobId)
           
 
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

fJOBID

public static final String fJOBID
See Also:
Constant Field Values

fJOB

public static final String fJOB
See Also:
Constant Field Values

fDATATYPE

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

SysJobParamDs

public SysJobParamDs()

SysJobParamDs

public SysJobParamDs(SysJobParam e)
Method Detail

getJobId

public Long getJobId()

setJobId

public void setJobId(Long jobId)

getJob

public String getJob()

setJob

public void setJob(String job)

getDataType

public String getDataType()

setDataType

public void setDataType(String dataType)


Copyright © 2012. All Rights Reserved.