knu project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

37 lines
1.3 KiB

/***********************************************************************************@@
* Program Name : RepoPer.java
* Description : 보고자 환경변수
* Author : 강원중
* Create Date : 2004-10-20
* History :
@@***********************************************************************************/
package kr.co.kihyun.moumi;
public class RepoPer extends Person{
/************** ROOT **************/
//v2. 5.static final 필드 변조 가능성 : Update by KWON,HAN
// public static final String root = Moumi.getTotRoot().getPath()+System.getProperty("file.separator")+"repoper";
//
//
//
// /************** 대 메뉴 **************/
// public static final int MOYDOC = 0;
// public static final int PRSS = 2;
// public static final int END = 3;
// public static final int READ = 4;
// public static final int SETUP = 5;
private static final String root = Moumi.getTotRoot().getPath()+System.getProperty("file.separator")+"repoper";
/************** 대 메뉴 **************/
private static final int MOYDOC = 0;
private static final int PRSS = 2;
private static final int END = 3;
private static final int READ = 4;
private static final int SETUP = 5;
//==========================================================
}