• Y
  • List All
  • Feedback
    • This Project
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
chominsoo4245 / mjon_git star
Forked from hylee / mjon_git
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
mjon_gitsrcmainjavaitncomcmmserviceFileVO.java
Download as .zip file
File name
Commit message
Commit date
DATABASE
mjon_git
2023-06-12
src/main
2024/07/23 문자전송리스트 내용 호버 시 스크롤 추가
2024-07-23
.codetogether.ignore
mjon_git
2023-06-12
.gitignore
gitignore 적용
2023-06-12
pom.xml
플러그인 추가 원복
2024-02-16
File name
Commit message
Commit date
java
결제하기 > 전용계좌 선택시 가상계좌 확인서 팝업 추가 - 전용계좌가 있는 경우 확인서 팝업 호출 하여 출력기능 추가
2024-07-22
resources
2024-06-12 관리자 로그인 검색 쿼리 수정
2024-06-12
webapp
2024/07/23 문자전송리스트 내용 호버 시 스크롤 추가
2024-07-23
File name
Commit message
Commit date
egovframework
mjon_git
2023-06-12
itn
결제하기 > 전용계좌 선택시 가상계좌 확인서 팝업 추가 - 전용계좌가 있는 경우 확인서 팝업 호출 하여 출력기능 추가
2024-07-22
File name
Commit message
Commit date
com
알림톡 발송내용 필터검사 하지 않도록 추가
2024-06-10
let
결제하기 > 전용계좌 선택시 가상계좌 확인서 팝업 추가 - 전용계좌가 있는 경우 확인서 팝업 호출 하여 출력기능 추가
2024-07-22
web
메인메뉴 및 사이트맵에서 선거 후보자 정보가 없는 경우 선거문자 메뉴가 안보이도록 처리
2024-02-08
File name
Commit message
Commit date
api/web
mjon_git
2023-06-12
cmm
알림톡 발송내용 필터검사 하지 않도록 추가
2024-06-10
sym/log/ulg
mjon_git
2023-06-12
usr/search/web
mjon_git
2023-06-12
uss
IP 차단 관련 오류 확인전
2024-04-09
utl
mjon_git
2023-06-12
File name
Commit message
Commit date
aspect
mjon_git
2023-06-12
captcha
mjon_git
2023-06-12
filter
mjon_git
2023-06-12
interceptor
알림톡 발송내용 필터검사 하지 않도록 추가
2024-06-10
service
mjon_git
2023-06-12
taglibs
mjon_git
2023-06-12
util
join 앞뒤 공백 처리
2024-04-01
web
첨부파일 다운로드시 원본 파일명에 "," 가 포함된 경우 "_"로 변환하여 다운로드 되도록 변경 - 관리자 파일 다운로드시 오류가 발생하여 변경 처리 함.
2023-10-11
AltibaseClobStringTypeHandler.java
mjon_git
2023-06-12
ComDefaultCodeVO.java
mjon_git
2023-06-12
ComDefaultVO.java
mjon_git
2023-06-12
EgovComCrossSiteHndlr.java
mjon_git
2023-06-12
EgovComExcepHndlr.java
mjon_git
2023-06-12
EgovComOthersExcepHndlr.java
mjon_git
2023-06-12
EgovComTraceHandler.java
mjon_git
2023-06-12
EgovMessageSource.java
mjon_git
2023-06-12
EgovMultiPartEmail.java
mjon_git
2023-06-12
EgovWebUtil.java
mjon_git
2023-06-12
ImagePaginationRenderer.java
mjon_git
2023-06-12
ImagePaginationRendererWeb.java
mjon_git
2023-06-12
JsonResult.java
mjon_git
2023-06-12
LoginVO.java
선거문자 비로그인시 발신번호 조회가 안되도록 수정
2023-07-27
ReadVO.java
mjon_git
2023-06-12
SessionVO.java
mjon_git
2023-06-12
UserVO.java
mjon_git
2023-06-12
File name
Commit message
Commit date
impl
mjon_git
2023-06-12
CmmnDetailCode.java
mjon_git
2023-06-12
EgovCmmUseService.java
mjon_git
2023-06-12
EgovFileMngService.java
mjon_git
2023-06-12
EgovFileMngUtil.java
mjon_git
2023-06-12
EgovProperties.java
mjon_git
2023-06-12
EgovUserDetailsService.java
mjon_git
2023-06-12
FileVO.java
mjon_git
2023-06-12
Globals.java
mjon_git
2023-06-12
ReadService.java
mjon_git
2023-06-12
hylee 2023-06-12 f971ca8 mjon_git UNIX
Raw Open in browser Change history
package itn.com.cmm.service; import java.io.Serializable; import org.apache.commons.lang3.builder.ToStringBuilder; /** * @Class Name : FileVO.java * @Description : 파일정보 처리를 위한 VO 클래스 * @Modification Information * * 수정일 수정자 수정내용 * ------- ------- ------------------- * 2009. 3. 25. 이삼섭 * * @author 공통 서비스 개발팀 이삼섭 * @since 2009. 3. 25. * @version * @see * */ @SuppressWarnings("serial") public class FileVO implements Serializable { /** * 첨부파일 아이디 */ public String atchFileId = ""; /** * 생성일자 */ public String creatDt = ""; /** * 파일내용 */ public String fileCn = ""; /** * 파일확장자 */ public String fileExtsn = ""; /** * 파일크기 */ public String fileMg = ""; /** * 파일연번 */ public String fileSn = ""; /** * 파일저장경로 */ public String fileStreCours = ""; /** * 원파일명 */ public String orignlFileNm = ""; /** * 저장파일명 */ public String streFileNm = ""; /** * 섬네일 이미지 파일명 */ public String thumbFileNm = ""; /** * atchFileId attribute를 리턴한다. * * @return the atchFileId */ public String maxFileNum = ""; public String menuName = ""; //파일 업로드시 매뉴 분할 public String whFile = ""; //파일 업로드시 절대 경로 public String getMaxFileNum() { return maxFileNum; } public void setMaxFileNum(String maxFileNum) { this.maxFileNum = maxFileNum; } public String getAtchFileId() { return atchFileId; } /** * atchFileId attribute 값을 설정한다. * * @param atchFileId * the atchFileId to set */ public void setAtchFileId(String atchFileId) { this.atchFileId = atchFileId; } /** * creatDt attribute를 리턴한다. * * @return the creatDt */ public String getCreatDt() { return creatDt; } /** * creatDt attribute 값을 설정한다. * * @param creatDt * the creatDt to set */ public void setCreatDt(String creatDt) { this.creatDt = creatDt; } /** * fileCn attribute를 리턴한다. * * @return the fileCn */ public String getFileCn() { return fileCn; } /** * fileCn attribute 값을 설정한다. * * @param fileCn * the fileCn to set */ public void setFileCn(String fileCn) { this.fileCn = fileCn; } /** * fileExtsn attribute를 리턴한다. * * @return the fileExtsn */ public String getFileExtsn() { return fileExtsn; } /** * fileExtsn attribute 값을 설정한다. * * @param fileExtsn * the fileExtsn to set */ public void setFileExtsn(String fileExtsn) { this.fileExtsn = fileExtsn; } /** * fileMg attribute를 리턴한다. * * @return the fileMg */ public String getFileMg() { return fileMg; } /** * fileMg attribute 값을 설정한다. * * @param fileMg * the fileMg to set */ public void setFileMg(String fileMg) { this.fileMg = fileMg; } /** * fileSn attribute를 리턴한다. * * @return the fileSn */ public String getFileSn() { return fileSn; } /** * fileSn attribute 값을 설정한다. * * @param fileSn * the fileSn to set */ public void setFileSn(String fileSn) { this.fileSn = fileSn; } /** * fileStreCours attribute를 리턴한다. * * @return the fileStreCours */ public String getFileStreCours() { return fileStreCours; } /** * fileStreCours attribute 값을 설정한다. * * @param fileStreCours * the fileStreCours to set */ public void setFileStreCours(String fileStreCours) { this.fileStreCours = fileStreCours; } /** * orignlFileNm attribute를 리턴한다. * * @return the orignlFileNm */ public String getOrignlFileNm() { return orignlFileNm; } /** * orignlFileNm attribute 값을 설정한다. * * @param orignlFileNm * the orignlFileNm to set */ public void setOrignlFileNm(String orignlFileNm) { this.orignlFileNm = orignlFileNm; } /** * streFileNm attribute를 리턴한다. * * @return the streFileNm */ public String getStreFileNm() { return streFileNm; } /** * streFileNm attribute 값을 설정한다. * * @param streFileNm * the streFileNm to set */ public void setStreFileNm(String streFileNm) { this.streFileNm = streFileNm; } /** * @return the thumbFileNm */ public String getThumbFileNm() { return thumbFileNm; } /** * @param thumbFileNm the thumbFileNm to set */ public void setThumbFileNm(String thumbFileNm) { this.thumbFileNm = thumbFileNm; } /** * toString 메소드를 대치한다. */ public String toString() { return ToStringBuilder.reflectionToString(this); } public String getMenuName() { return menuName; } public void setMenuName(String menuName) { this.menuName = menuName; } public String getWhFile() { return whFile; } public void setWhFile(String whFile) { this.whFile = whFile; } }

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up