File name
Commit message
Commit date
File name
Commit message
Commit date
2024-02-05
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
package itn.let.org.service;
import itn.let.sym.ccm.cde.service.CmmnDetailCodeVO;
public class OrgCharVO extends CmmnDetailCodeVO{
private static final long serialVersionUID = 1L;
private String locNm = "";
private int locNo = 0;
private int upperLocNo = 0;
private int locOrdr = 0;
private String locType = "";
private int locDepth = 0;
private int depth = 0;
private String useYn = "";
private String frstRegistPnttm = "";
private String menuNm = "";
private int upperMenuId = 0;
private String nodeIds = "";
private String searchNoDepth = "";
private String pageType = "";
private String astId = "";
private String deptFlag = "";
public String getLocNm() {
return locNm;
}
public void setLocNm(String locNm) {
this.locNm = locNm;
}
public int getLocNo() {
return locNo;
}
public void setLocNo(int locNo) {
this.locNo = locNo;
}
public int getUpperLocNo() {
return upperLocNo;
}
public void setUpperLocNo(int upperLocNo) {
this.upperLocNo = upperLocNo;
}
public int getLocOrdr() {
return locOrdr;
}
public void setLocOrdr(int locOrdr) {
this.locOrdr = locOrdr;
}
public String getLocType() {
return locType;
}
public void setLocType(String locType) {
this.locType = locType;
}
public int getLocDepth() {
return locDepth;
}
public void setLocDepth(int locDepth) {
this.locDepth = locDepth;
}
public int getDepth() {
return depth;
}
public void setDepth(int depth) {
this.depth = depth;
}
public String getUseYn() {
return useYn;
}
public void setUseYn(String useYn) {
this.useYn = useYn;
}
public String getFrstRegistPnttm() {
return frstRegistPnttm;
}
public void setFrstRegistPnttm(String frstRegistPnttm) {
this.frstRegistPnttm = frstRegistPnttm;
}
public String getMenuNm() {
return menuNm;
}
public void setMenuNm(String menuNm) {
this.menuNm = menuNm;
}
public int getUpperMenuId() {
return upperMenuId;
}
public void setUpperMenuId(int upperMenuId) {
this.upperMenuId = upperMenuId;
}
public String getNodeIds() {
return nodeIds;
}
public void setNodeIds(String nodeIds) {
this.nodeIds = nodeIds;
}
public String getSearchNoDepth() {
return searchNoDepth;
}
public void setSearchNoDepth(String searchNoDepth) {
this.searchNoDepth = searchNoDepth;
}
public String getPageType() {
return pageType;
}
public void setPageType(String pageType) {
this.pageType = pageType;
}
public String getAstId() {
return astId;
}
public void setAstId(String astId) {
this.astId = astId;
}
public String getDeptFlag() {
return deptFlag;
}
public void setDeptFlag(String deptFlag) {
this.deptFlag = deptFlag;
}
}