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

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

public class SysTimerDs
extends net.nan21.dnet.core.presenter.model.base.AbstractTypeDs<SysTimer>


Field Summary
static String fCRONEXPRESSION
           
static String fENDTIME
           
static String fJOBCTX
           
static String fJOBCTXID
           
static String fREPEATCOUNT
           
static String fREPEATINTERVAL
           
static String fREPEATINTERVALTYPE
           
static String fSTARTTIME
           
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
SysTimerDs()
           
SysTimerDs(SysTimer e)
           
 
Method Summary
 String getCronExpression()
           
 Date getEndTime()
           
 String getJobCtx()
           
 Long getJobCtxId()
           
 Integer getRepeatCount()
           
 Integer getRepeatInterval()
           
 String getRepeatIntervalType()
           
 Date getStartTime()
           
 String getType()
           
 void setCronExpression(String cronExpression)
           
 void setEndTime(Date endTime)
           
 void setJobCtx(String jobCtx)
           
 void setJobCtxId(Long jobCtxId)
           
 void setRepeatCount(Integer repeatCount)
           
 void setRepeatInterval(Integer repeatInterval)
           
 void setRepeatIntervalType(String repeatIntervalType)
           
 void setStartTime(Date startTime)
           
 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

fJOBCTXID

public static final String fJOBCTXID
See Also:
Constant Field Values

fJOBCTX

public static final String fJOBCTX
See Also:
Constant Field Values

fSTARTTIME

public static final String fSTARTTIME
See Also:
Constant Field Values

fENDTIME

public static final String fENDTIME
See Also:
Constant Field Values

fTYPE

public static final String fTYPE
See Also:
Constant Field Values

fCRONEXPRESSION

public static final String fCRONEXPRESSION
See Also:
Constant Field Values

fREPEATCOUNT

public static final String fREPEATCOUNT
See Also:
Constant Field Values

fREPEATINTERVAL

public static final String fREPEATINTERVAL
See Also:
Constant Field Values

fREPEATINTERVALTYPE

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

SysTimerDs

public SysTimerDs()

SysTimerDs

public SysTimerDs(SysTimer e)
Method Detail

getJobCtxId

public Long getJobCtxId()

setJobCtxId

public void setJobCtxId(Long jobCtxId)

getJobCtx

public String getJobCtx()

setJobCtx

public void setJobCtx(String jobCtx)

getStartTime

public Date getStartTime()

setStartTime

public void setStartTime(Date startTime)

getEndTime

public Date getEndTime()

setEndTime

public void setEndTime(Date endTime)

getType

public String getType()

setType

public void setType(String type)

getCronExpression

public String getCronExpression()

setCronExpression

public void setCronExpression(String cronExpression)

getRepeatCount

public Integer getRepeatCount()

setRepeatCount

public void setRepeatCount(Integer repeatCount)

getRepeatInterval

public Integer getRepeatInterval()

setRepeatInterval

public void setRepeatInterval(Integer repeatInterval)

getRepeatIntervalType

public String getRepeatIntervalType()

setRepeatIntervalType

public void setRepeatIntervalType(String repeatIntervalType)


Copyright © 2012. All Rights Reserved.