• Y
  • List All
  • Feedback
    • This Project
    • This Group
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
2025_PROJECT / mjgo_git star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
mjgo_gitsrcmainjavaitncomcmmserviceFileVO.java
Download as .zip file
File name
Commit message
Commit date
DATABASE
first commit
2025-12-15
src/main
토스페이 캐시 적립/가상계좌 입금 콜백 구현 및 라이브 키 적용
06-26
.codetogether.ignore
first commit
2025-12-15
.gitignore
first commit
2025-12-15
pom.xml
build name 수정
03-17
File name
Commit message
Commit date
java
토스페이 캐시 적립/가상계좌 입금 콜백 구현 및 라이브 키 적용
06-26
resources
토스페이 캐시 적립/가상계좌 입금 콜백 구현 및 라이브 키 적용
06-26
webapp
토스페이 캐시 적립/가상계좌 입금 콜백 구현 및 라이브 키 적용
06-26
File name
Commit message
Commit date
egovframework
first commit
2025-12-15
itn
토스페이 캐시 적립/가상계좌 입금 콜백 구현 및 라이브 키 적용
06-26
File name
Commit message
Commit date
com
5733 메인배너 이미지관리 좌표 추가
04-24
let
토스페이 캐시 적립/가상계좌 입금 콜백 구현 및 라이브 키 적용
06-26
web
first commit
2025-12-15
File name
Commit message
Commit date
api/web
first commit
2025-12-15
cmm
first commit
2025-12-15
sym/log/ulg
first commit
2025-12-15
usr/search/web
first commit
2025-12-15
uss
5733 메인배너 이미지관리 좌표 추가
04-24
utl
first commit
2025-12-15
File name
Commit message
Commit date
aspect
first commit
2025-12-15
captcha
first commit
2025-12-15
filter
first commit
2025-12-15
interceptor
first commit
2025-12-15
service
first commit
2025-12-15
session
first commit
2025-12-15
taglibs
first commit
2025-12-15
util
first commit
2025-12-15
web
first commit
2025-12-15
AltibaseClobStringTypeHandler.java
first commit
2025-12-15
ComDefaultCodeVO.java
first commit
2025-12-15
ComDefaultVO.java
first commit
2025-12-15
EgovComCrossSiteHndlr.java
first commit
2025-12-15
EgovComExcepHndlr.java
first commit
2025-12-15
EgovComOthersExcepHndlr.java
first commit
2025-12-15
EgovComTraceHandler.java
first commit
2025-12-15
EgovMessageSource.java
first commit
2025-12-15
EgovMultiPartEmail.java
first commit
2025-12-15
EgovWebUtil.java
first commit
2025-12-15
ImagePaginationRenderer.java
first commit
2025-12-15
ImagePaginationRendererWeb.java
first commit
2025-12-15
JsonResult.java
first commit
2025-12-15
LoginVO.java
first commit
2025-12-15
MjonFTSendVO.java
first commit
2025-12-15
MjonMsgSendVO.java
first commit
2025-12-15
OptimalMsgResultDTO.java
first commit
2025-12-15
ReadVO.java
first commit
2025-12-15
RestResponse.java
first commit
2025-12-15
SessionVO.java
first commit
2025-12-15
UserVO.java
first commit
2025-12-15
File name
Commit message
Commit date
impl
first commit
2025-12-15
CmmnDetailCode.java
first commit
2025-12-15
EgovCmmUseService.java
first commit
2025-12-15
EgovFileMngService.java
first commit
2025-12-15
EgovFileMngUtil.java
first commit
2025-12-15
EgovProperties.java
first commit
2025-12-15
EgovUserDetailsService.java
first commit
2025-12-15
FileVO.java
first commit
2025-12-15
Globals.java
first commit
2025-12-15
ReadService.java
first commit
2025-12-15
hehihoho3@gmail.com 2025-12-15 7152e15 first commit 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