@Tne(value="EASYAPI_MODULE_SCRIPT") public class DBModuleScriptEntity extends BaseDbEntity
createTime, deleted, id, projectId, updateTime| 构造器和说明 |
|---|
DBModuleScriptEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCondition() |
String |
getDescription() |
String |
getJs() |
Integer |
getLocation() |
Long |
getModuleId() |
String |
getParseKey() |
String |
getParseType() |
String |
getScript() |
Integer |
getSort() |
Integer |
getType() |
Long |
getUserId() |
String |
getValName() |
String |
getValType() |
void |
setCondition(String condition) |
void |
setDescription(String description) |
void |
setJs(String js) |
void |
setLocation(Integer location) |
void |
setModuleId(Long moduleId) |
void |
setParseKey(String parseKey) |
void |
setParseType(String parseType) |
void |
setScript(String script) |
void |
setSort(Integer sort) |
void |
setType(Integer type) |
void |
setUserId(Long userId) |
void |
setValName(String valName) |
void |
setValType(String valType) |
getCreateTime, getDeleted, getId, getProjectId, getUpdateTime, setCreateTime, setDeleted, setId, setProjectId, setUpdateTimepublic Long getModuleId()
public void setModuleId(Long moduleId)
public Long getUserId()
public void setUserId(Long userId)
public String getDescription()
public void setDescription(String description)
public String getValName()
public void setValName(String valName)
public String getValType()
public void setValType(String valType)
public String getScript()
public void setScript(String script)
public String getParseKey()
public void setParseKey(String parseKey)
public String getParseType()
public void setParseType(String parseType)
public Integer getSort()
public void setSort(Integer sort)
public String getCondition()
public void setCondition(String condition)
public Integer getLocation()
public void setLocation(Integer location)
public String getJs()
public void setJs(String js)
public Integer getType()
public void setType(Integer type)
Copyright © 2021. All rights reserved.