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.
21 lines
849 B
21 lines
849 B
/***********************************************************************************@@ |
|
* Program Name : SysAdm.java |
|
* Description : 보고관리자 환경 변수 |
|
* Author : 강원중 |
|
* Create Date : 2004-10-20 |
|
* History : |
|
@@***********************************************************************************/ |
|
|
|
package kr.co.kihyun.moumi; |
|
|
|
public class SysAdm extends Person{ |
|
|
|
/************** ROOT **************/ |
|
//v2. 5.static final 필드 변조 가능성 : Update by KWON,HAN |
|
// public static final String root = Moumi.getSysAdmFileRoot().getPath(); |
|
// public static final String partID = "10000"; |
|
|
|
private static final String root = Moumi.getSysAdmFileRoot().getPath(); |
|
private static final String partID = "10000"; |
|
//========================================================== |
|
}
|
|
|