net.nan21.dnet.module.ad.system.ds.model
Class SysTimerDs
java.lang.Object
net.nan21.dnet.core.presenter.model.AbstractDsModel<E>
net.nan21.dnet.core.presenter.model.base.AbstractTypeDs<SysTimer>
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>
| 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 |
| 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 |
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
SysTimerDs
public SysTimerDs()
SysTimerDs
public SysTimerDs(SysTimer e)
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.