public class JobDocMeta extends Object
| コンストラクタと説明 |
|---|
JobDocMeta() |
public String getJobKey()
public void setJobKey(String jobKey)
public String getJobUnique()
public void setJobUnique(String jobUnique)
public String getJobTitle()
public void setJobTitle(String jobTitle)
public String getJobDescription()
public void setJobDescription(String jobDescription)
public String getCronExp()
public void setCronExp(String cronExp)
public String getTypeName()
public void setTypeName(String typeName)
public String getSimpleTypeName()
public void setSimpleTypeName(String simpleTypeName)
public String getDescription()
public void setDescription(String description)
public String getTypeComment()
public void setTypeComment(String typeComment)
public List<TypeDocMeta> getFieldTypeDocMetaList()
public void setFieldTypeDocMetaList(List<TypeDocMeta> fieldTypeDocMetaList)
public String getMethodName()
public void setMethodName(String methodName)
public String getMethodComment()
public void setMethodComment(String methodComment)
public String getNoticeLogLevel()
public void setNoticeLogLevel(String noticeLogLevel)
public String getConcurrentExec()
public void setConcurrentExec(String concurrentExec)
public Integer getFileLineCount()
public void setFileLineCount(Integer fileLineCount)
public Integer getMethodLineCount()
public void setMethodLineCount(Integer methodLineCount)
Copyright © 2015–2019 The DBFlute Project. All rights reserved.