• 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
팩스 금일/금월/금년 통계 쿼리수정 => (발송건수X매수)
2023-08-01
.codetogether.ignore
mjon_git
2023-06-12
.gitignore
gitignore 적용
2023-06-12
pom.xml
mjon_git
2023-06-12
File name
Commit message
Commit date
java
팩스 전송목록에 일/월/년 누적 성공건수 통계 추가
2023-08-01
resources
팩스 금일/금월/금년 통계 쿼리수정 => (발송건수X매수)
2023-08-01
webapp
팩스 전송목록에 일/월/년 누적 성공건수 통계 추가
2023-08-01
File name
Commit message
Commit date
egovframework
mjon_git
2023-06-12
itn
팩스 전송목록에 일/월/년 누적 성공건수 통계 추가
2023-08-01
File name
Commit message
Commit date
com
pdf 뷰어 커밋
2023-07-31
let
팩스 전송목록에 일/월/년 누적 성공건수 통계 추가
2023-08-01
web
이준호 문자온 커밋 - IP 받아오는 방식 수정
2023-07-28
File name
Commit message
Commit date
api/web
mjon_git
2023-06-12
cmm
pdf 뷰어 커밋
2023-07-31
sym/log/ulg
mjon_git
2023-06-12
usr/search/web
mjon_git
2023-06-12
uss
feat: pms-#3232 [관리자] 스케쥴에 의해 IP 차단 시 슬렉 알림 추가 완료
2023-07-03
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
이준호 문자온 커밋 - IP 받아오는 방식 수정
2023-07-28
service
mjon_git
2023-06-12
taglibs
mjon_git
2023-06-12
util
pdf 뷰어 커밋
2023-07-31
web
pdf 뷰어 커밋
2023-07-31
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 06fded7 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